Bläddra i källkod

新增DeviceName类

huangping 1 månad sedan
förälder
incheckning
8e02be61db
1 ändrade filer med 19 tillägg och 0 borttagningar
  1. 19 0
      FrameworkLocal/Common/Device/Common/DeviceType.cs

+ 19 - 0
FrameworkLocal/Common/Device/Common/DeviceType.cs

@@ -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";
+    }
 }