Call:      AnaHigher( String Tag, int HighVal) 

Input:    Tagname, Higher value 

Output: boolean

 

The analogue input associated with the Tagname is tested on a value higher than HighVal. So when the analogue input is higher than HighVal, the function result is true when called in the cycle.

 

Example: 

if (AnaHigher("LT-TANK1",400) Activate(“POMP001”);