Hello,
I would like to control an event structure with timed boolean value. I want the boolean value to be true at a specified time, stay true of long enough for the event to exicute and then return to false. (and repeat) I want to design it this way so that eventually to program can run without me having to indicate the case.
Thanks in advance for your help.