LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can read 3D Volume

Dear NI.

I have attached the LabVIEW program (Test_3D Volume Generation). It's generate the 3D_Volume and can save to 3D_Volume.txt
How can read the 3D_Volume.txt? I hope to someone help me the make the 3D_Volume read program.
Thank you.
0 Kudos
Message 1 of 2
(2,178 Views)
Hi DG2708o1 (whoa - that's a tough name to remember...),

With an advanced data structure like yours, I would suggest that you use Datalog files instead of simple binary files. Using a Datalog file, you can save multiple 3D arrays in the same file and easily retrieve them without any problems.

I have attached an image of what you will need to change your VI to write to a Datalog file instead of a simple binary file, and on the same image you can see what it takes to read the file. And yes; I tested it and it works like a charm!

Have fun!

Message Edited by Philip C. on 06-01-2005 12:14 AM

- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 2 of 2
(2,175 Views)