Home AMX User Forum NetLinx Studio
Options

fedback dvx 2155

I need help how to obtain the fedback of input 5 or 6 of the dvx-2155 the client wants that when the hdmi is connected to any of the inputs it turns on a button that says connected to input 6 or if it connects to input 5 it turns on a button that says entry 5 commented something like this

Comments

  • Options
    SCamphaugSCamphaug Posts: 23
    Take a look at the 2155 manual, my thoughts would be your looking for the '? VIDIN_STATUS' send command then simply parsing back looking for VALID SIGNAL at the corresponding port
  • Options

    SEND_COMMAND DVX1,'? VIDIN_STATUS'
    The answer can be:
    'NO SIGNAL'
    'UNKNOWN SIGNAL'
    'VALID SIGNAL'

Sign In or Register to comment.