..
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Project.ViewForm
|
||||
|
||||
private void button8_Click(object sender, EventArgs e)
|
||||
{
|
||||
PUB.AGV.AGVMoveRun();
|
||||
PUB.AGV.AGVMoveRun( arDev.Narumi.eRunOpt.Forward);
|
||||
}
|
||||
|
||||
private void button9_Click(object sender, EventArgs e)
|
||||
@@ -190,5 +190,10 @@ namespace Project.ViewForm
|
||||
{
|
||||
PUB.AGV.LiftControl(arDev.Narumi.LiftCommand.STP);
|
||||
}
|
||||
|
||||
private void button17_Click(object sender, EventArgs e)
|
||||
{
|
||||
PUB.AGV.AGVMoveRun(arDev.Narumi.eRunOpt.Backward);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user