08-16-2009 11:14 PM
08-18-2009 12:08 AM
Hi Vivekganesh,
Select Inspection icon is used to make the inspection execute based on some measurement value acquired from either user input, run LabVIEW vi etc. The best way to go about is to go to menu>>View>>View inspection state diagram. It gives a sequential way of developing a vision application by specifying the 'setup', 'state diagram' and 'cleanup' states. Based on these states, one can use Select Inspection. To use Select Inspection, first create a selecting input through User Input, Run LabVIEW vi, Read Write, Serial, TCP I/O from Inspection Step pallete. Only then VBAI will allow you to use the Select Inspection Step.
Now you can route the inspection state based on the value received.
Hope this helps.