LimitingOutputSoE

This class is part of the FB_AxisNcBase and transmits the current limit to an SoE-capable field device, such as an AX5000.
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. |
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. |
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) |