Versions Compared

Key

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

...

  1. Number of the object from which the event is received.
  2. Type of the object from which the event is received.
  3. Name of the object from which the event is received.
  4. Event name.
  5. Set event parameters (from 0 to N).

Each event is sent in a separate TransactionBlock with the unique FunctionNumber parameter. FunctionNumber is specified automatically and is unique for each event among all Data Bridge objects in the system.

Lower limit of the value range of FunctionNumber is specified by the FunctionNumberMinValue registry key in the HKEY_LOCAL_MACHINE\SOFTWARE\ITV\Intellect registry section.

The sent Sent XML packages look like:

<TransactionBlock>
    <TransactionDate>02.08.10</TransactionDate>
    <TransactionTime>19:53:51</TransactionTime>
   <FunctionNumber>2000< <FunctionNumber>1001</FunctionNumber>
    <FunctionName>Intellect Event<Event ACCESS_IN</FunctionName>
    <ObjectId>1</ ObjectId >
   <ObjectType> Perco<ObjectType>Perco reader</ ObjectType >
   <ObjectName> Perco <ObjectName>Perco 1 reader</ ObjectName >
    <EventName>Access by ID <ID</ EventName >
    <param1>0</param1>
    <param0>0</param0>
</TransactionBlock>
<TransactionBlock>
    <TransactionDate>02.08.10</TransactionDate>
    <TransactionTime>19:54:51</TransactionTime>
    <FunctionNumber>1002</FunctionNumber>
    <FunctionName>Intellect Event ACCESS_DENIED</FunctionName>
    <ObjectId>1</ ObjectId >
    <ObjectType>Perco reader</ ObjectType >
    <ObjectName>Perco 1 reader</ ObjectName >
    <EventName>Access forbidden</ EventName >
    <param1>0</param1>
    <param0>0</param0>   <param1>10</param1>
</TransactionBlock>
Note
titleImportantAttention!
The number and names of the parameters can differ depending on the NEXT settings – Data Bridge object settingssee Selecting events to be sent to the Axxon Next Server.