![Advantech PCL-832 Скачать руководство пользователя страница 45](http://html1.mh-extra.com/html/advantech/pcl-832/pcl-832_manual_2856865045.webp)
Chapter 4 Programming 41
MCC_motion_delay [MEX12.C]
Function
delays for a specified time
Syntax
int MCC_motion_delay(unsigned int t)
Parameter
t
:
the delay time value, unit : 0.1sec
Return value
0 if successful, other value if not
MCC_jog_i [MEX8.C]
Function
moves a specified # pulses in one DDA cycle
Syntax
int MCC_jog_i(char x, char d,
float d_pulse)
Parameter
x( x = 1, 2, 3 )
: specifies the axis
d
:
the movement direction
d = +1
CW
d = -1
CCW
d_pulse
:
# pulses
Return value
0 if successful, other value if not
MCC_jog_s [MEX9.C]
Function
moves a specified distance at a specified speed
Syntax
int MCC_jog_s(char x, char d,
int s_ratio, float d_mm)
Parameter
x( x = 1, 2, 3 ) : specifies the axis
d
:
the movement direction
d = +1
CW
d = -1
CCW
d_mm
:
movement distance (unit : mm)
s_ratio
:
movement speed ratio to P001
in MACHINE.PAR
Return value
0 if successful, other value if not
Содержание PCL-832
Страница 1: ...PCL 832 3 axis servo motor control card...
Страница 5: ...Chapter 1 General information 1 C H A P T E R 1 General information...
Страница 9: ...Chapter 1 General information 5 Board layout...
Страница 10: ...6 PCL 832 User s Manual...
Страница 11: ...Chapter 2 Installation 7 2 Installation C H A P T E R...
Страница 18: ...14 PCL 832 User s Manual...
Страница 19: ...Chapter 3 Operation 15 C H A P T E R 3 Operation...
Страница 29: ...Chapter 4 Programming 25 4 P r o g r a m m i n g C H A P T E R...
Страница 52: ...48 PCL 832 User s Manual...
Страница 53: ...Chapter 5 Register structure and format 49 C H A P T E R 5 Register structure and format...
Страница 61: ...Appendix A Calibration 57 A Calibration A P P E N D I X...