INPUTSTATE _INPUTSTATE

Description:

  Enable or disable input. 

Form:

  Command Handler: MCMD
  INPUTSTATE|_INPUTSTATE [OPTION] [SETTING PARAMETERS]
  OPTION: 
          Input index.
          
  SETTING PARAMETERS:
           "ENABLE [Enable input]"        
           "DISABLE [Disable input]"
           "CLEAR" [Clear all program info and disable input]
  

Response:

  "OK\r\n" to acknowledge receipt of command, or
  "OK\r\n" to acknowledge receipt of command and display input enable state.
  "ERROR- [Description]\r\n" if error, ending command
  "\r\n" concludes modify responses (empty line)

Examples:

  *.MCMD INPUTSTATE
    OK\r\n
    INPUT 1 = ENABLE
    INPUT 2 = ENABLE
    INPUT 3 = DISABLE
    INPUT 4 = ENABLE
    INPUT 5 = ENABLE
    INPUT 6 = DISABLE

  *.MCMD INPUTSTATE 0
    OK\r\n
    STATE= Disabled
    r\n

  *.MCMD INPUTSTATE 0 ENABLE
    Response is: OK\r\n
                 \r\n  

Notes:

  

Products Supporting Command:

  • dta3050, dta3000, dta3050
Created By: Adtec Digital Inc