PressureControl.PID

PressureControl.PID 1:

This core function implements an extended PID controller functionality that can be used for a number of tasks:

PressureControl.PID 2: Properties

Name

Type

Description

IsEnabled

BOOL

A TRUE signals the active state of the controller.

PressureControl.PID 3: Methods

Name

Description

Activate

Enable/disable the controller.

EnableSwitchOver

Enable for automatic activation by a PressureHandler.

GetActual

The actual value of the controller is determined.

GetParams

An interface to the connected parameter set is determined.

SetParams

A parameter set is connected to the controller.

Setpoint

The setpoint of the controller is set.

SwitchOver

Automatic activation by a PressureHandler.