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

11 lines
194 B
C#
Raw Normal View History

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