Displaying variable information on the screen

Variable information can be displayed on the screen via text or ticker objects. Basically, all types of variables are available for this purpose, but text and value variable are suited best. See also Using variables for control purposes.

    1. Add a text object to a picture track or a ticker object to a ticker track. See also Displaying text via a ticker object.

    Note: Text objects offer more design options and display text better but ticker objects have the benefit of making changed variable information immediately visible on the screen. Text objects are only updated when the text object is reloaded into the graphics memory, which might take a few minutes depending on the complexity of the show and the size of the graphics memory used for the images. The updated variable information of text objects should at least be available by the time the show is stopped and played again.

    1. Right-click a text or a ticker object and select Properties.

    2. In field Text you can enter the required text and add the variable information. For this purpose the variable name must be surrounded by curly braces, Example:

    {Service Interval} hours until the next lamp change is due!

    When value 28 appears for the Value In variable Service Interval the following information is displayed on the screen:

    28 hours until the next service is due!

    Instead of the curly braces containing the variable name always the information of the corresponding variable will be displayed.