Page Tracking and Popups
Joe
Posts: 99
in AMX Hardware
I'm attempting to use page tracking to track which popup was last turned on by a panel. The system will have 2 moderos, one of them wireless. In the event it drops communications with the master, I want to be able to resync it with the hardwired one. I don't physically have the panels, so I'm using 2 G3 panels to simulate the situation.
With page tracking turned on, the panels will send that info to the master. They will also send any KEYB- or KEYP- info. They will not send 'PPON-<popup name>. I can see the info in Debug, but it does not register in the buffer.
1. Am I doing something wrong?
2. Is this a problem with G3 panels only?
3. Is there a way to make this work?
Thanks!
Joe
With page tracking turned on, the panels will send that info to the master. They will also send any KEYB- or KEYP- info. They will not send 'PPON-<popup name>. I can see the info in Debug, but it does not register in the buffer.
1. Am I doing something wrong?
2. Is this a problem with G3 panels only?
3. Is there a way to make this work?
Thanks!
Joe
0
Comments
Thanks for the input Joe. I talked with tech support this morning, and Bob told me that since I'm doing popup control from code, it won't echo back the commands. When I do an on-panel popup, it sends the string back to the buffer.
Joe