Polling on specified time

Hello,

I have a Query Binding on my label. I want to poll on specified time (at 7:00AM for example) but there is only polling specified by seconds. Is there some way to do it?

Thank you

Assuming that everyone will want the 07:00 reading then I would,

  • Create a memory tag to hold the value.
  • Project Browser → Scripting → Gateway Events → Scheduled → + (Add new scheduled script).
  • Set the schedule (0, 7, *, *, *).
  • On the Script tab write the script to update the memory tag.
3 Likes