Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW acquisition Binary data and the compatibility with Igor software

Hello everyone,

 

We use LabVIEW as our data acquisition software, but all the analysis is done with IGOR. Since some of the measurements take some time it would be nice if the already acquired data could be transferred to IGOR can readable binary, now We can write the data as a excel format, but it is limited memory using excel, so we have to save as a binary format, but labVIEW binary could not read using Igor. 

Does anyone know any way how to do this communication between LabView and Igor?

Thanks a lot for any ideas!

0 Kudos
Message 1 of 6
(3,290 Views)

From what I found in a 30 second Google search, you can define the format in IGOR however you need to.  What format are you set up to do?  How are you logging the data in LabVIEW?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 6
(3,266 Views)

Dear  

Thanks for your fast response!! 

I used the “write to measurement file”, now set write as a excel file, but I tried using binary (TDMS) or TDM, both couldn't read with IGOR. 

0 Kudos
Message 3 of 6
(3,259 Views)

Try using the Export Waveform To Spreadsheet File instead.  By default, this will write your data to a tab delimited text file.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 6
(3,257 Views)

Dear  

0 Kudos
Message 5 of 6
(3,255 Views)

For logging over more than s few minutes, I highly recommend using a Producer/Consumer.  The idea is to log the data in parallel with the acquisition.  Use a queue to pass the data from the aquisition look to the logging loop.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 6
(3,238 Views)