Combining Tag Values and Assigning a Trigger

This example adds current values from many tags, outputs one value, and has two calculation triggers assigned.

Example Code

Result=CurrentValue("SERVER1.Simulation00003")+CurrentValue("SERVER1.Simulation00006")

The calculation triggers for the example are as follows:

SERVER1.Simulation0003
SERVER1.Simulation0006

This calculation will fire if tag Server1.Simulation0003 or tag Server1.Simulation0006 changes.