Best Of
Re: Connexion to a Zumtobel Litecom Lighting server
Latests firmwares on master and device. Controler is a NX1200.
Latest but not the hotfix, sorry. Will try it.
Re: AMX Muse
I signed up for the webinar but was on remote support and missed it. When is the VSCode extension expected to be released?
Re: Jetty Server Authentication
Re: NX-2200 Rebooting and now doesn't boot
Sorry you encountered this issue. It sounds like your initial troubleshooting was very thorough. My initial thought was the seating of the SD card, but you did investigate that. Best of luck with your call to support.
Re: Flip Page on MST-701i Touch Panel from Netlinx Studio Code
You can find the syntax guide for that product here: https://www.amx.com/en-US/site_elements/configuration-and-programming-guide-modero-s-x-series-g4-touch-panels-hydraport-touch-connection-ports
PDF page 56 describes the PAGE- command for a page flip.
Re: Flip Page on MST-701i Touch Panel from Netlinx Studio Code
What your want is this:
DEFINE_PROGRAM if(!startUp) { WAIT 100 { shutdownRoutine() SEND_COMMAND devPanel,"'PAGE-Splash'" startUp = TRUE } }
You need to group what you want to be queued, otherwise, only shutdownRoutine() is queued and the other two command are executed the mainline runs, which is far too soon for a touch screen to be online.
