SetTurnrateLimits()

SetTurnrateLimits() 1:

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

SetTurnrateLimits() 2: 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 fMaxTurnrate or below fMinTurnrate.

SetTurnrateLimits() 3: Outputs

Name

Type

Description

SetTurnrateLimits

HRESULT

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)