|
namespace InnovEnergy.Lib.Devices.Trumpf.TruConvertAc.Enums;
|
|
|
|
public enum AcErrorPolicy : UInt16
|
|
{
|
|
Relaxed = 0, // 0 = relaxed (System keeps running even if some slaves are in error state.)
|
|
Strict = 1, // 1 = strict (System shuts down as soon as one component is in error state.)
|
|
} |