MVP8400 Crash
jg@gatorint.com
Posts: 4
Dear All,
I'm curently programming an MVP8400, and i have to activate popups programatically. I'm using this commands:
SEND_COMMAND dvTP,"'@PPX' " // to desactivate all popup
SEND_COMMAND dvTP,"'@PPN-BasicMenu'" // to display the wanted popup
And after 1 to 10 uses of theses commands my panel is crashing (have to unplug the power cable and remove the batteries).
could someone help me?
Best Regards
I'm curently programming an MVP8400, and i have to activate popups programatically. I'm using this commands:
SEND_COMMAND dvTP,"'@PPX' " // to desactivate all popup
SEND_COMMAND dvTP,"'@PPN-BasicMenu'" // to display the wanted popup
And after 1 to 10 uses of theses commands my panel is crashing (have to unplug the power cable and remove the batteries).
could someone help me?
Best Regards
0
Comments
1 double check which panel firmware you have and make sure you're current. Some of the recent firmware upgrades deal with panel lockups.
not knowing what's going on with your program, you might introduce a small wait so your two commands have a bit of room to get through. I do a lot of chattering with my touch panels and have found that I need to slow down the communications a bit for the wireless touch panels.
So, you might try something like:
That one tick will not be noticeable to they eye but might give the TP the breathing room to get the job done.
Having said all this, I still think you might have other issues. Sending two commands as you have done shouldn't lock up the panel.
Next would be to do a telnet connection to the panel and type MSG ON ALL<enter>. Now you'll get listed debug messages from internal processing (similar to the MSG ON to a master). Please record the messages and check what are the last messages right before the panel locks up.
Thanks for your help.
The WAIT solution is working !!!
Honestly, I bet this sounds like a lot of work, but you will run into the limitations of wait statements really fast. The sooner you get on the time-line train the more productive you will be.