4.6.4.3   Analog Logic Calculation Tag Example

This Calculation Tag tests if the it's own value is greater than 100. If not, it adds 1 to itself and ramps every second up. When it reached 100, it resets to 0 and repeats 

The important fields in this tag are:

Formula:        A>=100?0:A+1
A:                CalcLogicAnalog - references its own name