Rapid Gate Module

Overview

Rapid Gate Module is designed to synchronize data between several Rapid SCADA instances. The module allows to setup a backup server, as well as provides data transfer from SCADA installed on remote locations to the primary SCADA.

Installation

Rapid Gate Module is installed in accordance with the general sequence of installing Server modules. The module library file is ModRapidGate.dll. After adding the module, you need to perform several additional actions:

  1. Open the module log C:\SCADA\ScadaServer\Log\ModRapidGate.log in a text editor and copy a computer code.
  2. Register the module by contacting the developers or using the trial key generator. A register key must be stored in C:\SCADA\ScadaServer\Config\ModRapidGate_Reg.xml between RegKey tags.
  3. Configure the module (see the section below).
  4. Restart the Server service by clicking .

Configuring

To cofigure Rapid Gate Module, edit C:\SCADA\ScadaServer\Config\ModRapidGate.xml using a text editor. The settings contains the connection parameters for the SCADA server (target server) to which data are transferred and from which commands are received.

Note that you usually need to configure the firewall on the target server to allow connections with it over the network.

Algorithm

The algorithm of Rapid Gate Module has the following features:

  1. The module transmits only the data that are received from Communicator. The values of the calculated input channels are not transmitted.
  2. The data is transmitted to the same input channel numbers to which they are received.
  3. The transmitted values are already calculated by the formulas of the input channels, which can result in double applying of the formulas on the target server. Therefore, when using the module, it is recommended that calculations be performed in separate input channels of the calculated type.
  4. The module has a data transfer queue, which allows restoring data in case of a short-term connection failure with a target server.