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