This content has been marked as final.
Show 2 replies
-
Re: Getting The Value Of a Digital State
igreguri Mar 8, 2018 11:21 AM (in response to msmassey)You can try something like...
if 'Pump 1'="OFF" and TimeStamp('Pump 1')>'*'-'-2' then EventCount('Pump 1','*','*'-'-2') else NoOutput()
Regards,
Igor
-
Re: Getting The Value Of a Digital State
rschmitzMar 8, 2018 2:30 PM (in response to msmassey)
Hi Mark,
Given you're end goal, I would think the TimeEQ function is actually what you're looking for. You can check if the value was equal to 0 or "OFF" and see if the value returned from TimeEQ is greater than 0.
Cheers,
Rob