HEIDENHAIN IK 220 Benutzerhandbuch
Seite 123
Advertising

Driver Software for WINDOWS
123
IK220SetEnData
Sets the data line of the EnDat interface.
Prototype: BOOL IK220SetEnData (USHORT Axis,
BOOL State, USHORT* pStatus)
Axis:
Number of the axis (0 to 15)
State:
False (=0): Set data line to low level.
True
(
≠
0): Set data line to high level.
pStatus:
0 = OK
1 = Error
IK220ReadEnData
Reads the condition of the data line on the EnDat interface.
Prototype: BOOL IK220ReadEnData (USHORT Axis,
BOOL*
pState)
Axis:
Number of the axis (0 to 15)
pState:
Pointer to a variable in which the level of the
EnDat data line is saved
False (=0): Data line is on low level.
True
(
≠
0): Data line is on high level.
Advertising