Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 19:17:33 +0000



Post From: need help with alert condition formula

[2018-04-05 13:23:40]
User786248 - Posts: 25
Hi

I am trying to make this alert work from 12am EST to 930 (SG1 > 200 OR SG2 < -200) and from 930 am to 4pm (SG1 >400 OR SG2 <-400)

I have this syntax but is not working correctly

Any help is appreciated

Thanks

AND (OR (SG1>20, SG2<-20), BARTIME <= TIME(9, 30, 00), BARTIME >= TIME(23,59,59))