02-26-2019 08:54 PM
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.
Solved! Go to Solution.
02-27-2019 01:06 AM
02-27-2019 09:38 AM
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.