Viz Channel Branding User Guide

Version 5.1 | Published October 26, 2023 ©

Harris ADC-100

images/download/attachments/130556313/import_lst-mapping-table.png

The LST import module supports importing schedules based on binary *.lst and *.rcv files from the Harris ADC-100 automation systems.

*.rcv files are generally only used when it is necessary to receive last-minute updates from the Harris automation system.

Before performing the procedure below you must ensure a schedule is available in the required format - LST (Harris ADC-100) - and that a channel has been created.

Note: Base your mapping on the sample content. See the directory c:\Program Files\Vizrt\Viz Channel Branding\SampleContent\LST

To import LST Format Files

  1. Open the Settings window.

  2. Select the General Settings section and set the Channel Name in Schedule.

    • This procedure uses channel _demo _as seen by the name of the schedule file.

  3. Select the Mapping Settings section and set Import Type to LST (Harris ADC-100).

  4. Use the Mapping Table to map the Field Name and Reference fields.

  5. Set the Code Page, seen under the LST Import Settings section.

  6. Click OK.

  7. Click the Import Schedule button, select your schedule file (for example, 19_07_2011_demo) and click Open.
    This will import the schedule and create a playlist.
    Note that you may not have all the secondary elements (i.e. pages) in your playlist. Check the schedule in your Harris system for secondary elements and Create the pages required and perform an Update of your playlist.

    1. Right-click your playlist (for example Continuous Playlist) and select Update Playlist > Full Update.

    2. Select your schedule file (for example, 19_07_2011_demo) and click Open.

Mapping Table

As LST-files are hard-coded there is no requirement to have any fields pre-mapped.

To build unique instructions in case of duplicate Reconcile keys in LST

In case of duplicate reconcile keys in the LST file, you can generate a unique instruction by using combination mapping.

For combination mapping, you must use concatenation of the fields as textFieldName
images/download/attachments/130556313/configuration_duplicate_reconcile_keys_in_lst.png

  • In the screenshot above we have defined a new unique instruction named TimeAndRKey which concatenates fields time and ReconcileKey.

Support Concatenation:

  • Define "Field Name" time and ReconcileKey as: time = time and ReconcileKey = event_id

  • Define new combination mapping field TimeAndRKey as TimeAndRKey = @time+@ReconcileKey

    Note: The fields that are used for concatenation (time and ReconcileKey) should be defined before the concatenating field (TimeAndRKey).