Help with PMB-RF module
perm182
Posts: 15
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
Button push? how do i set this module up to reciever a 001 command from a RTi remote. Please Help
0
Comments
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.