..
This commit is contained in:
@@ -49,8 +49,15 @@ namespace Project
|
||||
else if (PUB.DriveSpeed)
|
||||
{
|
||||
var rlt = PUB.AGV.AGVCommand("SSH", PUB.setting.SPD_H.ToString("0000"));
|
||||
if (rlt) PUB.DriveSpeed = false;
|
||||
PUB.log.Add($"Screen Change and DriveSpeed Off:{rlt}");
|
||||
if (rlt == arDev.eNarumiCommandResult.Success)
|
||||
{
|
||||
PUB.DriveSpeed = false;
|
||||
PUB.log.Add($"Screen Change and DriveSpeed Off:{rlt}");
|
||||
} else
|
||||
{
|
||||
PUB.log.AddE($"Screen Change and DriveSpeed Off:{rlt}");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
MenuAuto.ForeColor = Color.FromArgb(180, 180, 180);
|
||||
|
||||
Reference in New Issue
Block a user