Resetting Module; Pulse Output Mode Setting - ICP DAS USA I-8092F User Manual

2-axis motion control module
Hide thumbs Also See for I-8092F:
Table of Contents

Advertisement

2.3 Resetting Module

void i8092MF_RESET_CARD(BYTE
Description:
This function resets module using a software command.
Parameters:
cardNo:
Return:
None
Example:
i8092MF_RESET_CARD(1);
//Reset module 1.

2.4 Pulse Output Mode Setting

void i8092MF_SET_PULSE_MODE(BYTE
Description:
This function sets the pulse output mode as either CW/CCW or PULSE/DIR
for the assigned axes and their direction definition.
Parameters:
cardNo:
axis:
nMode:
Return:
None
Example:
i8092_SET_PULSE_MODE(1, AXIS_XYZ, 2);
//set the pulse mode of X, Y, and Z axes as mode 2
i8092_SET_PULSE_MODE(1, AXIS_U, 3);
//set the pulse mode of U axis as mode 3
ICPDAS
cardNo)
Module number
Module number
Axis or axes (Please refer to Table 2-1)
Assigned mode (Please refer to Table 2-2)
WORD
cardNo,
12
I-8092F Software User Manual
BYTE
axis,
nMode)

Advertisement

Table of Contents
loading

Table of Contents