07-13-2005 09:31 AM
07-13-2005 09:55 AM
07-13-2005 10:35 PM
I'm far from sure I understood your problem. The IMAQ Find Circular Edge returns the X and Y coordinates of the located circle.
d = ((x-320)^2 + (y-240)^2)^0.5
then you have to multiply the result by the pixel length. Means that you have a way to calibrate your vision system...
07-14-2005 02:11 PM
07-14-2005 02:17 PM
07-15-2005 03:23 PM
Hi Lenox,
Thank you for using our discussion forums. To learn how to write array data to a text file I would recommend Write to Text File.vi shipping example included with LabVIEW. To find this example start LabVIEW and select Find Examples... from the Help menu. On the Browse tab select Fundamentals>>File Input and Output>>Write to Text File.vi.
If you are interested in learning more about LabVIEW I would recommend looking over the following link:
I hope this helps. Please let me know if you have any further questions. Have a great day!
Regards,
Nipun M
Applications Engineer
National Instruments
www.ni.com/academic
07-16-2005 01:47 PM
The circle data is an array of cluster of 4 elements.
Since you have apparently only one circle, you can extract a single cluster as first element of the array, using an index array function. Then you can convert the cluster to an array, and save this array in a shreadsheet type file. See the attachment.
07-19-2005 09:08 AM
07-19-2005 09:37 AM
07-19-2005 01:59 PM
Sorry for the delay !
Here is a 7.0 version with an "Array Subset" function added, to get the 2 first cells only.