diff --git a/Rs.SkyLine/Commom/Ops.cs b/Rs.SkyLine/Commom/Ops.cs index e5a134a..9b74cf1 100644 --- a/Rs.SkyLine/Commom/Ops.cs +++ b/Rs.SkyLine/Commom/Ops.cs @@ -124,6 +124,10 @@ namespace Rs.MotionPlat.Commom Ops.Off("下右相机光源触发"); Ops.Off("上相机光源触发"); Ops.Off("夹爪气缸电磁阀"); + for(int i=1;i<=6;i++) + { + Ops.On($"{i}号料仓托盘气缸"); + } } NozzleManager.Init(); TrayPointManager.LoadPoint();