Function Library
•
167
6.17 Continuous motion
@ Name
_7443_set_continuous_move – Enable continuous motion
_7443_check_continuous_buffer – check if the buffer is empty
@ Description
_7443_set_continuous_move():
This function is necessary to placed before and after continuous
motion.
_7443_check_continuous_buffer():
This function is used to detect if the command pre-register is empty
or not. Once the command pre-register is empty, user may write next
motion command into it. Otherwise , the new command will overwrite
previous in 2
nd
command pre-register.
@ Syntax
C/C++ (DOS, Windows 95/NT)
I16 _7443_set_continuous_move(I16 AxisNo, I16 conti_flag);
I16 _7443_check_continuous_buffer(I16 AxisNo);
Visual Basic (Windows 95/NT)
B_7443_set_continuous_move (ByVal AxisNo As Integer, ByVal conti_flag
As Integer) As Integer
B_7443_check_continuous_buffer (ByVal AxisNo As Integer) As Integer
@ Argument
AxisNo: axis number designated
conti_flag: Flag for continuous motion
conti_flag = 0, one-shoot motion, end of continuous motion
conti_flag = 1, continuous motion, start of continuous motion
@ Return Value
ERR_NoError
Return value of _7443_check_continuous_buffer():
Hardware version bit 12=0
0: Continuous register 2 is empty
1: Continuous register 2 is in-use
Return value of _7443_check_continuous_buffer():
Hardware version bit 12=1
0: all command registers are empty
1: command register is in-use
2: command register 1 is in-use
3: command register 2 is in-use
Содержание PPCI7443
Страница 1: ...PPCI7443 Advanced 4 Axes Servo Stepper Motion Control Card User s Guide Version 2 00...
Страница 2: ......
Страница 6: ......
Страница 8: ......
Страница 27: ...Single Connections 19 which are equipped with 1 differential line driver or 2 open collector output...
Страница 42: ...34 Single Connections...
Страница 82: ...74 Operation Theorem _7443_set_home_config _7443_home_move Refer to section 6 9...
Страница 108: ......
Страница 118: ......