Admin Panel
System Management
Exaplan provides a system management and automation interfaces where you have:
4 preset buttons:
System Restart, OFF
Projectors ON, OFF
Up to 6 custom buttons

The configuration file for the panel is located in:
"C:\Exaplan\Exaplan_Data\StreamingAssets\Exaplan_AdminControlPanel.json"
The syntax for the admin panel components is explained below:
admin
pinlock: true, false Lock the admin window with a password.
pin: pick a 4 digit PIN. e.g. "1234"
projectors
list of projector IP addresses to be used with pjlink commands
pjlinkPort
Port for pjlink communication with projectors. Default is 4352
defaultButtons
the 4 default buttons for turning ON/OFF the system and projectors.
customButtons
add up to 6 extra buttons with custom commands.
Buttons syntax:
label
Custom name for the button that will be visible on the interface.
color
Color of the button. Options are: red, blue, green, yellow, magenta, white.
type
"system": command line instruction in batch language."pjlink": protocol for projection control over TCP/IP."exaplay": tcp command to Exaplay. Requires:"ip": address of the Exaplay machine."port": Exaplay port. defaults to 8100."command": from the Exaplay TCP/IN dictionnary
"macro": a sequence of commands from the types above. Takes a list of "commands" : [ ]
Example:
Last updated