I have an event structure in a While Loop with 3 events (timeout, event 1, event 2). Event 1 and event 2 are triggered with change of a boolean control. I want to make measurements before event 1 and event 2 are started, so I thought it would be a good idea to change the timeout default of -1 to 500 (0.5 seconds). This helped reading my measurement and displaying it on the indicator on the block diagram but now that I start an event, the system times out and kicks me out of that event before finishing up a sequence. Any suggestions?
↧