예제 #1
0
        public string CommandBoxDetection()
        {
            ResetCurrentWorkState();
            var commandText = Ldd.CommandBoxDetection();

            return(commandText);
        }
예제 #2
0
        public string CommandINI()
        {
            this.SetDrawerWorkState(DrawerWorkState.InitialIng);
            var commandText = Ldd.CommandINI();

            return(commandText);
        }
예제 #3
0
        public string CommandTrayMotionIn()
        {
            // ResetCurrentWorkState();
            this.SetDrawerWorkState(DrawerWorkState.MoveTrayToPositionInIng);
            var commandText = Ldd.CommandTrayMotionIn();

            return(commandText);
        }
예제 #4
0
        public string CommandSetParameterSubMask(string submaskAddress)
        {
            var commandText = Ldd.CommandSetParameterSubMask(submaskAddress);

            return(commandText);
        }
예제 #5
0
        public string CommandSetParameterIPAddress(string ipAddress)
        {
            var commandText = Ldd.CommandSetParameterIPAddress(ipAddress);

            return(commandText);
        }
예제 #6
0
        public string CommandSetParameterInSidePosition(string insidePosition)
        {
            var commandText = Ldd.CommandSetParameterInSidePosition(insidePosition);

            return(commandText);
        }
예제 #7
0
        public string CommandSetParameterOutSidePosition(string outsidePosition)
        {
            var commandText = Ldd.CommandSetParameterOutSidePosition(outsidePosition);

            return(commandText);
        }
예제 #8
0
        public string CommandSetParameterHomePosition(string homePosition)
        {
            var commandText = Ldd.CommandSetParameterHomePosition(homePosition);

            return(commandText);
        }
예제 #9
0
        public string CommandLCDMsg(string message)
        {
            var commandText = Ldd.CommandLCDMsg(message);

            return(commandText);
        }
예제 #10
0
        public string CommandWriteNetSetting()
        {
            var commandText = Ldd.CommandWriteNetSetting();

            return(commandText);
        }
예제 #11
0
        public string CommandPositionRead()
        {
            var commandText = Ldd.CommandPositionRead();

            return(commandText);
        }
예제 #12
0
        public string CommandBrightLEDRedOn()
        {
            var commandText = Ldd.CommandBrightLEDRedOn();

            return(commandText);
        }
예제 #13
0
        public string CommandBrightLEDAllOff()
        {
            var commandText = Ldd.CommandBrightLEDAllOff();

            return(commandText);
        }
예제 #14
0
        public string CommandSetTimeOut(int timeoutSeconds)
        {
            var commandText = Ldd.CommandSetTimeOut(timeoutSeconds);

            return(commandText);
        }
예제 #15
0
        public string CommandSetMotionSpeed(int speed)
        {
            var commandText = Ldd.CommandSetMotionSpeed(speed);

            return(commandText);
        }