PID.EnableSwitchOver()

PID.EnableSwitchOver() 1:

Class is 'obsolete'

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

Alternative: PID.AllowSwitchOver

PID.EnableSwitchOver() 2:

This method can be used to enable or disable automatic activation by a pressure handler.

Syntax:

METHOD EnableSwitchOver: HRESULT
VAR_INPUT
    bEnable: BOOL;
END_VAR

PID.EnableSwitchOver() 3: Return value

Name

Type

Description

EnableSwitchOver

HRESULT

See below

PID.EnableSwitchOver() 4: Inputs

Name

Type

Description

bEnable

BOOL

The enable for automatic activation.