This commit is contained in:
chi
2025-04-24 11:51:55 +09:00
parent 0a93a54a6f
commit f71b963851
62 changed files with 1748 additions and 4105 deletions

View File

@@ -9,6 +9,7 @@ using static Project.StateMachine;
using COMM;
using System.Windows.Forms;
using Project.ViewForm;
using AR;
namespace Project
{
@@ -179,7 +180,7 @@ namespace Project
{
var b1 = PUB.XBE.IsOpen;
var b2 = PUB.AGV.IsOpen;
var b3 = PUB.PLC.IsOpen;
var b3 = true;// PUB.PLC.IsOpen;
var b4 = PUB.BMS.IsOpen;
if (b1 == false || b2 == false || b3 == false || b4 == false)