01-05-2010 04:56 AM
now i can use it to capture the picture only one time ... and if i press the OK button again the program will be unuseable then i've to stop the operation and reopen it
also i want to know whick function to use to make the camera stop by using stop botton
01-05-2010 05:13 AM
01-05-2010 05:17 AM
i want just capture , process, result but don't need to continously go on but if i click the OK button again to make the program capture , process, and result the new one
and the stop button is to quit Labview
01-05-2010 05:22 AM
NuMetal wrote:i want just capture , process, result but don't need to continously go on but if i click the OK button again to make the program capture , process, and result the new one
and the stop button is to quit Labview
Simple. Use a case structure inside the while loop. Use two buttons. Select ok to capture image. If you dont select any button the while loop will loop around the default case so make it empty. Connect the stop button to the while termination. Got it?
01-05-2010 06:45 AM
01-05-2010 07:41 AM
01-05-2010 07:59 AM