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).
|