This commit is contained in:
backuppc
2025-11-12 17:37:03 +09:00
parent 1c12beb3e7
commit 028e9ab35f
6 changed files with 66 additions and 9 deletions

View File

@@ -76,6 +76,7 @@ namespace Project
vcSSK.Value = PUB.setting.SSK;
vcSTT.Value = PUB.setting.STT;
vcSAD.Value = PUB.setting.SAD;
vcXBID.Value = PUB.setting.XBE_ID;
tbagvaddr.Text = PUB.setting.AGV_ADDRESS;
tbagvpanid.Text = PUB.setting.AGV_PANID;
@@ -260,6 +261,7 @@ namespace Project
PUB.setting.SSK = (int)vcSSK.Value;
PUB.setting.STT = (int)vcSTT.Value;
PUB.setting.SAD = (int)vcSAD.Value;
PUB.setting.XBE_ID = (byte)vcXBID.Value;
//속도 저/중/고
PUB.setting.SPD_L = (int)vcSpeedL.Value;