One panel, multiple masters...
travis
Posts: 180
I have 3 rooms with their own masters and panels. They are all the same. In a fourth room there is another panel that needs to monitor and control the other 3 rooms. So I just have it connect to one of the masters and do master to master with the other two.
I'd like to use the same TP file in the 3 rooms, but I don't see how the 4th panel will be able to tell which master the feedback is coming from if the other 3 panels use the exact same channel numbers and are only independent because they are on different system numbers.
I'd like to use the same TP file in the 3 rooms, but I don't see how the 4th panel will be able to tell which master the feedback is coming from if the other 3 panels use the exact same channel numbers and are only independent because they are on different system numbers.
0
Comments
Without more specifics I really don't know what to say
Another method might be to set a flag if the 4th touch panel is "viewing" each master and when the flag is activated, update the feedback and respond to button pushes accordingly.
Hope this helps,
Jeff
DEV dvtp_1[]= {dvtp, dvtp_4}
Something Like that
//in first master...
dvTP1 = 10001:1:1
dvTP4_1 = 10002:1:1
dvTPs = {dvTP1 ,dvTP4_1}
//second master
dvTP2 = 10001:1:2
dvTP4_2 = 10002:2:1
dvTPs = {dvTP2 ,dvTP4_2}
The buttons on the "master" touchpanel will have port numbers corresponding to the system number of the buttons on the related touchpanel.