Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ApiBgConfig.xml file is used to configure the login and password for connecting the Technoserv system to Intellect Axxon PSIM, as well as for associating Intellect Axxon PSIM events with the Technoserv event codes (see the table below).

...

  1. The time in milliseconds between sending PING events
    <PingTimeout>120000</PingTimeout>
  2. The IP-address to be returned on requests of Technoserv.
    <MainHost>192.168.0.171</MainHost>

  3. Username and password to connect to the Technoserv server and send events (if any)
    <Login></Login> <Password></Password>
  4. Correspondence of the Intellect Axxon PSIM event to the event code: 
    <ApiBgEventMatch>
        <ProductObjectName>CAM_VMDA_DETECTOR</ProductObjectName>
        <ProductEventName>ALARM</ProductEventName>
        <ApiBgEventCode>264400</ApiBgEventCode>
        <ProductObjectIds>
          <id>2</id>
          <id>1</id>
        </ProductObjectIds>
        <ParamMatch>
            <ProductEventParamName>num</ProductEventParamName>
           <ApiBgEventParamCode>NUMBER_OF_DETECTED_PEOPLE</ApiBgEventParamCode>
        </ParamMatch>
        <Shapes>1</Shapes>
        <Picture>1</Picture>
    </ApiBgEventMatch>

    1. ProductObjectName, ProductEventName – Intellect Axxon PSIM object and event, for example, CAM|MD_START.
    2. ProductObjectIds – Intellect Axxon PSIM object id, if you need to specify specific detectors. May be absent, then events will be transmitted to all detectors.
    3. ApiBgEventCode – event code, see below.
    4. Shapes – whether to transfer the Shapes field.
    5. Picture – whether to send a link to the freeze frame.
    6. ParamMatch – correspondence of the Intellect Axxon PSIM event parameter name to the event parameter. May be absent.

...