cancel
Showing results for 
Search instead for 
Did you mean: 

Using a Write to Measurement File Vi in LabVIEW 2018.

SOLVED
SparkBeetle
Member
Solved!

Using a Write to Measurement File Vi in LabVIEW 2018.

Message contains an image

To LabVIEW discussion board:

Is there a simple way to document integers and store them into an excel spreadsheet using Write to Measurement FIle Vi?

 Write to measurement.JPG

Fig 1. Here is where I put the Vi, it is intended to log data after an iteration has stopped.

Write to measurement parameters.JPG

Fig 2. Here is the parameter that I am using.

Write to measurement error.JPG

Fig 3. This is the message I get after iteration stopped.

Thank you.

 

Tags (1)
2 REPLIES 2
GerdW
Knight of NI
Solution

Re: Using a Write to Measurement File Vi in LabVIEW 2018.

Hi Beetle,

 

when does that error message pop up?

Do you have the target file opened in Excel while trying to save data to it?

Why don't you just use WriteDelimitedFile instead (with append? set to TRUE)?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
SparkBeetle
Member
Solution

Re: Using a Write to Measurement File Vi in LabVIEW 2018.

Message contains an image

To GerdW:

It worked! The output looked like the following, and I can manipulate it in excel.

This feature saves me time and effort on data logging. 

1.000
3.000
8.000
3.000

Write to measurement Answer.JPG

Thank you.