Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Math Toolbox Functions : FilterOn
Q10915 - INFO: FilterOn

FilterOn returns the filter runtime since the last backwash based on a status variable, Cx.

SYNTAX:

FilterOn(Cx, On, Off, Back, CalcTimeIn, Flag)
where :
Cx is a conditional variable x.  A daily variable that contains the status of the filter.  The status variable contains a value that displays whether the filter is running (On), offline (Off), or in backwash.
On the value of Cx when the filter is on. Default = 1
Off the value of Cx when the filter is off. Default = 0
Back the value of Cx when the filter is in backwash. Default = 2
CalcTimeIn sets wheter to calculate in hours (1) or minutes (0).
Flag sets whether to calculate the filter runtime since the last backwash (default 0) or calculate the filter runtime between backwashes (1).

EXAMPLES:

V150 = FilterOn(C71, 1, 0, 2, 1, 1)

Variable 150 calculates the total time between back washes of a filter (variable 71 contains the status of the filter).  Time is returned in hours (CalcTimeIn = 1):

V150 = FilterOn(C71, 1, 0, 2, 1, 0)

Variable 150 will now daily caluclate the time (in hours) since the last backwash was performed:

 

Related Articles
No Related Articles Available.

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 4/15/2008 2:51 PM.
Last Modified on 10/23/2013 4:36 PM.
Last Modified by Scott Dorner.
Article has been viewed 2397 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article