Manual Installation

Manual Rapid SCADA setup provides full control over the process of the software installation, update and uninstallation.

Installation Sequence

  1. Install Microsoft Internet Information Services (IIS) by selecting the appropriate Windows features. More details...
  2. Install Microsoft .NET Framework (install IIS before the framework) of the version specified in System Requirements.
  3. Unzip files from the Arc folder of the installation pachage to the SCADA installation directory. Recommended destination is C:\SCADA
  4. Open IIS management console: Control Panel > System and Security > Administrative Tools > Internet Information Services (IIS) Manager.
  5. Add a web application to the site tree. Right click the appropriate site, Default Web Site in most cases, then choose the Add Application menu item.
  6. Enter the application alias: Scada. Check that the selected application pool uses .NET 4.0 runtime version and integrated pipeline mode. Specify the physical path to the web application files: C:\SCADA\ScadaWeb. Then click OK.
  7. Register ScadaServerService by executing ScadaServer\svc_install.bat as administrator.
  8. Register ScadaCommService by executing ScadaComm\svc_install.bat as administrator.
  9. Register ScadaAgentService by executing ScadaAgent\svc_install.bat as administrator.
  10. Create shortcuts for the Admnistrator and Webstation applications on the desktop if necessary.
  11. Run the applications.

Uninstallation Sequence

  1. Delete Scada web application using IIS Manager.
  2. Stop ScadaServerService and ScadaCommService services, close all the applications of Rapid SCADA.
  3. Unregister ScadaServerService by executing ScadaServer\svc_uninstall.bat as administrator.
  4. Unregister ScadaCommService by executing ScadaComm\svc_uninstall.bat as administrator.
  5. Unregister ScadaAgentService by executing ScadaAgent\svc_uninstall.bat as administrator.
  6. Delete SCADA folder from the hard disk and delete the shortcuts from the desktop.