Script strings must be written according to the device protocol. Below are some examples of script files:
•Dekocast SCRIPT: This command sends to the titler three values to update fields in the scene "307", after which run the action TEST307:
[PRESET]
W\1\307\307\%001\%002\%003\\
[TAKE]
Y\TEST307o\\
•Imagestore SCRIPT: The command R0 loads in the layer 1 template V0001.oxt, the take sends the command 3 (cut fader up) to layer 1:
[PRESET]
R01V001.oxt
[TAKE]
3 1 1
•ORAD SCRIPT: The commands AXPREW pass the concatenated values and display the logo on the preview form, whilst the AXCLEA command deletes the last given command.
[PREVIEW]
1=AXPREW00000007|%001|%002|%003|%004
2=AXCLEA
•GVG M2100 SCRIPTS: Please refer to the M2100 Protocol Scripts section for detailed information on creating CTM scripts for devices based on the GVG M2100 protocol.