Announcement

Collapse
No announcement yet.

Time Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Time Question

    Hi All

    I would like a bit of help with an event trigger.

    I want an event to occur if after SUNRISE and after 07:00AM.

    Event I have is:

    IF the time is 1m, 0s after sunrise (05:38:10)
    AND IF the time is after 07:00
    THEN....

    I'm not sure that looks right. I'm sure Randy you did a clinic of time so where but I've not had much luck finding it.

    Thanks
    Chris

    #2
    That event won't run at all on days where sunrise is before 7AM.

    How about this:

    IF the time is 1m, 0s after sunrise (05:38:10)
    AND IF the time is after 07:00

    OR IF the time is 07:00
    AND IF the time is daytime

    THEN....

    Comment


      #3
      Thanks I will give that a shot

      Comment

      Working...
      X