LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to read data from txt file respectively

Ok, here are some tweaks.

 

  1. Use Read from Spreadsheet File to get your values.  It is a little cleaner.
  2. Do not keep opening a file inside of the loop.  Open it once before the loop and close it once after the loop.  You can then read/write to it as much as you want inside of the loop.
  3. I really like to use Format Into String to put my values into the desired format to write to a file.

GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 11 of 11
(180 Views)