AXIS_REF Structure
The PLCopen A vendor -and product- independent worldwide association active in Industrial Control and aiming at standardizing PLC file formats based on XML specification indicates a Structure used for identifying the axis at a function block input.
AXIS_REF contains these members:
Member |
Type |
Description |
---|---|---|
AXIS_NUM |
INT |
The axis number. |
AXIS_ENGINE |
UINT |
Reserved. Do not modify this variable or rely on its value. |
See Modify PLCopen Axis for more information about Axis Number.
You have to create and initialize this data structure in your application.
See Function Blocks Description for more information.