Home AMX User Forum Scripting Languages

Muse and Varia (G5 Persona) Best Practice?

In NetLinx there is the concept of virtual devices that (for the most part) can bring a touch panel back to a similar state if the TP reboots for any reason when the controller does not reboot. With MUSE obviously that functionality is not there (correct?) so how are programmers handling this, If you handle it at all?

The Muse program examples on the AMX GitHub don't seem to really handle this at all. My initial idea would be to keep track of active page, levels, input selected, etc., then put a callback on dvTP.online() to rebuild the TP to a given state. I wanted to see if anyone else had any ideas or suggestions on how to approach this.

Sign In or Register to comment.