小转盘基本都能出列

This commit is contained in:
2025-03-10 17:18:45 +08:00
parent 0314f4d403
commit e7736217db
17 changed files with 6712 additions and 299 deletions

View File

@ -49,7 +49,7 @@ namespace DH.Devices.PLC
{
connected = true;
MonitorPieces();
TurntableOpen(2000,true);
TurntableOpen(12000,true);
return true;
}