LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing to a file with text every 10 seconds

Solved!
Go to solution

Hello, I am trying to do a project where I write a piece of text to a file every 10 seconds, but all what is happening is a creation of a file with no text input. Please can you enlighten any ideas.

 

Many Thanks

0 Kudos
Message 1 of 8
(3,464 Views)
Post your what you have done.
0 Kudos
Message 2 of 8
(3,462 Views)
This is the compressed version of what I have got
0 Kudos
Message 3 of 8
(3,449 Views)
As I am sure you have found out, this code fragment has no problems writing to a file, assuming you have the control values set properly. I would suggest you use some basic troubleshooting in the actual VI to see if you are passing any data to the file write function.
0 Kudos
Message 4 of 8
(3,430 Views)
I am using it as an example for a traffic light junction that I have seem on here to write every 10 seconds. At the minute I have this, but cannot see how to get this fully working.
Download All
0 Kudos
Message 5 of 8
(3,420 Views)
Solution
Accepted by topic author Programmer87
Message 6 of 8
(3,410 Views)

First piece of advice and more generally is to link the error clusters in order to see the main result.

It's probably a problem of rights or the build of path.

Message Edité par J.DECHET le 12-28-2009 10:35 AM
Message 7 of 8
(3,382 Views)
Hello, Many Thanks for the snipped J-M and Many thanks for the Advice J.DECHET. The advice and seeing how this will happen has really helped me with a problem. Thank you to you both!
0 Kudos
Message 8 of 8
(3,342 Views)