Function Library
175
6.18 Multiple Axes Simultaneous Operation
@ Name
_8168_set_tr_move_all
– Multi-axis TR mode simultaneous
operation setup.
_8168_set_sr_move_all
– Multi-axis SR mode simultaneous
operation setup.
_8168_set_ta_move_all
– Multi-axis TA mode simultaneous
operation setup.
_8168_set_sa_move_all
– Multi-axis SA mode simultaneous
operation setup.
_8168_start_move_all
– Start motion simultaneously for all
configured axis
_8168_stop_move_all
– Stop motion simultaneously for all
configured axis
@ Description
These functions are simultaneous operations of multi-axes even in
different cards. The simultaneous multi-axis operation means to
start or stop moving specified axes at the same time. The move
axes are specified by parameter “AxisArray” and the number of
axes are defined by parameter “TotalAxes” in
_8168_set_tr_move_all
(),
_8168_set_ta_move_all
(),
_8168_set_sr_move_all
() or
_8168_set_sa_move_all
().
When properly setup with
_8168_set_XX_move_all
(), the func-
tion
_8168_start_move_all
() will cause all specified axes to
begin trapezoidal relative moving, and
_8168_stop_move_all
()
will stop them. Both functions guarantee that motion Start/Stop on
all specified axes at the same time. Note that it is necessary to
make connections according to Section 3.14 on CN3 if these two
functions are needed.
The following code demos how to utilize these functions. This
code moves axis 0 and axis 4 to distance 8000.0 and 120000.0
respectively. If we choose velocities and accelerations that are
proportional to the ratio of distances, then the axes will arrive at
their endpoints at the same time (simultaneous motion).
Содержание cPCI-8168
Страница 4: ......
Страница 10: ...vi List of Figures...
Страница 29: ...Installation 19 2 9 Overview of CN3 CN6...
Страница 31: ...Installation 21 2 11 Switch Setting...
Страница 124: ...114 Function Library Src Counter source Return Code ERR_NoError Value Meaning 0 External Feedback 1 Command pulse...
Страница 134: ...124 Function Library Return Code ERR_NoError ERR_SpeedError ERR_PChangeSlowDownPointError ERR_MoveRatioError...
Страница 155: ...Function Library 145 12 At FH speed maximum velocity 13 In deceleration 14 Waiting for INP signal 15 Reserved...
Страница 204: ...194 Function Library...