SetTurnrateLimits()

Configures the behavior for indication in the TF8550 ManualOperation control.
Syntax:
METHOD SetTurnrateLimits : HRESULT
VAR_INPUT
fMinTurnrate: LREAL;
fMaxTurnrate: LREAL;
bBlockCmdAtMin: BOOL;
bCompareEqOnly: BOOL;
END_VAR
Inputs
Name | Type | Description |
|---|---|---|
fMinTurnrate | LREAL | Turn rate at which the base position button lights up with the "In position" color. |
fMaxTurnrate | LREAL | Turn rate at which the working position button lights up with the "In Position" color. |
bBlockCmdAtMin | BOOL | If TRUE, the command to lower the turn rate below the minimum turn rate is blocked. |
bCompareEqOnly | BOOL | If FALSE, the "InPosition" displays are also activated above |
Outputs
Name | Type | Description |
|---|---|---|
SetTurnrateLimits | Return value with feedback on the success of the execution |
Requirements
Development environment | Target platform | PLC libraries to include |
|---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.5.0) |