R4 Offline/Out of Range Feedback
nherc
Posts: 34
We have a client that complains about how his R4 works slowly or doesn't work at all in certain locations. I think he's going out of range or the network OR the R4 has just woken up and there are a bunch of updates streaming to it (the status of say all lighting loads) potentially choking it.
What kind of feedback do you give your users when the R4 comes online and initializing from being asleep for a while and when it is out of range?
How do you effectively catch these events (particularly the out of range event)? How would you show a pop-up AFTER you lost contact with the controller? Any code would be appreciated?
Thanks Much.
What kind of feedback do you give your users when the R4 comes online and initializing from being asleep for a while and when it is out of range?
How do you effectively catch these events (particularly the out of range event)? How would you show a pop-up AFTER you lost contact with the controller? Any code would be appreciated?
Thanks Much.
0
Comments
Paul
As mentioned this button will work on the Modero MVP panels too, though they need the current firmware for it to be really accurate.
That seems like it logically shouldn't work as if the R4 goes offline it would never get the command to switch the state of that button to 'off'.
Similarly, even a pinging type system wouldn't work either as all logic occurs on the processor, not the touch panels. So, once the processor suddenly stops getting pings back from the panel it can't send any commands to switch a button state any more.
I'll have to try assigning a button to the built in TP4 state alexanbo recommends:
Port: 0, Address: Panel Setup - Connection Status.
Is there a way we can make this a pop-up instead of just a button? The only inconvenient part of this, if it works, is that you need to add this button to every page rather than declaring it once.
Actually it does. When the R4 (or any panel) is not connected to the master, every button goes to its OFF state. It does not need to get any command to unset its button state.
I had not thought of that... and it seems quite logical now that you mentioned it. I wonder if that is how the 'Port: 0, Panel Setup - Connection Status' works?
So, a button set to: Port: 0, Address: Panel Setup - Connection Status.seems to work, but it seems very slow to update when going offline (maybe 4-8 seconds when it doesn't work before the button appears). In the same manner it disappears about 4-8 seconds before the R4 starts really working again.
Any thoughts? Suggestions? Are other people seeing this?