LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to measurement file, adding column name in text file.

I do everything correctly, better send me a .vi that works and if it doesn't work on my computer then problem is solved.

0 Kudos
Message 21 of 29
(1,896 Views)

PLEASE HELP !!!

0 Kudos
Message 22 of 29
(1,884 Views)

Hi mrcn,

 

you got help - a lot of.

 

You really should follow our advices. Taking the free beginner courses isn't a bad idea, too…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 23 of 29
(1,867 Views)

@Mrcn wrote:

I do everything correctly, better send me a .vi that works and if it doesn't work on my computer then problem is solved.


Problem solved!  It is not working on your PC.

 

If there is a language barrier that is making it difficult for you, post in your native language.

 

 


"Should be" isn't "Is" -Jay
0 Kudos
Message 24 of 29
(1,854 Views)

Thank you all for the replies. It finally works. I have another question. How to wire it so when I push the button then it saves data.

 

The problem is that is saves only one value and within every next iteration the value is overwritten by the new value.

 

Projekt34.png

0 Kudos
Message 25 of 29
(1,832 Views)
You've programmed it to create a new file with each iteration. Why don't you move the header creation outside of all the loops so that it only runs once?

Please take the free tutorials soon.
0 Kudos
Message 26 of 29
(1,824 Views)

That's how it ends when you do multiple things like learning and looking after your children.

 

Thank you for quick reply so I can go to sleep.

0 Kudos
Message 27 of 29
(1,819 Views)
You've got children and are able to sleep? Mine are full grown and they still keep me awake at times.
0 Kudos
Message 28 of 29
(1,815 Views)

@JÞB wrote:

That's because Tim forgot to change the display fomt of his format specifier string.  \\ sends a literal \ they shoub be single \s and \code display so \r and \t a4e return and newlineSmiley LOL


No I didn't.  I even have the string display style turned on so that you could see that my constants are in \ Codes mode.  I had to do that in order to get the tab inside the timestamp formatting.


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 29 of 29
(1,788 Views)