LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i save the data in table ??? URGENT

how do i save the data in table ???  URGENT

 

Hope can attach some example VI for reference =]

Download All
0 Kudos
Message 1 of 8
(3,307 Views)

If you're just trying to save the data to file you could use the Write to Spreadsheet File vi on the file functions pallete. You can wire your table data directly into this vi along with the path of the file to save to. Hope this is what you're looking for.

 

-rw

0 Kudos
Message 2 of 8
(3,302 Views)

Write to Spreadsheet File.

Write to Text File

 

You seem to have a lot of dynamic data on your block diagram, along with a lot of conversions to/from dynamic data. 

0 Kudos
Message 3 of 8
(3,298 Views)

You didn't mention which version of LabVIEW you are using. I adapted your method in this example. Not sure this is an efficient method. I just pass the 2d array through in the false case.

 

Now Using LabVIEW 2019SP1 and TestStand 2019
0 Kudos
Message 4 of 8
(3,264 Views)
oh sorry for tht !! my labview version is 8.6
0 Kudos
Message 5 of 8
(3,229 Views)

Stay with one log in name ...please.

 

Now Using LabVIEW 2019SP1 and TestStand 2019
0 Kudos
Message 6 of 8
(3,227 Views)

01893494 wrote:
oh sorry for tht !! my labview version is 8.6

Soooo.... is your problem solved? You have not provided any feedback on the comments already made. If these do not solve your problem, then please provide more details as to what you are trying to do.

0 Kudos
Message 7 of 8
(3,182 Views)
As was mentioned before, using the write to spreadsheet.vi will take the data that is being wired into the table and it will write it to a tab delimited file that can be saved in many different formats.  If this isn't what you are wanting to do, let us know.  Otherwise I will consider this thread closed.
National Instruments
Applications Engineer
0 Kudos
Message 8 of 8
(3,122 Views)