EasyManua.ls Logo

7th Sense Pixel Processing Juggler - Page 123

Default Icon
148 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
123
M512-3 Juggler : User Guide
© 2021 7thSense
External Control
get path="externalipaddress"
Example: MPCDI import
XML
<command cmd="actions" type="Import MPCDI" file="C:\\path\\to\\system.mpcdi" />
Plain text
actions type="Import MPCDI" file="C:\\path\\to\\system.mpcdi"
Further examples
Get all temperatures for all Jugglers in a system
<command cmd="get" path="temperaturePL" />
<command cmd="get" path="temperatureCPU" />
Get CPU temperature for a specific Juggler
<command cmd="get" path="/GroupSet/Group/JugglerName/SystemMonitor/temperatureCPU" />
Disable red beams system-wide
<command cmd="actions" type="Red Beam Off" />
Enable blue beams for a specific Juggler
<command cmd="actions" type="Blue Beam On" path="/GroupSet/Group/Juggler4540" />
Get active pixels and lines for a specific Juggler’s video input
<command cmd="get" path="/GroupSet/Group/JugglerName/DpRx:2/VideoTiming/activepixels" />
<command cmd="get" path="/GroupSet/Group/JugglerName/DpRx:2/VideoTiming/activelines" />
Heartbeats
A heartbeat could be implemented by periodically requesting status’ from each Juggler.

Table of Contents