Transition
This interface defines the transition between the limiting of a command and idle-mode limiting. The interface works as a selection function that is activated by setting one of the properties. If you make a choice of mutually exclusive options at the same time, your current choice may change.
Syntax:
INTERFACE I_LimitingTransition
Properties
Name | Type | Access | Description |
|---|---|---|---|
HoldHigh | BOOL | Get, Set | When a command ends and the axis continues to apply the limit set in the command (e.g., 80%), the transition back to the idle value is delayed until the |
HoldLow | BOOL | Get, Set | When a command ends and the axis continues to apply the reduced limit specified in the command (e.g., 10%), the transition back to the idle value is delayed until the value |
LowTolerance | LREAL | Get, Set | Tolerance for the factor-based value of |
NoHold | BOOL | Get, Set | If TRUE, no delay is applied to idle transitions. |
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) |