acs command 창 추가

This commit is contained in:
backuppc
2026-02-27 09:59:36 +09:00
parent 24bd2d8a7f
commit 71b8a589c6
7 changed files with 582 additions and 14 deletions

View File

@@ -34,8 +34,8 @@ namespace Project.ViewForm
radstrai.Checked = true;
if (PUB.AGV.data.Speed == 'H') radspdh.Checked = true;
else if (PUB.AGV.data.Speed == 'L') radspdl.Checked = true;
else radspdm.Checked = true;
else if (PUB.AGV.data.Speed == 'M') radspdm.Checked = true;
else radspdl.Checked = true;
this.timer1.Start();
}