E_BACNETPIDTUNINGMODE

Tuning modes of block FB_BACnet_LOOP.

TYPE E_BACNETPIDTUNINGMODE :
(
  BACnetPIDTuningMode_P,
  BACnetPIDTuningMode_PI,
  BACnetPIDTuningMode_PD,
  BACnetPIDTuningMode_PID
)
END_TYPE

BACnetPIDTuningMode_P: Optimize controller to P behavior (I and D disabled; typically for lighting control).

BACnetPIDTuningMode_PI: Optimize controller to PI behavior (D disabled; typically for temperature control).

BACnetPIDTuningMode_PD: Optimize controller to PD behavior (I disabled).

BACnetPIDTuningMode_PID: Optimize controller to PID behavior.