Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The FAILOVER object corresponds to the Failover system object.

Events from the FAILOVER object are given in the table. Procedures are run when a corresponding event happens. The event procedure format for the Failover object:

OnEvent("FAILOVER","_id_","_event_")

Description of events from the FAILOVER object:

Event

Description

START

Objects are moved to a backup Server

STOP

Objects are back to the main Server

Example uses can be found in the Examples of scripts in the JScript language section in The Script object. Programming using the JScript language.

The operator format for describing the actions with the Failover is:

DoReact("FAILOVER","_id_","_command_" [,"_parameters_"]);

The list of parameters for the FAILOVER object is presented in the table below.

Command - command descriptionComment
FORCED_START − forced transfer of the main Server configuration to the backup oneThe reverse configuration transfer is performed using the FORCED_STOP command or upon restarting/reconnecting the main Server
FORCED_STOP − forced transfer of the backup Server configuration to the main one
  • No labels