PID.Setpoint()

PID.Setpoint() 1:

Class is 'obsolete'

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

Alternative: PID.Target

Original version:

PID.Setpoint() 2:

The setpoint of the controller is defined.

Syntax:

METHOD Setpoint: HRESULT
VAR_INPUT
    fValue: LREAL;
END_VAR

PID.Setpoint() 3: Return value

Name

Type

Description

Setpoint

HRESULT

See below

PID.Setpoint() 4: Inputs

Name

Type

Description

fValue

LREAL

The setpoint.