LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mehrere Spreadsheets in einem Kurvengraphen legen

Guten Tag,

ich habe ein kleines Problem. Über einen DA-Wandler bekomme ich 2D Arrays, die aus Messungen stammen.
diese speichere ich jeweils in Spreadsheets. Jetzt möchte ich mehrere dieser Messungen in einem Kurvengraph übereinander legen.
Eine Lösung über Arrays habe ich bereits versucht. Leider ohne Erfolg.

Für eine Lösung wäre ich dankbar.


Gruß


Good day,

I have a small problem. Over a digital/analog transducer I get 2D array from measurements.
I store these in seperate spreadsheets. Now I would like to put several of these measurements in a curvegraph.
I already tried a solution using arrays. Unfortunately without success.

For a solution I would be grateful.


Greeting
0 Kudos
Message 1 of 7
(3,196 Views)
What are the two dimensions in the 2D array (e.g. column 1=time, column 2=volts OR column1=channel1, column2 = channel2, column3=channel3, ...)

Do you want to append the data from several files or do you want to overlay them. Could you attach a few sample data files? Then tell us what kind of graph do you want. 🙂
0 Kudos
Message 2 of 7
(3,195 Views)
The dimensions are column 1=time, column 2=volts and I want to append new volt data.
So the spreadsheet look like: time, volts1, volts2,....,voltsX
The graph should be a linegraph.

thx a lot
0 Kudos
Message 3 of 7
(3,190 Views)
Well, I don't what you tried with "arrays", but it should work just fine. Since you have a time axis, I assume you want an XY graph.

The attached simple example shows one possible solution (LabVIEW 7.1). Instead of reading the spreadsheet files, I read from string constants, but the rest should behave the same. Just substitute your File I/O in the event structure.

There are many ways to do this so you would need to adapt it to your exact requirements.
0 Kudos
Message 4 of 7
(3,186 Views)
Sorry, your solution don´t work because I only use LabView 7.0 not 7.1!
Could you build a 7.0 compatible one?
0 Kudos
Message 5 of 7
(3,184 Views)
0 Kudos
Message 6 of 7
(3,182 Views)
THX !
This is what I need.
0 Kudos
Message 7 of 7
(3,155 Views)