Innovenergy_trunk/csharp/Lib/Devices/Trumpf/TruConvert/MainState.cs

11 lines
175 B
C#
Raw Normal View History

2023-02-16 12:57:06 +00:00
namespace InnovEnergy.Lib.Devices.Trumpf.TruConvert;
public enum MainState : UInt16
{
PowerUp = 0,
Alarm = 1,
Idle = 2,
Operation = 3,
Maintenance = 4,
}