You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

MACHINE_TENDING_FOCAS_CNC_PARAM

FOCAS CNC parameter access descriptor: identifies the parameter and access shape.

BYTE#

Field Name

Data Type

Value

Remarks

0

_hHandle

unsigned short

Active FOCAS session handle

2

_iParamNumber

short

CNC parameter number

4

_iAxisNumber

short

Axis index (0 for common/global)

6

_iDataLength

short

bytes

Parameter data length to read/write

Total size: 8 bytes

Defined in: DRFS.h

typedef struct _MACHINE_TENDING_FOCAS_CNC_PARAM
{
    unsigned short _hHandle;      /* FOCAS session handle */
    short          _iParamNumber; /* parameter number */
    short          _iAxisNumber;  /* axis index (0: global) */
    short          _iDataLength;  /* length in bytes */
} MACHINE_TENDING_FOCAS_CNC_PARAM, *LPMACHINE_TENDING_FOCAS_CNC_PARAM;