Home AMX User Forum AMX General Discussion
Options

AMX DCS and volume control

I'm programming a Navaro CP-3008 for the first time, and you have to do it using an app called AMX DCS. I want to use the volume pot on the panel, but the Sharp TV I'm controlling doesn't have a command for volume increment or decrement, you have to send a specific value to set it to. DCS doesn't allow for the use of variables so I can't change the value sent each time, I can only attach a string to a single turning direction. Any ideas much appreciated.

Comments

  • Options
    The only solution i know is to use IR to control the volume.
  • Options
    RCKY33[space][space]cr for vol up
    RCKY32[space][space]cr for vol dn.
    you will need to pulse approx. every 100ms or so.
    This sends a 1+ or a 1- command to the Sharp TV
Sign In or Register to comment.