Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

report

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

Message 1 of 5
(4,298 Views)

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. 

Blake C.
Applications Engineer
National Instruments
www.ni.com/support
0 Kudos
Message 2 of 5
(4,282 Views)

i want the report to have both images and data
how can i do it with labview after merigation the v.b

 

0 Kudos
Message 3 of 5
(4,273 Views)

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. 

Blake C.
Applications Engineer
National Instruments
www.ni.com/support
0 Kudos
Message 4 of 5
(4,263 Views)

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

0 Kudos
Message 5 of 5
(4,257 Views)