LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using a Write to Measurement File Vi in LabVIEW 2018.

Solved!
Go to solution

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.

 

0 Kudos
Message 1 of 3
(2,441 Views)
Solution
Accepted by topic author SparkBeetle

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
0 Kudos
Message 2 of 3
(2,414 Views)
Solution
Accepted by topic author SparkBeetle

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.

0 Kudos
Message 3 of 3
(2,402 Views)