DH 1 anno fa
parent
commit
11092fe69e

+ 8 - 1
skoda-scada-daq3.0-master/skoda-scada-daq3.0-master/scada_-daq3.0-master/SCADA_DAQ.Plugin.Qilin/Uct/UctAnalogQuantity2.xaml.cs

@@ -1,4 +1,5 @@
-using SCADA_DAQ.Plugin.Machine;
+using SCADA.Drive;
+using SCADA_DAQ.Plugin.Machine;
 using SCADA_DAQ.Plugin.Qilin.Machines;
 using System;
 using System.Collections.Generic;
@@ -24,6 +25,9 @@ namespace SCADA_DAQ.Plugin.Qilin.Uct
     {
         public GlueMachine Machine1 { get; set; } = MachineServer.GetInstance().GetMachine<GlueMachine>("床网粘胶机");
 
+
+        
+
         public UctAnalogQuantity2()
         {
             InitializeComponent();
@@ -37,7 +41,10 @@ namespace SCADA_DAQ.Plugin.Qilin.Uct
             ASmallValueAtTheDie.DataContext = Machine1.GetListenReg("刀模处A小值");
             AverageSpringLengthAtDie.DataContext = Machine1.GetListenReg("刀模处平均簧长");
             NumberOfSpringsAtTheDie.DataContext = Machine1.GetListenReg("刀模处弹簧个数");
+            var b = Machine1.GetListenReg("皮带处模拟量");
 
         }
+
+        
     }
 }