LimitingOutputCoE

This class is part of the FB_AxisNcBase and transmits the current limit to a DS402-compatible CoE field device, such as an AX8000.
Syntax:
FUNCTION_BLOCK FB_LimitingOutputCoE EXTENDS FB_MessageBase
Properties
Name | Type | Access | Description |
|---|---|---|---|
LimitingN | LREAL | Get, Set | Normalized value [0,1] for the lower bound. |
LimitingP | LREAL | Get, Set | Normalized value [0,1] for the upper bound. |
OutputScale | INT | Get, Set | The scaling of the value sent to the CoE device. Corresponds to the value to be sent for Limiting |
Methods
Name | Description |
|---|---|
Init( | Called when an axis is assigned to the limiting-Corefunction. Allows you to retrieve axis information, for example, to verify the compatibility of the limit function and the axis type. |
[ | Cyclic method for processing communication. |
Interfaces
Type | Description |
|---|---|
I_LimitingOutput | Standard interface to a limit output. |
I_LimitingOutputCoE | Standard interface on FB_LimitingOutputCoE |
Requirements
Development environment | Target platform | PLC libraries to include |
|---|---|---|
TwinCAT v3.1.4024.71 | PC or CX (x64, x86) | Tc3_PlasticFunctions (>= v12.14.0.0) Tc3_PlasticNc (>= v12.14.0.0) |