I’m looking for documentation and information on how to run nDisplay from a script, or perhaps even with remote TCP calls. I’ve scoured their docs and the only way I can find in there to run an nDisplay cluster is via the nDisplayLauncher. This is inadequate for our scenario since we’ll be running a project by script that will start every morning at the same time, and will be managed remotely.
Has anyone seen some information around how to do this? I would hope that I could at least do what nDisplayLauncher is doing from a command line, but also would be interested to know if it can be done using remote commands, such as the cluster event protocol.
Did you ever find a solution to this? I am currently in the same situation, working on an installation that needs to be automated by script to launch every morning. I have not found a way to do it but it seems that the Switchboard is using UDP or something similar to communicate with the Listeners… I just haven’t found anything about what these messages actually are. Any help would be appreciated
Almost exactly a year later and I’m here wondering if anyone ever figured this out. Also working on an installation that needs to auto-launch every morning. I found out that switchboard has a native scripting interface that is completely undocumented but can’t seem to get it working. Using 5.2
If you launch the switchboard launcher and listener and execute the project from there, you can see the command being executed on the listener. You can use that in a .bat to launch the project in “ndisplay mode” or you can add the launch arguments to a shortcut.
Here is an example on how to launch a built project: