Owner's manual

198 Function Library
@ Syntax
C/C++(Windows 2000/XP)
I16 _8154_set_continuous_move(I16 AxisNo, I16
Enable);
I16 _8154_check_continuous_buffer(I16 AxisNo);
I16 _8154_dwell_move(I16 AxisNo, F64 ms);
Visual Basic (Windows 2000/XP)
B_8154_set_continuous_move(ByVal AxisNo As
Integer, ByVal Enable As Integer) As Integer
B_8154_check_continuous_buffer(ByVal AxisNo As
Integer) As Integer
B_8154_dwell_move(ByVal AxisNo As Integer, ByVal
ms As Double) As Integer
@ Argument
AxisNo: Axis number designated to move or stop.
Enable: continuous motion switch logic
millisecond: Time of dwell move. the unit is in milliseconds.
card_id Physical axis AxisNo
0
00
11
22
33
1
04
15
……
Value Meaning
0 continuous motion sequence is finished (Disable)
1 continuous motion sequence is started (Enable)