领胜LDS 键盘AOI检测项目
wells.liu
2020-06-29 0d97500a3aac13b642fc93fae2e5dd01e1086b21
src/Bro.Device.GTSCard/GTSCardAPI.cs
@@ -143,6 +143,16 @@
        public const short LASER_CTRL_VOLTAGE = 2;
        public const short LASER_CTRL_MODE_PWM2 = 3;
        //指令返回值
        public const short ResultSuccess = 0;
        public const short ResultError = 1;
        public const short ResultNotSupported = 2;
        public const short ParameterError = 7;
        public const short CommunicationFailed = -1;
        public const short OpenFailed = -6;
        public const short NoResponse = -7;
        public struct TTrapPrm
        {
            public double acc;