130
M512-3 Juggler : User Guide
© 2021 7thSense
External Control
<command cmd="status"/>
Reply
<status success="true">
<taskSummary total="7" failed="0" pending="1" complete="6"
percentComplete="85.714286" MPCDI-Processing="85.714286%"/>
<projectStatus ProjectPath="C:\Users\[UserName]
\AppData\Local\compere\Projects\primary.prj" DefaultProject="C:
\Users\[UserName]\AppData\Local\compere\Projects/myproject.prj"/>
<networkInfo commsMode="server" peerData="64-4b-f0-12-75-fd "/>
</status>
Project Controls
Note: Saving and Loading is to the server and the path must use the correct slashes for the server OS.
Open a project
Command
<command cmd="open" file="C:\Users\[UserName]
\AppData\Local\compere\Projects\primary.prj"/> (Windows)
<command cmd="open" file="/share/compere/bin/Projects/primary.prj"/> (Linux)
Reply
<open success="true" commandDuration="123us"/>
Save a project
Command
<command cmd="save" file="C:\Users\[UserName]
\AppData\Local\compere\Projects\secondary.prj"/> (Windows)
<command cmd="save" file="/share/compere/bin/Projects/secondary.prj"/> (Linux)
Reply
<save success="true" commandDuration="123us"/>