Services
StartService
StartService
Starts a specific service.
Params
|
Name |
STRING |
Name of the service to start (not concatenated with the computerName). Available names: |
|
Value |
ANY OPTIONAL |
Service specific parameters. |
Example - Starting PX_VideoIO service.Call (you send) CallResult (you can receive, if subscribed) |
StopService
StopService
Stops a specific service.
Params
|
Name |
STRING |
Name of the service to start (not concatenated with computerName). |
Example - Stopping PX_VideoIO service.Call (you send) CallResult (you can receive, if subscribed) |
RestartService
RestartService
Restarts a specific service.
Params
|
Name |
STRING |
Name of the service to start (not concatenated with computerName). |
|
Value |
ANY OPTIONAL |
Service specific parameters. |
Example - Restarting PX_VideoIO service.Call (you send) CallResult (you can receive, if subscribed) |
Shows
CopyShowFileToLocal
CopyShowFileToLocal
Copies a specific show file from the server machine to this machine (client).
Params
|
ShowName |
STRING |
Name of the show to copy. |
ExampleCall (you send) CallResult (you can receive, if subscribed) |
CheckShowFileLocal
CheckShowFileLocal
No params.
PixotopeDump
PixotopeDump
No params.
RescanProjects
RescanProjects
No params.
RemoveLocalProjectPath
RemoveLocalProjectPath
No params.
ToggleFavorite
ToggleFavorite
Either adds or removes show or level from the favorite shows or levels array (see Get FavouriteShows).
Params
|
Name |
STRING |
Name of the show/level to add/remove. |
|
Add |
BOOLEAN |
|
|
Levels |
BOOLEAN |
|
Example - Adding Show1 to favorites.Call (you send) |
ToggleFavoriteFilter
ToggleFavoriteFilter
Toggles filter boolean for favorites shows or levels in database.
Params
|
Levels |
BOOLEAN |
|
ExampleCall (you send) |
DisconnectServer
DisconnectServer
Called on a machine connected to a server machine, when the server changes its role. This will change the role of the client to stand-alone.
Sends an Update message named "ServerChangedRole" to Director that role has been updated.
No params.
AddCameraType
AddCameraType
Adds a provided camera type to the existing array of types and stores it in [Installation folder]/Local storage/CameraTypes.json
Params
|
id |
NUMBER |
Unique Id. |
|
label |
STRING |
Display name of camera. |
|
camera_name |
STRING |
Name of camera. |
|
width |
STRING |
Width of backplate in mm. |
|
height |
STRING |
Height of backplate in mm. |
ExampleCall (you send) Update (you can receive, if subscribed) |
SetRole
SetRole
Sets role for machine
No params.
GetLicenseToolChangeSetup
GetLicenseToolChangeSetup
Saves the callback, and send callResult once new tools are received and all services are restarted accordingly
No params.