Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I save all pages of a 3d data file (LVM?)

When employing a three dimensional array, (Row, Column, Page), the write to file express vi only saves the page referenced by the page index (0 if not wired).  Is there any way to get it to write and read all pages in the array? 
0 Kudos
Message 1 of 2
(3,345 Views)

Hello AeroVan,

It should be possible to do so. The only thing is that you need to know the format of the data that you are trying to write, This is because a LVM is a text file that is either Tab or comma delimited. So in a LVM file you can only have rows and colomns.
I have attached VI that demo this. Hopefully you are using LV 8.0.

Let us know if you have questions.

Regards,
Chetan K
Application Engineering
National Instruments

Download All
0 Kudos
Message 2 of 2
(3,325 Views)