iPort Module and R4 Remotes
jgglenn
Posts: 3
We are currently using this netlinx module downloaded from the iPort website with the R4 remotes. We have found the module to be quite slow with the R4s due to the zigbee standard. I was just wondering if anyone had found a way in the UI module to slow the rate at which data such as artist and track names etc are sent to the panel as only the first 7 or so appear. Usually when this happens the iPort module then disconnects and becomes unuseable.
Any thoughts on the subject would be very welcome.
Joe
Any thoughts on the subject would be very welcome.
Joe
0
Comments
wow, I've not heard too many requests to slow down the data coming out of a media server.
I suppose you could always intercept the data being sent from the module to the display devices and build your own buffer, and then slow down the output of data to the R4s.
I have had some success with running Lutron Homeworks processors at higher speeds (115Kbaud) by doing a similar thing.
If I understand correctly, I would use a virtual device as a proxy and queue the commands then send them from the queue to the R4.
So in otherwords, replace the R4 device in your code with a virtual. Then use the data_event of the virtual and add the commands to a queue, and pace the commands to the R4.
Just to update this thread, I was given a module developed by AMX Australia that sits between the R4 and the Master to manage traffic going through the zigby gateway using a virtual device for the R4. In the demo program that I was supplied with, it seemed to work a charm with an R4 and an iPort dock. Just trying to figure out where im going wrong integrating it with the project I am currently working on :-S
That's why we programmers have a job, picking up slack from those hardware designers...