ICPDAS
I-8092F Software User Manual
81
6.5.4 Stopping the Axes
void
i8092MF_STOP_SLOWLY(
BYTE
cardNo
,
WORD
axis
)
Description:
This function decelerates and finally stops the assigned axes slowly.
Parameters:
cardNo
:
Module number
axis
:
Axis or axes (Please refer to Table 2-1)
Return:
None
Example:
i8092MF_STOP_SLOWLY(1, AXIS_XY);
//decelerate and stop the X and Y axes
void
i8092MF_STOP_SUDDENLY(
BYTE
cardNo
,
WORD
axis
)
Description:
This function immediately stops the assigned axes.
Parameters:
cardNo
:
Module number
axis
:
Axis or axes (Please refer to Table 2-1)
Return:
None
Example:
i8092MF_STOP_SUDDENLY(1, AXIS_XY);
//immediately stop the X and Y axes.