..
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user