src/Bro.M141.Process/UI/PLCstate.cs
@@ -70,7 +70,7 @@ { this.Invoke(new Action(() => { if (Intstate.Count == 17) if (Intstate.Count == 18) { State_now = Intstate; @@ -96,7 +96,7 @@ label7.Text = "通道3有无料: " + (Intstate[6] == 0 ? "无料" : "有料"); string Alarmstr = ""; for (int i = 10; i <= 16; i++) for (int i = 10; i <= 17; i++) { if (Intstate[i] == 1) { @@ -142,6 +142,7 @@ address[14] = "急停报警"; address[15] = "皮带轴报警"; address[16] = "上位机通讯报警"; address[17] = "进料感应报警"; } private void button6_Click(object sender, EventArgs e)