HEIDENHAIN IK 220 Benutzerhandbuch

Seite 97

Advertising
background image

Driver Software for WINDOWS

97

IK220LatchInt

Generates a signal with which the counter values of both axes

of an IK 220 are saved synchronously in Latch 0. Must first be
enabled through parameter 14.
Prototype: BOOL IK220LatchInt (USHORT Card);

Card:

Number of the card (0 to 7)

IK220LatchExt
Generates a signal with which the counter values of several
axes of an IK 220 are saved synchronously in Latch 0/1 through
an external connection. Must first be enabled through
parameter 14.
Prototype: BOOL IK220LatchExt (USHORT Card);
Card:

Number of the card (0 to 7)


IK220ResetRef
The counter is set to zero with the next reference mark.
Prototype: BOOL IK220ResetRef (USHORT Axis);
Axis:

Number of the axis (0 to 15)


IK220StartRef
The counter is started with the next reference mark.
Prototype: BOOL IK220StartRef (USHORT Axis);
Axis:

Number of the axis (0 to 15)


IK220StopRef
The counter is stopped with the next reference mark.
Prototype: BOOL IK220StopRef (USHORT Axis);
Axis:

Number of the axis (0 to 15)

Advertising