parent
aef5a5412d
commit
d73aa19565
|
|
@ -0,0 +1 @@
|
||||||
|
PR0000000420010001AA
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
PR0000000420010005AE
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
CBS00068
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
CBT00069
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
SR070Z 120sp0019411413sp0019615112sp0019217354sp0019514220sp0019410860sp0019324684so0020712807sp0019916892sp0020120275so00210 9089F9
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
SR010Z 60sp+ 10100sp+ 10200sp+ 10300sp+ 10400sp+ 10500sp+ 10600C5
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
SR020Z 60sp+ 1600sp+ 1700sp+ 1800sp+ 1900sp+ 2400sp+ 25007A
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
SR030Z 60sp+ 1650sp+ 1750sp+ 1850sp+ 1950sp+ 2450sp+ 255099
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
SR040Z 60sp+ 1600sp+ 1700sp+ 1800sp+ 1950sp+ 2400sp+ 250081
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
SR020Z 60sp+ 1800sp+ 1700sp+ 1800sp+ 1900sp+ 2400sp+ 25007C
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
SR040Z 60sp+ 1670sp+ 1700sp+ 1800sp+ 1950sp+ 2430sp+ 25008B
|
||||||
|
|
@ -410,10 +410,6 @@ namespace INT63DC_6CH.Forms
|
||||||
}
|
}
|
||||||
else if (this.SystemConfig.EthernetOperationMode == 2)
|
else if (this.SystemConfig.EthernetOperationMode == 2)
|
||||||
this.EthernetClientDisconnect();
|
this.EthernetClientDisconnect();
|
||||||
|
|
||||||
// FeedbackSystem
|
|
||||||
if (this.SystemConfig.IsFeedback == true)
|
|
||||||
this.CurrentFeedbackItem = new FeedbackConfiguration();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool UI_Invoke(System.Threading.ThreadStart invoker)
|
private bool UI_Invoke(System.Threading.ThreadStart invoker)
|
||||||
|
|
@ -7350,6 +7346,13 @@ namespace INT63DC_6CH.Forms
|
||||||
// 시스템설정 값 로딩 후 셋팅
|
// 시스템설정 값 로딩 후 셋팅
|
||||||
this.DefaultSetting2();
|
this.DefaultSetting2();
|
||||||
|
|
||||||
|
// Feedback System
|
||||||
|
if(this.SystemConfig.IsFeedback == true)
|
||||||
|
{
|
||||||
|
this.CurrentFeedbackItem = new FeedbackConfiguration();
|
||||||
|
this.LoadFeedbackItemFile(ref this.CurrentFeedbackItem, this.SystemConfig.ProductNumber - 1);
|
||||||
|
}
|
||||||
|
|
||||||
// Modbus 데이터 초기화
|
// Modbus 데이터 초기화
|
||||||
if (this.SystemConfig.IsModbus == true)
|
if (this.SystemConfig.IsModbus == true)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -721,6 +721,12 @@ namespace INT63DC_6CH.Forms
|
||||||
this.pictureBoxEthernetConnection.Visible = false;
|
this.pictureBoxEthernetConnection.Visible = false;
|
||||||
this.pictureBoxEthernetDisconnection.Visible = true;
|
this.pictureBoxEthernetDisconnection.Visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Feedback
|
||||||
|
if (this.ParentForm.SystemConfig.IsFeedback == true)
|
||||||
|
this.buttonFeedback.Visible = true;
|
||||||
|
else
|
||||||
|
this.buttonFeedback.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RescaleControl()
|
public void RescaleControl()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue