에뮬레이터 개발 전.
This commit is contained in:
@@ -116,10 +116,7 @@ namespace Project
|
||||
SetColorValue(btSpeaker, PUB.setting.Enable_Speak);
|
||||
SetColorValue(btAutoCharge, PUB.setting.Enable_AutoCharge);
|
||||
SetColorValue(btMusic, PUB.setting.Enable_Music);
|
||||
|
||||
nudDoorSoundTerm.Value = PUB.setting.doorSoundTerm;
|
||||
chkAGVDirBack.Checked = PUB.setting.AGV_Direction_FVI_Backward;
|
||||
|
||||
nudDoorSoundTerm.Value = PUB.setting.alarmSoundTerm;
|
||||
chkClear1.Checked = PUB.setting.datetime_Check_1;
|
||||
chkClear2.Checked = PUB.setting.datetime_Check_2;
|
||||
cleartime1.Value = DateTime.Parse("1982-11-23 " + PUB.setting.datetime_Reset_1 + ":00");
|
||||
@@ -299,7 +296,6 @@ namespace Project
|
||||
PUB.setting.ChargeMaxTime = (int)vcChargeMaxTime.Value;
|
||||
//Pub.setting.ChargeIdleInterval = (int)nudChargeIdleInterval.Value;
|
||||
PUB.setting.ChargeRetryTerm = (int)vcChargeRetryTerm.Value;
|
||||
PUB.setting.AGV_Direction_FVI_Backward = chkAGVDirBack.Checked;
|
||||
|
||||
//초기화시간
|
||||
PUB.setting.datetime_Check_1 = chkClear1.Checked;
|
||||
@@ -340,8 +336,8 @@ namespace Project
|
||||
PUB.SetVolume((int)nudMusicVol.Value);
|
||||
PUB.setting.ChargeSearchTime = (int)vcChargeSearchTime.Value;
|
||||
|
||||
PUB.setting.doorSoundTerm = (int)nudDoorSoundTerm.Value;
|
||||
if (PUB.setting.doorSoundTerm < 1) PUB.setting.doorSoundTerm = 15; //기본값 15초
|
||||
PUB.setting.alarmSoundTerm = (int)nudDoorSoundTerm.Value;
|
||||
if (PUB.setting.alarmSoundTerm < 1) PUB.setting.alarmSoundTerm = 15; //기본값 15초
|
||||
|
||||
////핀설정
|
||||
//var baL = new System.Collections.BitArray(new byte[] { PUB.setting.PinReverse_DI_Low });
|
||||
|
||||
Reference in New Issue
Block a user