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