patrick.xu
2021-05-24 f13235bee2e25d091ba13dc3732b83f905565f80
FormPlcOperation.cs
@@ -25,6 +25,12 @@
            _opc.ReadOneItem_Wrapper(OPCOutputTag.PingbiSafeGuard, ref result);
            cbPingbiSafeGuard.Checked = result != null && (bool)result ? true : false;
            this.Load += (s, e) =>
              {
                  cbPingbiGuangshan.CheckedChanged += cbPingbiGuangshan_CheckedChanged;
                  cbPingbiSafeGuard.CheckedChanged += cbPingbiSafeGuard_CheckedChanged;
              };
        }
        private void cbLoadRbtAlarm_CheckedChanged(object sender, EventArgs e)