Browse Source

1.修改efem界面上点liftup liftdown,动作完成efem状态不会变成idle

JET-YDB\JET-YANGDB 2 days ago
parent
commit
0451b57d99

+ 1 - 0
VirgoRT/Devices/EFEM/Efem.cs

@@ -764,6 +764,7 @@ namespace VirgoRT.Devices.EFEM
                         if (action.Type == EfemOperation.Lift)
                         {
                             Singleton<RouteManager>.Instance.EFEM.SetLiftDownDone();
+                            Singleton<RouteManager>.Instance.EFEM.PostMsg(EfemEntity.MSG.LiftActionDone, arg.CommandType);
                         }
 
 

+ 2 - 2
VirgoRT/Devices/JetPM.cs

@@ -377,11 +377,11 @@ namespace VirgoRT.Devices
             {
                 if (SC.GetValue<int>($"{mod}.match.AdTecSourceMatchModel") == 0)
                 {
-                    _Match = DEVICE.GetDevice<AdTecMatch>($"{Module}.{VirgoDevice.Match}");
+                    _Match = DEVICE.GetDevice<AdTecMatch>($"{Module}.match");
                 }
                 if (SC.GetValue<int>($"{mod}.match.AdTecSourceMatchModel") == 1)
                 {
-                    _Match = DEVICE.GetDevice<AdTecMatchAMVG>($"{Module}.{VirgoDevice.Match}");
+                    _Match = DEVICE.GetDevice<AdTecMatchAMVG>($"{Module}.match");
                 }
             }
 

+ 1 - 1
VirgoRT/Properties/AssemblyInfo.cs

@@ -51,5 +51,5 @@ using System.Windows;
 // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
 // 方法是按如下所示使用“*”: :
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.1.0")]
+[assembly: AssemblyVersion("2.0.1.1")]
 //[assembly: AssemblyFileVersion("1.0.4")]

+ 3 - 0
VirgoRT/ReleaseNotes.txt

@@ -4,6 +4,9 @@
 					 VirgoST 系统更新历史记录
 
 ---------------------------------------------------------------------------------
+2025-10-31 version 2.0.1.1
+1.修改efem界面上点liftup liftdown,动作完成efem状态不会变成idle
+
 2025-04-17 version 2.0.0.8
 1.增加瑞凡RF
 

+ 1 - 1
VirgoUI/Properties/AssemblyInfo.cs

@@ -51,5 +51,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.1.0")]
+[assembly: AssemblyVersion("2.0.1.1")]
 //[assembly: AssemblyFileVersion("1.0.0.0")]