03-18-2013 03:13 PM
Hello,
I have 2 questions about my VBAI 2011 Application, hope to receive some helps from experts.
1. I set DataLogging at the end of my inspection which I would love to have 2 of my variables export to the text file. However, even I only point my Data Logging to these 2 variables, the information of Time, Date, and Iteration is logging there (by default I think). How can I remove those default information, and only have my 2 favortied variables show up?
2. Region of Interest. It is really bugging me when my operator see the green rectangle of the Region of Interest whenever we run the inspection. Is there anyway we can hide these rectangle in the Inspection mode?
Thanks.
-
Hoa Huynh
University of Minnesota, Twin cities campus
Solved! Go to Solution.
03-18-2013 03:59 PM
If you don't like the default data logging format, you could use a Run LabVIEW step to log exactly what you want in the format you want. Providing this type of customization in the Datalogging step would make it even more complicated. You can always delete the first few rows if you don't want them.
To show/hide different parts of the overlay, you can click on the Setup Overlay button to configure the overlays to show for each step in a given state. See the icon below for where to find this button:
Hope this helps,
Brad
03-18-2013 04:26 PM
Brad,
Thank you for your quick response.
1. Labview seems to be very good tool to use in some complicated case, I think I have no choice but integrate it again in Data Logging file then.
2. Thank you, it works.
🙂