LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

timed event inside event structure inside loop

Solved!
Go to solution

Move that picture loop outside of your event structure loop.

 

Also, here is a simpler way to run that while loop and cycle through images.  You don't need a case structure for every case.  And you can get rid of the enum that seems to be there to "sort of" enumerate the case structure.

 

0 Kudos
Message 11 of 14
(1,809 Views)

I've tryed your solution but still not working. I can't make each "event" (blinking and images slideshow) to be done in different time, 1 and 3 secs each.

Download All
0 Kudos
Message 12 of 14
(1,797 Views)
Solution
Accepted by salgadoc

You didn't try my solution because you didn't move the other while loop out of the first loop like I said.

 

See attached.

 

Message 13 of 14
(1,792 Views)

Sorry for taking too long to respond. I was on a business trip with no free time. You were very helpful. Thanks a lot. 

0 Kudos
Message 14 of 14
(1,752 Views)