Level Events from Active Level Buttons
TurnipTruck
Posts: 1,485
Greetings,
When a G4 panel has an active bargraph on it (one that creates a level event when touched), I've noticed that a level event with a value of zero is sent to the master when the panel goes offline or comes online. This pretty much makes the active touch function useless for panels that may drop offline or any panel that you may want to upload a new file to during normal system operation. I have eight active bargraphs on my office panel for lighting zones. A panel upload results in all of my lights going dark!
Anyone else experienced this or have a workaround?
Thanks.
When a G4 panel has an active bargraph on it (one that creates a level event when touched), I've noticed that a level event with a value of zero is sent to the master when the panel goes offline or comes online. This pretty much makes the active touch function useless for panels that may drop offline or any panel that you may want to upload a new file to during normal system operation. I have eight active bargraphs on my office panel for lighting zones. A panel upload results in all of my lights going dark!
Anyone else experienced this or have a workaround?
Thanks.
0
Comments
Of course this won't work unless the offline event handler triggers before the panel sends the level 0.
http://amxforums.com/showthread.php?t=3461
http://www.amxforums.com/showthread.php?t=3570
There's a couple of methods of doing this; combine_channels/levels/devices and define_connect_level spring to mind.
when you upload a program to the master, it will still set the levels to 0 right? (you now, reboot of master and all)
Furthermore, i do like the method of using a virtual device, i had never used it until i read about it on the forums
dunno, then i wouldnt have a problem reading through someone else's code
Thanks.