Call:      AnaLower( String Tag, int LowVal) 

Input:    Tagname, Lower value 

Output: boolean 

 

The analog input associated with the Tagname is tested on a value lower than LowVal. So when the analog input is lower then LowVal, the function result is true when called in the cycle.

 

Example: 

if (AnaLower("LT-TANK1",100) Activate(“VALVE-1012”);