06-24-2013 07:15 PM
how can i make areport for my application in vision builder
my application is detecting components of board
iwant areport that give an image for the board +pass or fail +if fail what components don't exist
06-25-2013 04:00 PM
The 'Data Logging' VI allows you to log inspection results. You can log inspection results from your individual steps or variables within your VBAI script. You can use the 'Image Logging' VI to log the images in your inspection results.
06-26-2013 11:31 AM
i want the report to have both images and data
how can i do it with labview after merigation the v.b
06-27-2013 12:26 PM - edited 06-27-2013 12:26 PM
With VBAI you can only save the images and the data separately but in the same folder, just not in the same file. You would them have to pair the data yourself. The is just a limitation of the VBAI API.
06-27-2013 01:18 PM
Another option is to use a Run LabVIEW step and add your data as custom data to the image using the "IMAQ Write Custom Data" VI. Then in the Write Image step, if you choose the "PNG with Vision Info" file format, the extra data will be saved as part of the image, and you can read it out later using the IMAQ Read Custom Data.
Not sure if this helps or complicates things, but just thought I'd point it out.
Brad