LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save add data

Good Morning,

 

In my program, I want save data with continuosly, in other words, when I save with same name the program add data in same directory.

 

Regards

Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 1 of 4
(2,475 Views)

Hi Hugo,

 

then you should append data to existing files - or set file position to "end of file"...

Best regards,
GerdW


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

Hi, Thanks for your reply, in my program I use de File I/O Palette, wher I cant find any comanda with name.

 

In attached send the sequence which I implement.

 

Regards

 

Hugo Santos
Student at ISEC - Master Mechanical Equipment and Systems
0 Kudos
Message 3 of 4
(2,464 Views)

Hi Hugo,

 

so you open a file with option "REPLACE or CREATE" - and now you wonder why you can't append new data to existing files??? Come on...

 

And there exist examples (help menu-> find examples...) that show how to write data to files...

Best regards,
GerdW


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