LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to input test.xlsx saved in "write to measurement File 2" to matlab for executing?

Dear,

 

   I have one question when I edit my LabView program. The question is how to input test.xlsx to matlab for executing? The test.xlsx has been saved in the "Write to Measurement File 2".

 

Best regards

 

sschang

 

0 Kudos
Message 1 of 3
(1,280 Views)

Hi sschang,

 


@sschang wrote:

I have one question when I edit my LabView program. The question is how to input test.xlsx to matlab for executing? The test.xlsx has been saved in the "Write to Measurement File 2".


Why do you need to save the data to a file, just to transfer the data to a MATLAB script?

Why don't you transfer the data to that script directly?

 

And why do you save to an XLSX Excel file format? Wouldn't it be easier to create a CSV file instead?

(The same for saving those two scalar results of the MATLAB script…)

Why do you need those 3 ExpressVIs (to save data to files) at all?

 

Btw. we cannot debug/edit/run images using LabVIEW. That's why we prefer real VI attachments!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,276 Views)

Dear GerDW,

 

  Many thanks for your response.

 

First, I want to log waveform file test.xlsx for the report. It is used to log file using "Write to measurement File 2".

How can I do if I transfer the data to that script directly?

By the way, the "write to measurement to file " is used to know the output waveform of wavelet D1.

 

Best regards

 

sschang

 

 

0 Kudos
Message 3 of 3
(1,260 Views)