Versions Compared

Key

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

By default Intellect , Axxon PSIM uses internal synchronization, i. e. there There is data interchange between computers in the distributed configuration (see Configuring the interaction of distributed system components):

  1. If a computer is in the distributed system, then all the events are sent just as they appearoccur. This is online synchronization.
  2. If a computer in the distributed system lost connection with the distributed system and cannot interchange the events with other computers, then events that are to must be sent to this computer are stored in the database and sent on it after the computer is reconnected. This is offline synchronization.

If the computer has not been in the distributed system for too long, then the accumulated sequence of events can be quite long and processing of all these events can take much time. Thus, offline synchronization can be disabled.

Online synchronization can also be disabled, i.e. events won’t be sent.

Info
titleNote.
Internal synchronization, both offline and online, can be enabled and disabled for all computers in the distributed system.


Note
titleImportantAttention!

DB synchronization must be configured when any internal synchronization mechanism is disabled — see Database synchronization setup disabled—see Configuring database synchronization and Configuring the Event Viewer databases synchronization.

...

  1. Go to the Programming tab of the System settings dialog box window (1).
    Image Modified
  2. Select In the objects tree, select the Security zone object in the tree (2). The settings panel of this object is displayed on the right side of the System settings dialog boxwindow.
  3. To disable offline synchronization, set clear the offline checkbox unchecked in the Internal synchronization group (3).
  4. To disable online synchronization set , clear the online checkbox unchecked in the Internal synchronization group (4).
  5. Click the Apply button (5).

Internal synchronization is now configured.