Call: DigLow(String Tag)
Input: TagName
Output: boolean
The pin associated with the Tagname is tested on state low. So when the pin is low, this function result is true when called in the cycle.
Example:
Empty = DigLow(“LS1”));
Call: DigLow(String Tag)
Input: TagName
Output: boolean
The pin associated with the Tagname is tested on state low. So when the pin is low, this function result is true when called in the cycle.
Example:
Empty = DigLow(“LS1”));