Create the Offline Configuration File

About this task

This topic describes how to create the offline configuration file. We recommend that you add the Collector property section above the Tag property section in the offline configuration file.

Procedure

  1. Add the following collector interface properties at the beginning of the offline configuration file.
    <Import>
    <Collectors>
    <Collector Name="<Collector Name>">
    <InterfaceType>ServerToServer</InterfaceType>
    <InterfaceGeneral1>10</InterfaceGeneral1>
    ......
    </Collector>
    </Collectors>
  2. Add the list of tags and their properties.
    <Collectors>
    ...
    </Collectors>
     
    <TagList Version="1.0.71">
     
    <Tag>
    <Tagname>simCollector1</Tagname>
    <SourceAddress>Result = CurrentValue("SJC1GEIP05.Simulation00002")</SourceAddress>
    ...
    </Tag>
     
    <Tag>
    <Tagname>simCollector2</Tagname>
    <SourceAddress>Result = CurrentValue("SJC1GEIP05.Simulation00002")</SourceAddress>
    ...
    </Tag>
    ...
    </TagList>
    </Import>
  3. Add the closing </Import> tag to the end of offline configuration file.