GetFloatParameter

GetFloatParameter 1:

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

GetFloatParameter 2: Return value

Name

Type

Description

GetFloatParameter

HRESULT

See below

GetFloatParameter 3: 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.