E_BACNETLOOPMODE

Operating modes of PLC LOOP object FB_BACnet_LOOP.

TYPE E_BACNETLOOPMODE :
(
  BACnetLoopMode_None,
  BACnetLoopMode_Ideal,
  BACnetLoopMode_Standard
)
END_TYPE

BACnetLoopMode_None: None: Invalid LOOP parameters. The mode cannot be identified unambiguously.

BACnetLoopMode_Ideal: Ideal: The controller is operated in ideal form: The P, I and D components act in parallel; the parameters for P, I and D are factors and have the unit [1] Other_no_units (Kp, Ki and Kd).

BACnetLoopMode_Standard: Standard: The controller is operated in standard form: The P and I / P and D components act in series; the parameter for P is a factor and has the unit [1] Other_no_units (Kp), the parameters for I and D are time-based and have the unit [s] Time_seconds (Tn and Tv).