Operation Theory
61
start_motion_list(), user can call the functions discussed in next
section to piece-wisely extend the trajectory.
start_motion_list() automatically checks whether the previous
motion list is finished or not. If the previous list is not completed it
will return an error.
The first parameter ‘
Length
’ defines the total number of axes that
will be involved in the continuous motion. The second parameter
‘*AxisArray’ is an array, and each array element stores the axis
No.
For example:
If axis 0 and axis 5 are to perform a continuous motion, then the
command line would be: start_motion_list(2, {0,5}) in the program.
If axis 0, axis 1 and axis 5 are to perform a continuous motion,
then the command line would be: start_motion_list(3, {0,1,5}) in
the program.
Note that all specified axis no. must be of the same card. And the
‘Length’ must not exceed ‘4’.
4.4.2
Add Trajectory pieces
In this section, the following functions are introduced.
add_line_tr_move(*DistArray, StrVel, MaxVel,
FinVel, Tacc, Tdec)
add_line_sr_move(*DistArray, StrVel, MaxVel,
FinVel, Tacc, Tdec, Tlacc, Tldec)
add_line_ta_move(*PosArray, StrVel, MaxVel,
FinVel, Tacc, Tdec)
add_line_sa_move(*PosArray, StrVel, MaxVel,
FinVel, Tacc, Tdec, Tlacc, Tldec)
add_arc_tr_move(*CenterArray, Angle, StrVel,
MaxVel, FinVel, Tacc, Tdec)
add_arc_sr_move(*CenterArray, Angle, StrVel,
MaxVel, FinVel, Tacc, Tdec, Tlacc, Tldec)
add_arc_ta_move(*CenterArray, Angle, StrVel,
MaxVel, FinVel, Tacc, Tdec)
add_arc_sa_move(*CenterArray, Angle, StrVel,
MaxVel, FinVel, Tacc, Tdec, Tlacc, Tldec)
Summary of Contents for PCI-8366+
Page 4: ......
Page 14: ...x List of Figures ...
Page 17: ...Introduction 3 Figure 1 3 Flowchart for Building an Application ...
Page 26: ...12 Installation 2 2 PCI 8372 8366 Outline Drawing Figure 2 1 PCI 8372 8366 Mechanical Drawing ...
Page 31: ...Installation 17 2 Press HPI boot ...
Page 32: ...18 Installation 3 Press Flash DL button and select a kernel4 hex ...
Page 34: ...20 Installation Figure 2 3 SSCNET Communication Test Utility ...
Page 49: ...Signal Connections 35 Figure 3 9 Skin Type ...
Page 144: ...130 Operation Theory ...
Page 149: ...Motion Creator 135 Figure 5 6 Software Version Information ...
Page 160: ...146 Motion Creator Figure 5 13 Channel Selection Frame Figure 5 14 Motion Frame ...