GetFloatParameter

This method is used to read LREAL parameters of the controller. For details see E_PressureControlParam.
Syntax:
METHOD GetFloatParameter : HRESULT
VAR_INPUT
eSelect: E_PressureControlParam;
fValue : REFERENCE TO LREAL;
END_VAR
Return value
Name | Type | Description |
---|---|---|
GetFloatParameter | HRESULT | See below |
Inputs
Name | Type | Description |
---|---|---|
eSelect | E_PressureControlParam | The selection of the parameter. |
fValue | REFERENCE TO LREAL | A reference to the variable to be updated with the parameter. |