HEIDENHAIN IK 220 Benutzerhandbuch

Seite 107

Advertising
background image

Driver Software for WINDOWS

107

pSym0:

Pointer to a variable in which the symmetry of the
0° signal is saved

pSym90:

Pointer to a variable in which the symmetry of the
90° signal is saved

pFlag1:

Pointer to a variable in which flag 1 is saved

pFlag2:

Pointer to a variable in which flag 2 is saved


IK220GetCorrB
Reports the calculated compensation values of the IK 220.
Ascertainment of the compensation must first have been
enabled by parameter 9.
Prototype: BOOL IK220GetCorrB (USHORT Axis,

SHORT* pOfs0, SHORT* pOfs90,
SHORT* pPha0, SHORT* pPha90,
SHORT* pSym0, SHORT* pSym90,
USHORT* pFlag1, USHORT* pFlag2);

Axis:

Number of the axis (0 to 15)

pOfs0:

Pointer to a variable in which the offset of the 0°
signal is saved

pOfs90:

Pointer to a variable in which the offset of the 90°
signal is saved

pPha0:

Pointer to a variable in which the phase of the 0°
signal is saved

pPha90:

Pointer to a variable in which the phase of the 90°
signal is saved

pSym0:

Pointer to a variable in which the symmetry of the
0° signal is saved

pSym90:

Pointer to a variable in which the symmetry of the
90° signal is saved

pFlag1:

Pointer to a variable in which flag 1 is saved

pFlag2:

Pointer to a variable in which flag 2 is saved


IK220LoadCorrA
Loads the compensation value into the IK 220.
The compensation calculation must then be released by
Parameter 8.
Prototype: BOOL

IK220LoadCorrA (USHORT Axis,

SHORT Ofs0, SHORT Ofs90, SHORT Pha0,
SHORT Pha90, SHORT Sym0, SHORT Sym90);

Axis:

Number of the axis (0 to 15)

Ofs0:

Compensation value for offset of the 0° signal

Ofs90:

Compensation value for offset of the 90° signal

Pha0:

Compensation value for phase of the 0° signal

Pha90:

Compensation value for phase of the 90° signal

Sym0:

Compensation value for symmetry of the 0° signal

Sym90:

Compensation value for symmetry of the 90°
signal.

Advertising