The Axis_Ref
(Original Document)
Description
An axis is defined using an AXIS_REF type object.
From the user's viewpoint, an AXIS_REF object is:
The AXIS_REF object is represented by a DDT type structure that contains public data, which can therefore be modified by the axis configuration, as well as data that is not visible and that cannot be modified.
The visible data in AXIS_REF is:
Data
Type
Description
AxisReady
BOOL
Provides information on the initialization of Axis_Ref, as well as the availability of the device on the network.
AxisType
UINT
Servodrive type 1=Lexium, 2=Ifx, 3=ATV31, etc.
AxisReference
UINT
Device reference 1=MHDA1004, 2=MHDA1008, etc.
Used to check data when using UploadParam and DownloadParam functions.
PLCTask
UINT
Task identification (1=MAST, 2=FAST).
NetworkType
UINT
Reserved
AxisMajorVersion
UINT
Integer part of the minimum version that the servodrive must have (e.g. the digit 6 in the number 6.43).
AxisMinorVersion
UINT
Decimal part of the minimum version that the configured servodrive must have (e.g. the number 43 in 6.43).
AxisMajorVersionRead
UINT
Integer part of the minimum version of the present servodrive (e.g. the number 6 in the number 6.5).
AxisMinorVersionRead
UINT
Decimal part of the minimum version that the servodrive has (e.g. the number 5 in the number 6.5).