1. Home
  2. /
  3. Citect-scada
  4. /
  5. Increment an Integer Tag

Increment an Integer Tag - Citect-scada Typing CST Test

Loading…

Increment an Integer Tag — Citect-scada Code

Increase the value of an integer tag by 1.

INT val;
val = TagReadInt("Counter");
val = val + 1;
TagWrite("Counter", val);

Citect-scada Language Guide

Citect SCADA (now AVEVA Plant SCADA) is a high-performance industrial SCADA system designed for reliable real-time monitoring, process control, alarming, and visualization in manufacturing, energy, utilities, and infrastructure environments.

Primary Use Cases

  • ▸Large-scale industrial SCADA monitoring
  • ▸Water/wastewater plant control
  • ▸Manufacturing visualization & alarming
  • ▸Energy and substation monitoring
  • ▸Redundant distributed control systems

Notable Features

  • ▸High-performance Cicode scripting
  • ▸Fast alarming & trending engine
  • ▸Multi-server redundant architecture
  • ▸Native drivers for many PLC brands
  • ▸Powerful native HMI/graphics builder

Origin & Creator

Originally created by Citect Pty Ltd in Australia in the late 1980s; later acquired by Schneider Electric and rebranded as AVEVA Plant SCADA.

Industrial Note

Widely used in mining, water utilities, manufacturing, oil & gas, and large distributed SCADA systems with high redundancy and massive I/O counts.

More Citect-scada Typing Exercises

Hello World Message in Citect SCADAToggle a Boolean TagDisplay Tag Value in GraphicAcknowledge Active AlarmsWrite Multiple Tags at OnceSlider Control for Speed TagLog Button Click EventRead Multiple Tags into ArrayConditional Action Based on Tag Value

Practice Other Languages

CReactPythonC++RustTypeScriptKotlinPHPJavaC#RubyMqlCqlN1qlCypher