add GDS set button
This commit is contained in:
@@ -675,5 +675,11 @@ namespace Project
|
||||
if (rlt.Item2.isEmpty()) return;
|
||||
tb.Text = rlt.Item2;
|
||||
}
|
||||
|
||||
private void button8_Click(object sender, EventArgs e)
|
||||
{
|
||||
var value = (ushort)vcGDS.Value;
|
||||
PUB.AGV.TurnGDSCenterScope(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user