2 Commits 85348e8a7d ... 74ad2e4a6a

Author SHA1 Message Date
  huangping 74ad2e4a6a Merge branch 'Master_ELK02_Release_Development' of http://git.jetplasma-oa.com/Jet/FurnaceELK into Master_ELK02_Release_Development 1 month ago
  huangping 8e02be61db 新增DeviceName类 1 month ago
1 changed files with 19 additions and 0 deletions
  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";
+    }
 }