10-25-2017 03:20 PM - edited 10-25-2017 03:24 PM
During a reading I need to append data at every new line to a test.csv file. But with my approach (image attached), I am overwriting the file. What should I do?
Solved! Go to Solution.
10-25-2017 03:27 PM
Add a constant and a wire
10-25-2017 03:30 PM
Thank you. That was silly of me.
10-25-2017 05:01 PM
@JÞB wrote:
Add a constant and a wire
It would be way cool if we could have hand-drawn icons like that. 🙂
03-06-2019 09:26 AM
Hello,
I am having same problem, using DAQExpress, but I do have append file set to "true". The goal is of my VI is to output the average DC value (ΔV/V using NI9237) of a full bridge strain gauge at known discrete load inputs to ultimately calibrate the full bridge strain gauge. I run the VI once per load step. The VI does output to a .csv file but it overwrites the ΔV/V value instead of appending it. Any suggestions?
Thanks