Overview
Type:
|
Data structure
|
Available as of:
|
V2.2.0.0
|
Inherits from:
|
-
|
Description
This structure contains the axis position value and the corresponding encoder increment value used by the function block FB_PersistPosition to restore the home position of an axis.
Structure Elements
Variable
|
Data type
|
Description
|
lrAxisPosition
|
LREAL
|
Axis position value
|
dwEncoderIncrements
|
DWORD
|
Encoder increment value
|
dwCheckSum
|
DWORD
|
Checksum of axis position value and corresponding encoder increment value
|