using Aitex.Core.RT.Device.Unit; namespace Aitex.Triton160.RT.Device { public static class DeviceModel { public static IoSensor SensorChamberDoor; public static IoSensor SensorBackPanelDoor; public static IoSensor SensorPumpDoor; public static IoHeartbeat Heartbeat; public static IoRf Rf; public static IoPump MainPump; public static IoBoostPump BoostPump; public static IoValve ValveMfc1; public static IoValve ValveMfc2; public static IoValve ValveMfc3; public static IoValve ValveMfc4; public static IoValve ValveMfc5; public static IoValve ValveChamberPurge; public static IoValve ValveProcessGasFinal; public static IoValve ValveChamberPumping; public static IoValve ValveChamberVent; public static IoThrottleValve ThrottleValve; public static IoMfc MfcGas1; public static IoMfc MfcGas2; public static IoMfc MfcGas3; public static IoMfc MfcGas4; public static IoMfc MfcGas5; public static IoPressureMeter PressureMeterChamber; public static IoSignalLight SignalTowerRedLight; public static IoSignalLight SignalTowerYellowLight; public static IoSignalLight SignalTowerGreenLight; public static IoSignalLight SignalTowerBuzzer; public static IoSignalTower SignalTower; public static IoPressureControl PressureControl; public static IoStatistics StatisticsRfOnTime; public static IoStatistics StatisticsPumpOnTime; public static IoEmo EmoSystem; public static IoReset ResetPlcSignal; public static IoPlcDateTime PlcDateTime; } }