Lorem ipsum dolor sit amet, consectetur
adipiscing elit,
To install AVEVA InTouch HMI (formerly Wonderware), you must
as an administrator and follow a series of configuration prompts
. Before beginning, ensure your system meets minimum hardware requirements, such as at least 4GB of RAM dual-core CPU for small installations. AVEVA™ Documentation Pre-Installation Checklist System Permissions : Use an account with administrative rights. Operating System
: Ensure compatibility with Windows 10/11 or supported Windows Server versions. Prerequisites : The installer typically handles .NET Framework 4.8 SQL Server Express if they are missing. SQL Server
: For advanced data logging, a full version of SQL Server may be required. Installation Steps Install InTouch HMI - AVEVA™ Documentation
Installing Wonderware (now AVEVA) InTouch HMI requires careful preparation of your Windows environment and specific account configurations to ensure proper communication between components. 1. Pre-Installation Requirements
Before starting, ensure your system meets these minimum hardware and software standards:
Operating System: 64-bit Windows (Windows 10, 11, or Windows Server for larger installations).
Hardware: At least 2-4 CPU cores, 4-8 GB RAM, and 100 GB of storage for small-to-medium setups.
Software Prerequisites: The installer will typically prompt for or automatically install Microsoft .NET Framework 4.8 and SQL Server Express (if no other SQL version is detected).
Permissions: You must have Administrator privileges on the machine to run the installer. 2. Installation Steps wonderware intouch installation guide
Run Setup: Locate Setup.exe on your installation media. Right-click and select Run as administrator. Select Installation Type:
Product-based: Choose this for a standard InTouch-only installation.
Role-based: Select "Development Workstation" if you plan to create applications, or "Runtime" for operator nodes only.
Choose Components: Select "InTouch Development and Run Time" to get full access to design tools and demo applications.
Network Account Configuration: You will be prompted to create or specify an ArchestrA Admin account. This user must be a permanent Windows account with the same username and password across all computers in your network to allow them to communicate.
Complete & Restart: Follow the remaining prompts to accept the license agreement and finish the process. A system restart is mandatory once the installation completes. 3. Post-Installation & Licensing How to Install InTouch SCADA Software?
Wonderware InTouch (now part of the AVEVA suite) follows a structured installation process that requires setting up system prerequisites, such as .NET Framework and SQL Server, before the core HMI components. 1. Pre-Installation Check
Operating System: Ensure compatibility by checking the AVEVA GCS Technology Matrix for your specific Windows version.
System Account: You must have a permanent Windows administrator account ready. This ArchestrA user account is used for future changes and cross-application connectivity.
Prerequisites: Ensure Microsoft .NET Framework and a supported version of Microsoft SQL Server (typically SQL Express is included in the installer) are ready. 2. Running the Setup To install AVEVA InTouch HMI (formerly Wonderware), you
Launch Installer: Locate Setup.exe in your installation media. Right-click and select Run as administrator. Choose Installation Type:
Product-Based Selection: Recommended for standalone HMI setups.
Role-Based Selection: Best for larger system deployments where specific computer roles (e.g., Development vs. Runtime only) are predefined. Select Components:
To develop and run apps, select InTouch Development and Run Time.
Ensure the AVEVA Enterprise Licensing Platform is checked, as it is mandatory for product activation.
Customize Features: If you need specific I/O drivers (like Modicon MBTCP) or supplemental tools like 16 PenTrend, select Customize Installation. 3. Account & Language Configuration
Select Language: English is the default, but other supported languages can be chosen here.
Assign System Account: Enter the username and password for the ArchestrA/System account you prepared earlier.
License Agreement: Read and click Accept to the End User License Agreement (EULA). 4. Finalizing Installation
Confirmation: Review the list of applications and features to be installed. Click Install. Common properties:
Reboot: A system restart is mandatory once the installation completes to finalize configurations.
Initial Configuration: After rebooting, the AVEVA Configurator will typically launch to perform final setup tasks like licensing and network settings. 5. Licensing & First Run
Activate License: Open the AVEVA License Manager to activate your specific product license.
Application Manager: Launch the InTouch Application Manager from the Start menu to create your first project.
Demo Mode: If you don't have a license yet, you can often run the software in a 120-minute demo mode by clicking "Ignore" on license prompts.
For more detailed technical specifications, you can refer to the official AVEVA InTouch HMI User Guide.
This is a comprehensive, deep-dive technical guide designed for Automation Engineers, System Integrators, and IT Professionals tasked with deploying Aveva (formerly Wonderware) InTouch.
Create an install.cmd:
setup.exe /s /v" /qn ADDLOCAL=ALL LICENSE_SERVER=myserver:27000 GALAXY_NAME=MyGalaxy"
Common properties:
ADDLOCAL=InTouchDev,InTouchRT – install dev + runtime onlyLICENSE_SERVER=port@host – e.g., 27000@licserver1GALAXY_NAME – predefine Galaxy name📘 Refer to
SilentInstall.docin the installation media for full parameters.
The installer will request a reboot. Do not skip – registry keys and DCOM permissions finalize only after restart.