RTI T3-V controlled by AMX
ajish.raju
Posts: 185
in AMX Hardware
We have a client who wants his existing RTI remotes to be controlled by AMX. Has anyone tried this before.
The remotes are T3-V ,http://www.rticorp.com/products/wireless-interfaces/t3-v-universal-controller.html
The remotes are T3-V ,http://www.rticorp.com/products/wireless-interfaces/t3-v-universal-controller.html
0
Comments
Why would you want to control a remote control with AMX? It sounds like he's asking about doing it the other way around...
Exact same thought I had. If, in fact, that's true, then you would pretty much need to create your own dialog between the RTI and AMX processors via IP or serial connection. I know it's been done in the past, but not sure it's worth it.
The sample code above is very basic so you can understand the concept used. There are better and more sophisticated ways to do this. Other dealers have done this and Vincen has helped me developing a better trapping routine with error checking. The code above is just a concept for you to understand it. If you don't have any RTI remote experience, you may want to check classes at your local Volutone or AVAD offices. There is a limitation on this RTI/AMX solution. If you have multiple RTI remotes in your system and all use the same serial port in AMX, while ramping volume only one RTI remote works, as the volume ramping floods the serial port. There are possible solutions for this as you could assign multiple serial ports, but this is a topic for another Forum tread. Good luck!
http://www.amx.com/products/AXR-RF.asp
I believe you will have only 255 channels to use, so you need to be creative with source variables and reuse channels. RTI supports on the 433Mhz frequency, that's why you can't use any of the other AMX frequencies.
Got this pdf from RTI support.