Also know as "Secondary Object", allows you to manage logos (fixed logos) and script files (dynamic logos), thus, allowing you to use the same template with different writing.
Name - AST
SOM - Start of message
Cod_type
Cod_type - F
Name : Fixed
Code : Num_logo fields from the Loghi table
Cod_type - C
Name : CMT
Code : Codice fields from the Stringhectm table
Params : CTM file parameters
Cod_type - R
Name : Random
Code : Id_astanagraf fields from AstAnagraf table
Cod_type - N
Name : Next event
Code : Codice fields from the Stringhectm table
Str3 : Required to match next event
Str4 : Required to match next event
Cod_type - M
Name : Current event
Code : Codice fields from the Stringhectm table
Str3 : Required to match next event
Str2
Str2 - A
Description : SOM indicates the frames AFTER the start of the event
Str2 - B
Description : SOM indicates the frames BEFORE the end of the event
For example, you can import a FIXED Logo (previously defined in Etere Configuration | Settings | Basic | Logo Generator No. 2), just by setting the parameters shown below:
<TSEC>
<NAME>AST</NAME> <!-- AST Logo Import -->
<SOM>100</SOM> <!-- Start Of Message is set to 100 frames -->
<CODE>3</CODE> <!-- Use Logo number 3 -->
<CODETYPE>F</CODETYPE> <!-- Event type is FIXED-->
<STR2>A</STR2> <!-- The above defined SOM indicates the frames AFTER the start of the event -->
</TSEC>
Or you can also import a CTM Logo (previously defined in Etere Configuration | Settings | Basic | Script Strings) by defining the TSEC parameters as follows:
<TSEC>
<NAME>AST</NAME> <!-- AST Logo Import -->
<SOM>50</SOM> <!-- Start Of Message is set to 50 frames -->
<CODE>1</CODE> <!-- Use Logo number 1-->
<PARAMS>Football game</PARAMS> <!-- CTM Logo parameter -->
<CODETYPE>C</CODETYPE> <!-- Event type is CMT -->
<STR2>A</STR2> <!-- The above defined SOM indicates the frames AFTER the start of the event -->
</TSEC>
NB: Please note that in the cases described before, the duration is given by the device which generates the Logo; moreover, you can add all the logos you want to show just by defining another <TSEC> sections.