LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a table from the graph

Hello people,

 

I want to create a table from thi graph, it's a program from a capacitor using NI USB 6009.

 

Please I want a table to see the results of the mesurements.

 

 

I add the program.

 

 

thanks,

 

 

0 Kudos
Message 1 of 12
(3,698 Views)

You can use the same data that goes to your graph - converted to strings - to populate your table.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 12
(3,693 Views)

Can you draw me please? 

 I'm a beginner for labview

 

 

 

thank you

0 Kudos
Message 3 of 12
(3,669 Views)

Why are none of your indicators connected to the code?

 

What do you want in the table? Just the current array of points or e.g. one set per column?

 

Have you looked at some of the shipping examples and design templates for some better ideas on how to do all this. Your apporach seems very convoluted and inefficient.

0 Kudos
Message 4 of 12
(3,661 Views)

In the table I want the Voltatge and the Time.

 

Yes I saw examples and all of them don't use a table to see the capacitor.

 

 

 

0 Kudos
Message 5 of 12
(3,650 Views)

it's something like this?

 

But it doesn't work fine...because i want all the results appear in the table ...

 

 

please help

Download All
0 Kudos
Message 6 of 12
(3,616 Views)

What is "all the results"? Do you want (a) a table with the current 5000 measurement points, or do you want (b) a table will all historical values (you'll probably run out of memory at one point), or do you want (c) a table with only the first point of each set of 5000 appended to the table.

 

Here's a quick modification showing option (a). I am sure you can easily modify it if you want something else. I did not test it so there might be other small bugs.

 

Also please connect your controls and indicators to the actual code. Using local variables forces additional data copies in memory and can introduce race conditions.

 

(There are many more problems with your code in general that I have not addressed.)

0 Kudos
Message 7 of 12
(3,600 Views)

Alten thanks for your programa,

 

my idea for this program is when I connect with the NI 6009 and then with the capacitor in there I press a extarnal bottom (no in labview) and in the labview I saw the capacitor charging in the labview this charging stays in the graphic then after that i have to put a bottom in labview for cleaning the graph and the points from this charging i want all of them in the table. After that this table i want to move to excel.

 

All of this things it's possible to do?

 

thanks again,

 

 

 

0 Kudos
Message 8 of 12
(3,597 Views)

@jocuma wrote:

 All of this things it's possible to do?


Yes, of course!

 

(Of course it is very dfifficult to understand what you really want if you make sentences that are as long as entire paragraphs. 🐵

0 Kudos
Message 9 of 12
(3,591 Views)

Could you help me please? I'm a beginner of this program 😞

0 Kudos
Message 10 of 12
(3,585 Views)