Prerequisites
Before installing the Dilution Control System, ensure the following requirements are met:
Hardware Requirements
| Component | Minimum | Recommended |
|---|---|---|
| Processor | Intel Core i3 or equivalent | Intel Core i5/i7 or equivalent |
| RAM | 4 GB | 8 GB or more |
| Storage | 500 MB free space | 2 GB for logs and data |
| Display | 1366 x 768 | 1920 x 1080 or higher |
| Network | 100 Mbps Ethernet | Gigabit Ethernet |
Software Requirements
- Operating System: Windows 10/11 (64-bit) or Windows Server 2016/2019/2022
- Runtime: Microsoft Visual C++ Redistributable 2019 or later
- .NET Framework: .NET Framework 4.8 or later (for some components)
Network Requirements
- Static IP address for the control PC
- Network connectivity to PLC system
- Network connectivity to QCS/scanner system
- Firewall rules allowing Modbus TCP (port 502) and S7 (port 102)
The control PC should be connected to a dedicated industrial network, separate from office networks, to ensure reliable real-time communication with the PLC and QCS systems.
Download Software
Obtain the installation package from PowerFlow:
- Contact PowerFlow support to receive download credentials
- Download the installation package:
DilutionControlSystem_Setup_vX.X.X.exe - Verify the download integrity using the provided checksum
A valid license key is required to activate the software. Contact PowerFlow to obtain your license before installation.
Installation Steps
Follow these steps to install the Dilution Control System:
-
Close Running Applications
Close any running instances of the Dilution Control System and related applications. Also close antivirus software temporarily during installation.
-
Run Installer
Right-click the installer file and select Run as Administrator. The installation wizard will launch.
-
Accept License Agreement
Read and accept the End User License Agreement (EULA) to proceed.
-
Select Installation Location
Choose the installation directory. The default location is:
C:\Program Files\PowerFlow\DilutionControl -
Select Components
Choose the components to install:
- Core Application (required)
- Documentation (recommended)
- Sample Configurations (recommended for new installations)
- Simulation Tools (optional, for testing)
-
Configure Data Directory
Specify the location for configuration files and log data. Default:
C:\ProgramData\PowerFlow\DilutionControl -
Complete Installation
Click Install to begin the installation. Wait for the process to complete.
-
Restart if Required
If prompted, restart the computer to complete the installation.
Network Configuration
Configure the network settings on the control PC:
Static IP Configuration
- Open Network and Sharing Center > Change adapter settings
- Right-click the network adapter connected to the industrial network
- Select Properties > Internet Protocol Version 4 (TCP/IPv4)
- Configure a static IP address in the same subnet as the PLC and QCS
Example Network Configuration
| Device | IP Address | Subnet Mask |
|---|---|---|
| Dilution Control PC | 192.168.1.10 | 255.255.255.0 |
| PLC Controller | 192.168.1.100 | 255.255.255.0 |
| QCS Interface | 192.168.1.50 | 255.255.255.0 |
Verify Connectivity
Test network connectivity to the PLC and QCS:
ping 192.168.1.100 # Test PLC connection
ping 192.168.1.50 # Test QCS connection
Firewall Settings
Configure Windows Firewall to allow communication:
Required Ports
| Port | Protocol | Purpose |
|---|---|---|
| 502 | TCP | Modbus TCP communication |
| 102 | TCP | Siemens S7 communication |
| 48898 | TCP/UDP | Beckhoff ADS communication |
| 135 | TCP | OPC DA (if used) |
Configure Firewall Rules
Open Windows Defender Firewall with Advanced Security:
- Create a new Inbound Rule
- Select Port as the rule type
- Specify TCP and the port numbers above
- Allow the connection
- Apply to Domain, Private, and Public profiles as appropriate
- Name the rule "Dilution Control System"
Repeat for Outbound Rules if outbound connections are restricted.
Alternatively, create an application rule to allow all traffic for the Dilution Control System executable.
Verify Installation
After installation, verify the system is correctly installed:
Launch Application
- Open the Start Menu
- Navigate to PowerFlow > Dilution Control System
- Or double-click the desktop shortcut
Check System Status
On first launch, verify the following:
- Application starts without errors
- Main window displays correctly
- Status bar shows "Disconnected" (normal before configuration)
View Installation Log
If issues occur, check the installation log at:
C:\ProgramData\PowerFlow\DilutionControl\Logs\install.log
After successful installation, proceed to License Activation to activate your software license.