kaus3362 Posted February 9, 2017 Share Posted February 9, 2017 All I hope this is simple problem to solve, is there a greater than time construct in the programs. I have looked up but may have missed it, all I am trying to do is if X happens and time > 6:30 PM then do something. thanks Andy apologies for typo in the header Link to comment
MikeD Posted February 9, 2017 Share Posted February 9, 2017 Try this: If Control 'x' is switched On And From 6:30:00PM To 6:30:00AM (next day) -- or whatever time you wish to stop triggering Then Do something Link to comment
andyf0 Posted February 9, 2017 Share Posted February 9, 2017 It depends on what you consider > 6:30pm. If you mean in the same day then you can use if x happens and time from 6:30:01 pm to 11:59:59 pm then ......... Link to comment
kaus3362 Posted February 9, 2017 Author Share Posted February 9, 2017 It is same day. thanks that should work Link to comment
larryllix Posted February 9, 2017 Share Posted February 9, 2017 It is same day. thanks that should workJust Don't use the else section that will trigger everyday at 11:59:59 Sent from a tiny keyboard. Response may be brief. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.