Simple Counter in Wonderware InTouch - Wonderware-intouch Typing CST Test
Loading…
Simple Counter in Wonderware InTouch — Wonderware-intouch Code
A basic InTouch example that increments a counter on a button press and displays it on a numeric display.
# wonderware_intouch/demo/CounterApp
1. Open InTouch Window Designer.
2. Drag a Numeric Display object onto the window.
3. Drag a Button object onto the window.
4. Configure Button: On Click -> Increment 'Counter' tag by 1.
5. Bind Numeric Display to 'Counter' tag.
6. Run the runtime to see the live counter.Wonderware-intouch Language Guide
Wonderware InTouch (now AVEVA InTouch HMI) is a graphical Human-Machine Interface (HMI) development platform used to design real-time industrial visualization, SCADA dashboards, and operator control screens for manufacturing, utilities, and automation systems.
Primary Use Cases
- ▸SCADA dashboards and operator control panels
- ▸Real-time process monitoring
- ▸Alarm and event visualization
- ▸Historical trending and data logging
- ▸Multi-PLC and multi-protocol SCADA integration
Notable Features
- ▸SmartSymbols and reusable graphics
- ▸Built-in alarming and trending
- ▸Scripting using QuickScript
- ▸Connectivity via OPC, Modbus, DDE, SuiteLink
- ▸Integration with Historian and System Platform
Origin & Creator
Originally developed by Wonderware Corp. (founded 1987), later acquired by Invensys and now part of AVEVA.
Industrial Note
Extremely common in SCADA environments where operator monitoring, industrial visualization, and centralized control are required-especially in water treatment, power distribution, and manufacturing plants.