Hello,
I am attempting to add a column header to categorize data logged in a text file in LABVIEW 2016. Below is the block diagram I used and how the data is displayed. I am trying to get the "Data" to stay on top without repeating.
Attempts so far:
- placed the first text file containing the column header in a while loop and the same problem occurred.
- placed the data in a while loop fixed the problem temporarily but the numeric data would not log correctly.
If anyone has faced this problem before or knows how to solve it, it would be much appreciated. Thank you.