LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dynamically put results into table/graph etc

hello, I am using vision software system to analyze particles i.e. get their data such as area.
this will be done continously and so for each particle the system sees it should store its data to a table/graph. therefore the table needs to be dynamic which can be extended to what ever rows/columns needed. at the moment i am struggling to store the results in a table. i am using particle analysis which outputs the area of each particle - how do i get to represent this data in a table.
i know the number of particles thus for each particle there will be one row giving the area.
 
and then how should i make a graph to compare how many number of particles fall under an area of <10 pixels, between 10-20 pixels etc
 
thankyou....  
0 Kudos
Message 1 of 5
(3,009 Views)
Hi,
Do you mind posing your VI so I can see what I can do with it. Also, what version of LabVIEW are you using and what version of Vision Software.
Regards,
0 Kudos
Message 2 of 5
(2,988 Views)

Hi Kabul M
Thank you for your help. I am using Labview ver 8.2 with vision software i think 8.5. I am using a marlin camera system that counts particles and gets the area of them..

I have attached the Labview file

http://www.megafileupload.com/en/file/51785/BarleyBreadver2-vi.html

 

if you have any trouble pls let me know

thanks

 

 

0 Kudos
Message 3 of 5
(2,982 Views)
Please post your VI directly to this forum. There's an Attachment text box below the message body where you can specify a local file. MegaFileUpload requires registration.
0 Kudos
Message 4 of 5
(2,977 Views)
Hi,
From what I understand you are trying to do, you want to store the data (area of particle) of each frame. Each frame gives you an array for the number of particles found on that particular frame and there are quite a few particles. So from the cluster that you have, you are able to extract all the information you need (i.e. array of area) and this you can use to build a new array with just the particle and its area.
Can you correct me if I am wrong?
Regards,
0 Kudos
Message 5 of 5
(2,975 Views)