GetSwitchEnable

GetSwitchEnable 1:

This method is used to read back the rules for the switchover.

Syntax:

METHOD GetSwitchEnable : HRESULT
VAR_INPUT
bSwitchOnPressure: REFERENCE TO BOOL;
bSwitchOnTravel: REFERENCE TO BOOL;
bSwitchOnTime: REFERENCE TO BOOL;
END_VAR

GetSwitchEnable 2: Inputs

Name

Type

Description

bSwitchOnPressure

REFERENCE TO BOOL

A reference to the variable to be updated with the parameter.

bSwitchOnTravel

REFERENCE TO BOOL

A reference to the variable to be updated with the parameter.

bSwitchOnTime

REFERENCE TO BOOL

A reference to the variable to be updated with the parameter.