09-24-2013 10:46 AM
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,
09-24-2013 10:59 AM
You can use the same data that goes to your graph - converted to strings - to populate your table.
09-24-2013 01:09 PM
Can you draw me please?
I'm a beginner for labview
thank you
09-24-2013 01:21 PM
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.
09-24-2013 01:56 PM
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.
09-25-2013 05:45 AM
it's something like this?
But it doesn't work fine...because i want all the results appear in the table ...
please help
09-25-2013 10:45 AM
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.)
09-25-2013 10:55 AM
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,
09-25-2013 11:08 AM
@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. 🐵
09-25-2013 11:37 AM
Could you help me please? I'm a beginner of this program 😞