...
This commit is contained in:
@@ -567,14 +567,16 @@ namespace AGVEmulator
|
||||
|
||||
private void button6_Click(object sender, EventArgs e)
|
||||
{
|
||||
var target = (byte)nudIDAgv.Value;
|
||||
var tagno =(uint) nudTagNo.Value;
|
||||
this.XBE.SendGotoTag(tagno);
|
||||
this.XBE.SendGotoTag( target, tagno);
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
var target = (byte)nudIDAgv.Value;
|
||||
var tagno = (uint)numericUpDown2.Value;
|
||||
this.XBE.SendCurrentPos(tagno);
|
||||
this.XBE.SendCurrentPos(target,tagno);
|
||||
}
|
||||
|
||||
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user