Install on Windows Manually
Manual Rapid SCADA setup provides full control over the process of the software installation, update and uninstallation.
Installation
- Install Internet Information Services (IIS) by selecting the corresponding Windows components.
-
Install ASP.NET Core Runtime 8.0.x (Hosting Bundle) and .NET Desktop Runtime from this link.
Note: If the web application is not needed on Windows, skip the item 1 and install only .NET Desktop Runtime.
- Copy the application files to the Rapid SCADA installation directory
C:\Program Files\SCADA
-
Register the services by executing the following files as administrator:
ScadaAgent\svc_install.bat
ScadaComm\svc_install.bat
ScadaServer\svc_install.bat
-
Register the web application:
- Open IIS Manager.
- Open the module list and make sure the
AspNetCoreModuleV2
module is present. - Create an application pool named
ScadaAppPool
, set .NET CLR version toNo Managed Code
. - Open the advanced settings of the created application pool, and set the
Identity parameter
toLocalSystem
. - Add a new web site named
ScadaWeb
, specify the created application pool, available TCP port and the pathC:\Program Files\SCADA\ScadaWeb
Note: HTTP port 80 is used by
Default Web Site
. Use another port, such as 10008, or stopDefault Web Site
. -
Create a RAM drive for writing logs:
- Install the software for creating RAM drives, for example, AMD Radeon RAMDisk or Dataram RAMDisk.
- Specify the log directory in
ScadaInstanceConfig.xml
, for example,R:\SCADA\
- Create a shortcut to the Administrator application (
ScadaAdmin.exe
) on the desktop. - Restart the computer to start services automatically.
-
After restart, open http://localhost:PORT or http://SERVER_IP:PORT in a web browser.
Username: admin
Password: scada
Uninstallation
-
Stop and unregister the services by executing the following files as administrator:
ScadaAgent\svc_stop.bat
ScadaAgent\svc_uninstall.bat
ScadaComm\svc_stop.bat
ScadaComm\svc_uninstall.bat
ScadaServer\svc_stop.bat
ScadaServer\svc_uninstall.bat
- Disable a RAM drive.
- Open IIS Manager and remove the previously created web application and application pool.
- Delete the Rapid SCADA installation directory with all contents.
- Remove the Administrator application shortcut from the desktop.