|
@@ -1000,7 +1000,7 @@ namespace Jdas_Mbic
|
1000
|
1000
|
datatype = DATATYPE.Bluecell_DLI_Shutdown_ON_OFF;
|
1001
|
1001
|
break;
|
1002
|
1002
|
case "pictureBox_UL_Shutdown_OFF":
|
1003
|
|
- pictureBox_UL_Shutdown_OFF.Visible = true;
|
|
1003
|
+ pictureBox_UL_Shutdown_ON.Visible = true;
|
1004
|
1004
|
pictureBox_UL_Shutdown_OFF.Visible = false;
|
1005
|
1005
|
temp_buf[(int)Bluecell_ProtIndex_p.Bluecell_data] = 1;
|
1006
|
1006
|
datatype = DATATYPE.Bluecell_ULO_Shutdown_ON_OFF;
|
|
@@ -1837,7 +1837,7 @@ namespace Jdas_Mbic
|
1837
|
1837
|
this.Invoke(new StringSend(Numeric_Text_Set), numericUpDown_Temperature_Offset, LiMitdata.ToString());
|
1838
|
1838
|
LiMitdata = 0;
|
1839
|
1839
|
LiMitdata += buf[(int)BluecellReqIndex.ALARM_MASK1];
|
1840
|
|
- this.Invoke(new StringSend(Numeric_Text_Set), numericUpDown_MASK, adcdata.ToString());
|
|
1840
|
+ this.Invoke(new StringSend(Numeric_Text_Set), numericUpDown_MASK, LiMitdata.ToString());
|
1841
|
1841
|
LiMitdata = 0;
|
1842
|
1842
|
|
1843
|
1843
|
|