LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write and Read data to file

Solved!
Go to solution

I am working on creating an data file and I need it to save all data to an .text file and read from that .text file from the application folders position.

 

I got 3 numeric input and 3 numeric outputs.

How do I create one file and then read the file and split the data to the 3 numeric outputs.

kls
Download All
0 Kudos
Message 1 of 5
(4,988 Views)

Use 

write.PNG

and

read.PNG

0 Kudos
Message 2 of 5
(4,972 Views)

Yes I am looking at that.put the

How do I put the 3 inputs to an 1D data and then split it again when reading.

kls
0 Kudos
Message 3 of 5
(4,964 Views)

Hi Kim,

 

to learn how to build an array and how to index elements from an array you should look up the "Getting Started" section on top of the LabVIEW board!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(4,955 Views)
Solution
Accepted by topic author Kimlorentz

Got it working. Tnx for the help.

 

I made an sub folder for the data that needs to be saved.

kls
Download All
Message 5 of 5
(4,929 Views)