Exemplo n.º 1
0
        public string CommandBoxDetection()
        {
            ResetCurrentWorkState();
            var commandText = Ldd.CommandBoxDetection();

            return(commandText);
        }
Exemplo n.º 2
0
        public string CommandINI()
        {
            this.SetDrawerWorkState(DrawerWorkState.InitialIng);
            var commandText = Ldd.CommandINI();

            return(commandText);
        }
Exemplo n.º 3
0
        public string CommandTrayMotionIn()
        {
            // ResetCurrentWorkState();
            this.SetDrawerWorkState(DrawerWorkState.MoveTrayToPositionInIng);
            var commandText = Ldd.CommandTrayMotionIn();

            return(commandText);
        }
Exemplo n.º 4
0
        public string CommandSetParameterSubMask(string submaskAddress)
        {
            var commandText = Ldd.CommandSetParameterSubMask(submaskAddress);

            return(commandText);
        }
Exemplo n.º 5
0
        public string CommandSetParameterIPAddress(string ipAddress)
        {
            var commandText = Ldd.CommandSetParameterIPAddress(ipAddress);

            return(commandText);
        }
Exemplo n.º 6
0
        public string CommandSetParameterInSidePosition(string insidePosition)
        {
            var commandText = Ldd.CommandSetParameterInSidePosition(insidePosition);

            return(commandText);
        }
Exemplo n.º 7
0
        public string CommandSetParameterOutSidePosition(string outsidePosition)
        {
            var commandText = Ldd.CommandSetParameterOutSidePosition(outsidePosition);

            return(commandText);
        }
Exemplo n.º 8
0
        public string CommandSetParameterHomePosition(string homePosition)
        {
            var commandText = Ldd.CommandSetParameterHomePosition(homePosition);

            return(commandText);
        }
Exemplo n.º 9
0
        public string CommandLCDMsg(string message)
        {
            var commandText = Ldd.CommandLCDMsg(message);

            return(commandText);
        }
Exemplo n.º 10
0
        public string CommandWriteNetSetting()
        {
            var commandText = Ldd.CommandWriteNetSetting();

            return(commandText);
        }
Exemplo n.º 11
0
        public string CommandPositionRead()
        {
            var commandText = Ldd.CommandPositionRead();

            return(commandText);
        }
Exemplo n.º 12
0
        public string CommandBrightLEDRedOn()
        {
            var commandText = Ldd.CommandBrightLEDRedOn();

            return(commandText);
        }
Exemplo n.º 13
0
        public string CommandBrightLEDAllOff()
        {
            var commandText = Ldd.CommandBrightLEDAllOff();

            return(commandText);
        }
Exemplo n.º 14
0
        public string CommandSetTimeOut(int timeoutSeconds)
        {
            var commandText = Ldd.CommandSetTimeOut(timeoutSeconds);

            return(commandText);
        }
Exemplo n.º 15
0
        public string CommandSetMotionSpeed(int speed)
        {
            var commandText = Ldd.CommandSetMotionSpeed(speed);

            return(commandText);
        }