Home AMX User Forum NetLinx Studio

Help with PMB-RF module

I need major help. Cannot get the module to work and really have no idea how.

Button push? how do i set this module up to reciever a 001 command from a RTi remote. Please Help

Comments

  • ericmedleyericmedley Posts: 4,177
    perm182 wrote: »
    I need major help. Cannot get the module to work and really have no idea how.

    Button push? how do i set this module up to reciever a 001 command from a RTi remote. Please Help

    The PMB is an Axlink device. When it receives a button push from an RF remote, that button push translates to a button push from the PMB-RF.

    The RTI remote must be loaded with the AMX RF/IR codes for this to work. Also, there are two frequencies that the RMB operates on. You'll need to make sure these match up with the output of the remote.

    I'm not sure why you'd need a module for this setup myself. It's pretty straight-forward.

    If you setup the RMB to be device 100:01:0 for example and the Play button is assigned to button number 1, then you'd just do a button_event for the RMB's device number and button number 1.

    (I'd obviously do a device array for this. But you get the picture)

    The RTI remote will not work with the AMX RF out of the box. You'll need to load in the AMX codes first. Then program the remote.

    Hope that helps.
  • And just to make it really interesting the AMX codes do not map directly from the Landmark codes - AMX code IR 1 on the RTI will come out of the PMB-RF as 54... or something. I sat there years ago and mapped them all out, I'll see if I can dig it out and post it.
  • ericmedleyericmedley Posts: 4,177
    got it right here. (i think...)
Sign In or Register to comment.