Create a Script

<< Click to Display Table of Contents >>

Navigation:  Configure VideoSyncPro Studio > Scripting Abilities >

Create a Script

To get you started, there is a script template preinstalled with VideoSyncPro Studio.

Navigate to the folder C:\Users\Public\Documents\Mangold VideoSyncPro Studio Data\Scripts.

Open the file ScriptTemplate.txt in your favorite text editor.

Script Template

The content of this script is easy to read, if you made yourself familiar with the Scripting Commands explained in the previous topic:

[Header]

english = <button text> // e.g. Setup A

deutsch = <Tastentext> // z.B. Einstellung A

 

[Description]

english = 

deutsch = 

 

[Commands]

PTZ.CallPreset = <Preset name>

MMPlayer.CloseAll = <MMPlayer name>

MMPlayer.ShowCamera = <MMPlayer name>, <Source name>

 

Chose Save as... and save a copy of this file using a descriptive name before you start editing it.

Save your script and make sure you know its purpose based on the name you entered.

The resulting *.txt file needs to be linked to one or more or your scenario file(s), as is described next in Add Script to Scenario.