领胜LDS 键盘AOI检测项目
wells.liu
2020-07-11 8477176a329c0530c4873f57f401a2a22b002760
src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs
@@ -52,8 +52,8 @@
        private void IoOut_DoubleClick(string name, bool isOn)
        {
            var index = Convert.ToInt16(name.Substring(6));
            MotionCard.WriteOutput(index, isOn ? IOValue.TRUE : IOValue.FALSE);
            var index = Convert.ToInt16(name.Substring(5));
            MotionCard.WriteOutput(index, isOn ? IOValue.FALSE : IOValue.TRUE);
        }
        private void RefreshIOStatus(object sender, EventArgs e)