acs test 프로그램에 pick on ,off 기능 추가
This commit is contained in:
@@ -354,7 +354,7 @@ namespace Project
|
||||
break;
|
||||
|
||||
case ENIGProtocol.AGVCommandHE.LiftControl: //Lift Control
|
||||
var LiftCommand = (LiftCommand)data[1];
|
||||
var LiftCommand = ( arDev.Narumi.LiftCommand)data[1];
|
||||
PUB.log.Add($"[{logPrefix}-LiftControl] {LiftCommand}");
|
||||
PUB.AGV.LiftControl(LiftCommand); //리프트제어
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user