GetSwitchEnable

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
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. |