ICPDAS
I-8092F Software User Manual
48
6.1.7 Setting the Value of the Remaining Offset Pulses
void
i8092MF_SET_AO(
BYTE
cardNo
,
WORD
axis
,
short int
data
)
Description:
This function sets the number of remaining offset pulses for the assigned axes.
Please refer to the figure below for a definition of the remaining offset pulse value.
Parameters:
cardNo
:
Module number
axis
:
Axis or axes (Please refer to Table 2-1)
data
:
The number of remaining offset pulses. (-32,768 ~ +32,767)
Return:
None
Example:
i8092MF_SET_AO(1, AXIS_X, 200);
//set the number of remaining offset pulses for the X axis on
//module 1 to 200 pulses.