10-28-2009 06:12 AM
Hi all,
I am a new user and a beginner with labview. I have a pulsed laser which controls the ICDD camera shutter . I am given the task to control the laser and the camera using labview software. I have written two separate programs. Now to combine these to should I use a stacked sequence or a flat sequence structure. The flow of my task is to set the laser first to pulse with specific frequency and when it starts to function ,the camera to be ON.Can I add these as two tasks using a stack or flat sequence structure.
Thanks in advance
10-28-2009 06:24 AM
If you are using any drivers, then there will be error in and error out terminals which will help in controlling the program flow. Post your findings.
Mathan
10-28-2009 07:46 AM
10-28-2009 08:28 AM
I would probably use a State Diagram with the following states :
This has the following advantages:
10-28-2009 10:39 AM
10-29-2009 12:03 AM
USe a while loop. Exit the loop when you get laser pulses. then have our camera functions.
10-29-2009 12:03 AM - edited 10-29-2009 12:04 AM
***************Double post****************
10-29-2009 01:52 AM
While loop+event structure is ok for your program
10-29-2009 01:59 AM