Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Configuring the interaction of distributed system components  Role-assignment in distributed system Next page


If Server is to synchronize its time with Servers connected to it when Axxon PSIM is started, do one of the following:  

  1. Set the Synchronize time checkbox on the settings panel of the Computer object corresponding to the Server that is the source of time synchronization (see The Settings panel of the Computer object section).
  2. Set the Time synchronization checkbox in the tweaki.exe utility on the Server that is the source of time synchronization (see The Settings panel of the Axxon PSIM section).
  3. Create the SyncTime parameter with 1 value in the HKEY_LOCAL_MACHINE\Software\AxxonSoft\PSIM for 32-bit system (HKEY_LOCAL_MACHINE\Software\Wow6432Node\AxxonSoft\PSIM for 64-bit system) registry on the Server that is the source of time synchronization.

Time is automatically synchronized at midnight every 24 hours or when Axxon PSIM is started on the Server that is the source of time synchronization. Synchronization can also be started by SYNC_TIME command of the SLAVE system object (see The Script object. Programming using the JScript language).

You can run a macro if time is to be synchronized when connecting the Servers that are time receivers. The details are in the Creating and using macros section.

The example of macro that synchronizes time of all Servers in the distributed system when connecting to Computer 2 if Computer 1 is configured as the source of time synchronization:

  • No labels