Call:      AnaGoOver( String Tag, int HighVal) 

Input:    Tagname, Higher value 

Output: boolean 

 

When the analogue input associated with the Tagname goes over the value set by HighVal read in the previous cycle, the function result is true for one cycle.

 

Example: 

if (AnaGoOver("LT-TANK1",500) State=FULL;