add GDS set button

This commit is contained in:
backuppc
2025-12-09 13:33:42 +09:00
parent 9db031c305
commit 2236e3b1ba
2 changed files with 43 additions and 36 deletions

View File

@@ -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);
}
}
}