10-22-2008 07:11 PM
10-23-2008 01:54 AM
10-23-2008 07:52 AM
10-23-2008 10:10 AM
Dear dre99gsx,
Overlays are not included in VIs built from Vision Assistant in part to improve code execution time, and increase the efficiency of the created VIs.
The way you build overlays in LabVIEW will depend on what Vision functions you are using. If you are using a Clamp or Measure function, they usually return the search rectangle specified by it's coordinate location, it's rotation, and an array of point clusters consisting of found edges or points. You have to then use the coordinate data to draw overlays with the VIs in the Overlay palette, for instance, IMAQ Overlay Rectangle to draw the search area.
Some Vision functions will return an ROI, or array of ROIs. You can use the IMAQ Overlay ROI function to convert these ROIs to overlays.
You may want to file a product suggestion for Vision Assistant asking for a feature that lets you either include or exclude overlays functionality from your generated LabVIEW VI. You can do so from the Product Feedback section on the ni.com contact us page. These product suggestions are looked at when determining new features and improvements to include in future software releases.
Best Regards,
~Nate
10-24-2008 02:02 AM
hi dre99gsx,
In addition to holmes reply you can post a image and let us know what you want to overlay,If you are having difficulltywith overlay function.