I think this must be simple, but I must be missing something as I haven't figure it out yet.
Simply, I want EM3 to send when H1 has been greater than 75 for 5 minutes.
Right now I have it set to send EM3 when H1 is over 75 which sends the EM3 instantly, but I can't seem to figure out how to add the parameter that H1 should be over 75 for 5 mins before it sends EM3. I thought about adding a delay step in a sub that would trigger once H1 is over 75, which would delay for 5 min then check if H1 is still over 75 and that seems to work but I really can't hold up the code for that long so I need something that doesn't use delay. Thoughts?
Simply, I want EM3 to send when H1 has been greater than 75 for 5 minutes.
Right now I have it set to send EM3 when H1 is over 75 which sends the EM3 instantly, but I can't seem to figure out how to add the parameter that H1 should be over 75 for 5 mins before it sends EM3. I thought about adding a delay step in a sub that would trigger once H1 is over 75, which would delay for 5 min then check if H1 is still over 75 and that seems to work but I really can't hold up the code for that long so I need something that doesn't use delay. Thoughts?