GetIntPVal

Reads the attribute "i" of "AnalogValue" (integer representation of the analog value) and scales the attribute value into a TwinCAT process value of type: LREAL.

METHOD GetIntPVal : BOOL
VAR_INPUT
    ipSVC    : I_AcsiDATypeScaledValueConfig;
END_VAR
VAR_OUTPUT
    fProcess : LREAL;
END_VAR