领胜LDS 键盘AOI检测项目
wells
2020-07-11 4bc5ee48e537d56190c943330f0093562912fb4f
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)