|
@@ -64,4 +64,23 @@ namespace Aitex.Core.RT.Device
|
|
|
public const string IoResetType = "IoResetType";
|
|
|
|
|
|
}
|
|
|
+ public class DeviceName
|
|
|
+ {
|
|
|
+ public static string IoMFCNameKey = "IoMFC";
|
|
|
+ public static string IoFFUNameKey = "IoFFU";
|
|
|
+ public static string IoMFMNameKey = "IoMFM";
|
|
|
+ public static string IoFIMSNameKey = "IoFIMS";
|
|
|
+ public static string IoValveNameKey = "IoValve";
|
|
|
+ public static string IoHeaterNameKey = "IoHeater";
|
|
|
+ public static string IoShutterNameKey = "IoShutter";
|
|
|
+ public static string IoTriggerNameKey = "IoTrigger";
|
|
|
+ public static string IoHeaterBandNameKey = "IoHeaterBand";
|
|
|
+ public static string IoHeaterBand2NameKey = "IoHeaterBand2";
|
|
|
+ public static string IoAlarmSignalNameKey = "IoAlarmSignal";
|
|
|
+ public static string IoFurnaceMotorNameKey = "IoFurnaceMotor";
|
|
|
+ public static string IoPressureMeterNameKey = "IoPressureMeter";
|
|
|
+ public static string IoSensorNameKey = "IoSensor";
|
|
|
+ public static string IoAPCNameKey = "IoAPC";
|
|
|
+ public static string IoExStockerNameKey = "IoStocker";
|
|
|
+ }
|
|
|
}
|