PJLink Script
Posted: Tue Feb 21, 2023 4:16 pm
Hi,
to have a script that turns off your projectors, best would be to write your own windows batch file.
In the StageDesigner program folder under tools/pjlink you find a tool named pjlink_interface_windows.exe.
Happy coding!
to have a script that turns off your projectors, best would be to write your own windows batch file.
In the StageDesigner program folder under tools/pjlink you find a tool named pjlink_interface_windows.exe.
- copy it along with the dll to a folder
- inside this folder, create a textfile and name it turn_off.bat
- open turn_off.bat with a text editor
- write
Code: Select all
pjlink_interface_windows.exe --power off --beamer 10.0.0.1
Happy coding!