PID.EnableSwitchOver()
![]() | Class is 'obsolete' This class is marked as |
Alternative: PID.AllowSwitchOver

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
Return value
Name | Type | Description |
---|---|---|
EnableSwitchOver | HRESULT | See below |
Inputs
Name | Type | Description |
---|---|---|
bEnable | BOOL | The enable for automatic activation. |