Custom system variables for text overlays
Using HTTP APIs, you can create your own custom system variables for use in text overlays.
For example, using the HTTP API you can create a system variable for the current GPS co-ordinates, then use a script to update the GPS co-ordinates in your custom variable as the physical location in your stream changes.
Here's an example custom variable called gpsvar1 that has a value of N103 68201 W765 29712
. To insert the custom system variable into a text overlay, simply type %(gpsvar1) into the Text field.
If you use a non-monospaced font, the size of the text overlay changes as the letters, numbers, and the length of words change. Use a monospaced font to maintain a consistent size for the text overlay (assuming the total number of characters in the text string doesn't change).
The RS-232 SET command syntax in this case is VAR.SET.<name>=<value>
, for example:
VAR.SET.gpsvar1=N103 68201 W765 29712
where <name> is gpsvar1 and <value> is N103 68201 W765 29712.
There are no limits for the frequency of system variable commands using RS-232. However, only one command can be issued at a time.
HTTP system variable commands are issued at a frequency of 5 per second. You can include up to six variables in a single HTTP SET command. After issuing a SET command, all channels using the specified variables are updated.
System variables are considered volatile.
To learn more about global variable command syntax and important considerations when using them, see the Pearl System API Guide for details.
For more information about sizing and positioning elements in the custom layout editor area, see About the custom layout editor.