PID.GetParams()

PID.GetParams() 1:

Class is 'obsolete'

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

Alternative: PID.Parameters

Original version:

PID.GetParams() 2:

An interface to the parameters of the controller is determined.

Syntax:

METHOD GetParams: HRESULT
VAR_INPUT
    iParameters: REFERENCE TO I_PressureControlParams_PID;
END_VAR

PID.GetParams() 3: Return value

Name

Type

Description

GetParams

HRESULT

See below

PID.GetParams() 4: Inputs

Name

Type

Description

iParameters

REFERENCE TO
I_PressureControlParams_PID

A reference to the variable to be updated with the interface.