[top]: Wonderware+intouch+105

Wonderware InTouch is a foundational software in the world of industrial automation, specifically known as a Human-Machine Interface (HMI)

. For decades, it has served as the visual bridge between human operators and complex machinery on factory floors. While newer versions exist under the

brand, the legacy of versions like InTouch 10.x remains a critical point of study for industrial engineers. The Architecture of InTouch

At its core, InTouch is designed to visualize and control industrial processes. It operates using two primary components: WindowMaker

: The development environment where engineers design the graphical interface, configure tags, and define scripts. WindowViewer

: The runtime engine that displays the interface to operators, allowing them to monitor real-time data and interact with the system. Key Features and Capabilities wonderware+intouch+105

InTouch's longevity is due to several robust features that were revolutionary during the 10.x era: Symbolic Interaction : The use of the ArchestrA Symbol Editor

allows for high-quality, reusable graphics that can be animated based on live process data. Scripting Power

: The software supports eight types of scripts—such as application, data change, and window scripts—enabling complex logic and automation without needing external programming. Alarm Management : It includes a sophisticated Distributed Alarm system

that notifies operators of critical process conditions and ensures data is synchronized even if a primary provider fails. Connectivity : Through protocols like

and DDE, InTouch connects seamlessly to various Programmable Logic Controllers (PLCs) and other data sources. Legacy and Modern Context Wonderware InTouch is a foundational software in the

While "InTouch 10.5" refers to a specific legacy version, the principles it established—such as situational awareness philosophy

—continue to influence modern HMI design. Today, InTouch has evolved into a part of the AVEVA System Platform, offering cloud integration and mobile accessibility, yet many manufacturing facilities still rely on the stability of these older versions to keep their operations running. or a guide on how to migrate tags from version 10 to a newer AVEVA platform? InTouch to TOP Server Connection Guide | PDF - Scribd

Wonderware InTouch 10.5 (also released under the name InTouch 2012) is a robust Human-Machine Interface (HMI) software used for industrial automation and process control. It provides a graphical environment for operators to monitor, control, and optimize industrial processes. Key Technical Specifications

Operating Systems: Recommended development on Windows 7 SP1 or Windows 2008 R2 SP1.

Database Support: Only supports SQL Server 2008 SP1 (32-bit Express, Standard, or Enterprise editions) for its internal operations. Architecture: Architecture & components

Small Installations: 1.2 GHz CPU, 1 GB RAM (up to 5,000 I/O).

Large Installations: 2.5 GHz CPU, 4 GB RAM (over 20,000 I/O).

Tag Support: Capable of handling up to 60,000 tags with remote tagname referencing. Core Components


Architecture & components

1. Action Scripts (Buttons)

  1. Draw a button using the "Button Wizard" on the right panel.
  2. Double-click the button.
  3. Go to the Scripts tab.
  4. Action Script: Logic that runs once when clicked.
    • Script Example:
      IF Pump_Start_Cmd == 0 THEN
          Pump_Start_Cmd = 1;
      ELSE
          Pump_Start_Cmd = 0;
      ENDIF;
      
  5. Close the script editor.

4. Alarming

The Alarm Viewer ActiveX Control is the primary interface. Configuration involves: