Hello everyone, I wonder if I can get some advice regarding timing issues?
I am trying to write a VI that does two main tasks
1. To load and hold an image into a device for say, 5 seconds,
2. To take a photo of the image loaded into the device after it goes through an optical system. Let's say it takes 3 seconds for the image to be captured to be ready.
So, in order for the VI to capture the right image (i.e. the image after it passes through the optical system), it will be good to start the execution of the 2nd task 3 seconds after I start the 1st task.
I wonder what is the appropriate method for me to include a 3 seconds delay in the 2nd task when the 2 tasks are in the same frame of a flat sequence?
Pardon me if I am asking an seemingly easy question. There are just too many things to learn when I need to embark into the many areas of LabView simultaneously!