Import Formats

84.4.5.17 VIZRT Import Mode

The "VIZRT Import Mode" allows to import into the system also the VIZRT graphics data (e.g. external id) associated to primary and/or secondary events. Available import modes include:
•Primary events import: Use it in case the imported <externalid> ... </externalid> tag should contain only the ID of the primary event.
•Secondary events import: Use it in case the imported <externalid> ... </externalid> tag should contain both the ID of the primary and secondary events separated by a $# (e.g.: StarBattles2009$#showLogo7).
The format that the XML files must have in order to be imported is below:
<SECONDARY_EVENT>
   <TSEC>
      <NAME>AST</NAME>   
      <SOM>50</SOM>     
      <EOM>0</EOM>         
      <PARAMS></PARAMS>            
      <CODE>1</CODE>              
      <CODETYPE>C</CODETYPE> 
      <INT1>0</INT1>
      <INT2>0</INT2>
      <INT3>0</INT3>
      <INT4>0</INT4>
      <INT5>0</INT5>        
      <STR1>N</STR1>
      <STR2>A</STR2>
      <STR3></STR3>
      <STR4></STR4>
      <STR5>KRATKI_MALINA</STR5>    
 <DESCRIPTION>MALINA</DESCRIPTION>
 <PROVENIENZA>VIZRT</PROVENIENZA> 
 <EXTERNALID>1000000</EXTERNALID>
      <XMLPARAMS>
          <fields>
             <field name="001">SLIJEDI</field>
             <field name="002">12</field>
             </fields>
          </XMLPARAMS>
    </TSEC>
</SECONDARY_EVENT>     
-- Fixed 'AST'
-- as now
-- as now
-- nothing
-- CTM Etere code
-- Fixed 'C'
-- Fixed 'N'
-- as now (A:from beginning, B: from end)
-- Template name
-- event description
-- Fixed 'VIZRT'
-- Secondary event External id 
The <XMLparams> ... </XMLparams> tag contains data related to secondary events, this data can be compiled using the secondary object function of the Executive Editor.
Note:
The "VIZRT Import Mode" is available only in case the station's license is enabled for importing VIZRT data.
Detailed information on how to manage secondary events on Vizrt can ve found in chapter "Using a Vizrt MCP Engine".