PJLink Script

How to do things
Post Reply
mxwendler
Posts: 45
Joined: Mon Oct 10, 2022 4:47 pm

PJLink Script

Post by mxwendler »

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.

  • 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
Then double click the turn_off.bat file, it should turn off the beamer with IP 10.0.0.1. Inside the program folder is also a PJLink emulator, it may help you.

Happy coding!
Manu
Posts: 2
Joined: Tue Feb 21, 2023 12:02 pm

Re: PJLink Script

Post by Manu »

Hi Hendrik, we tried but is not working.

It can depend on the Optoma projectors... We have Optoma ZH403 projectors

P.S.
They can be pinged from command prompt so they are reachable!
forum_admin
Site Admin
Posts: 1
Joined: Mon Oct 10, 2022 4:36 pm

Re: PJLink Script

Post by forum_admin »

Can you post a screenshot of the cmd when you are sending the command?
Post Reply