Home AMX User Forum AMXForums Archive Threads AMX Hardware
Options

R3 Single Device Mode?

Okay, my first project with R3 remotes...

I want it in single device mode, I am trying
SEND_COMMAND device,'NUMD 1'

the docs say I need to put it in "Dynamic Mode", but I have no idea what this is referring to?

Comments

  • Options
    taggerttaggert Posts: 1
    Did you ever get this working? How did you do it?

    Taggert
  • Options
    TrikinCurtTrikinCurt Posts: 158
    No I didn't, I hacked it and just check for all codes,
    button_event[dv,1]
    button_event[dv,41]
    button_event[dv,81]
    button_event[dv,121]
    {
        push:
        {
        }
    }
    

    Not graceful, but functional...
  • Options
    truetrue Posts: 307
    I have it working on one project. (I really hate the R3s, by the way.)

    The only thing I needed to do was

    send_command r3_device, 'NUMD 1'

    It works fine for me, and all channels pressed are from the first device.
Sign In or Register to comment.