From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple file reading and 3d graph

Hi

I build this vi to read in multiple .txt files and plot them all in a 3d graph. Problem is only the last loaded file is plotted, and not all of them in "angle of reflection" (y-axis) continuously.
0 Kudos
Message 1 of 9
(2,820 Views)
sorry, double post, can some admin delete one of them?
thanks
Robert
0 Kudos
Message 2 of 9
(2,813 Views)
Your 'Load Data' vi is only reading in the first of the files. You must do something like the attached to read in all of the files.
Randall Pursley
0 Kudos
Message 3 of 9
(2,811 Views)
if i use a for-loop, the data-stream will be 3d but all rows only accepts 2d?
0 Kudos
Message 4 of 9
(2,803 Views)
I changed numerical to array, but i still have this type-error 2d <-> 3d with the graph and the write I/O ?
0 Kudos
Message 5 of 9
(2,799 Views)
does somebody know how I can get a 3d array ionto a 3d graph without loosing information?
0 Kudos
Message 6 of 9
(2,782 Views)
Ok, now I get them all presented one after the other, but I would like to have each new one at a new y-coordinate, any hints?
0 Kudos
Message 7 of 9
(2,778 Views)
Hi,

can you post two or three files, which you would like to read?
I am testing your program but i have problems with the files.

Regards

Markus Weigl
NI
0 Kudos
Message 8 of 9
(2,759 Views)
Markus,

Make sure to check the other thread here where I think I addressed Robert's question and advised him to avoid creating duplicate threads for a single issue.

Best Regards,
John
0 Kudos
Message 9 of 9
(2,744 Views)