Versions Compared

Key

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

...

  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 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 – Axxon PSIM object and event, for example, CAM|MD_START.
    2. ProductObjectIds – 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 Axxon PSIM event parameter name to the event parameter. May be absent.

...