Panels-hard reset.
Thomas Hayes
Posts: 1,164
in AMX Hardware
Hello all
I still have a few panels that will drop offline every now and than. I'm thinking of writting code(if possible) that will monitor 'offline' events and if the event lasts for more than 45 sec's to toggle the power to the panel. Does anyone have any thoughts on this?
I still have a few panels that will drop offline every now and than. I'm thinking of writting code(if possible) that will monitor 'offline' events and if the event lasts for more than 45 sec's to toggle the power to the panel. Does anyone have any thoughts on this?
0
Comments
If the issue is network quality, I would be a bit more hesitant at the power-kill. See if the dept that provides IP infrastructure can improve their service. My CV7s (wired) rarely drop offline. Perhaps once briefly every 6 months. There is a moderate delay between the panel & master making a successful connection. I guess 45 seconds would be sufficient.
A few things to remember in the online event:
1. Cancel your "offline" actions (via a named wait) in case the panel comes back online before the wait time in the offline event.
2. Give the panel a few seconds (5) after coming online, then resync it with the current state & settings of your master.
Yours,
Roger McLean
Swinburne University
What type of panel is it? Do you have sufficient power?
Sounds like this could be the cause of the symptoms your describing.
There was no UPS that could handle the load of a dozen CV-12's for more than a few seconds that wasn't ridiculously big. I solved it by powering the entire set of them on a car battery, which in turn had a permanently installed charger attached to it. Haven't had a lockup since, and that was a year ago.
Hmmmm... wouldn't that be a ridiculously big but home-made 12v UPS?
Hi Thomas,
We've had similar problems in the past but with the older DMS keypads dropping Offline. I wrote a simple piece of code that monitored the OnLine/OffLine status of the actual devices - not the virtual Device, and if more then 3 of the 12 DMS's dropped offline, it rebooted the MVP-8400, and NI-4000. This allowed the system to restart and get everything back on line and in most cases the client didn't even realise something had happened.
Subsequently I discovered the electricains had pulled a pile of data cable through with power cables. Transient spikes (mainly from relays driving fluroescent tubes) were being generated and transferred into the data network, corrupting the data - hence the keypads fell offline.
I'm currently working on filters and other 'tweaks' to deal with the problem without recabling!.
Hope this helps
Cheers
Brent
We're running into somewhat of the same problem. All of the panels we've had issues with were CV7s, and I've noticed that if they haven't been used for quite some time - they completely lock up and they have to be unplugged. There is probably a period of about 3 weeks between visits from the client - so I wonder if the lack of use has anything to do with it?