FormPlcOperation.cs
@@ -54,12 +54,18 @@ private void cbPingbiGuangshan_CheckedChanged(object sender, EventArgs e) { if (new ConfigPassword("").ShowDialog() == DialogResult.OK) { _opc.Write(OPCOutputTag.PingbiGuangShan, cbPingbiGuangshan.Checked); } } private void cbPingbiSafeGuard_CheckedChanged(object sender, EventArgs e) { if (new ConfigPassword("").ShowDialog() == DialogResult.OK) { _opc.Write(OPCOutputTag.PingbiSafeGuard, cbPingbiSafeGuard.Checked); } } } }