PID.GetActual()

PID.GetActual() 1:

Class is 'obsolete'

This class is marked as obsolete and should not be used anymore!

Alternative: PID.Actual

Original version:

PID.GetActual() 2:

The actual value of the controller is determined.

Syntax:

METHOD GetActual : HRESULT
VAR_INPUT
fActual: REFERENCE TO LREAL;
END_VAR

PID.GetActual() 3: Return value

Name

Type

Description

GetActual

HRESULT

See below

PID.GetActual() 4: Inputs

Name

Type

Description

fActual

REFERENCE TO LREAL

A reference to the variable to be updated with the actual value.