GetSwitchParameter

This method may be used to read back parameters of the switchover rules.
Syntax:
METHOD SetSwitchParameter : HRESULT
VAR_INPUT
eSelect: E_SwitchoverParameter;
fValue: REFERENCE TO LREAL;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
eSelect | The selection of the parameter. | |
fValue | REFERENCE TO LREAL | A reference to the variable to be updated with the parameter. |