From 924334be0a119efb1092ffce2325e14910876daf Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 21 Dec 2023 17:35:05 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=99=E7=9B=98=E6=89=98=E7=9B=98=E6=B0=94?= =?UTF-8?q?=E7=BC=B8=E5=88=9D=E5=A7=8B=E5=8C=96=E6=97=B6=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Commom/Ops.cs | 4 ++++ 1 file changed, 4 insertions(+) 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();