From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
05-15-2012 06:41 PM
I want to solve an equation of degree 2 for example, and results are displayed in a text file
05-15-2012 11:26 PM
Log it to a text file. Need a detailed solution explain the problem.
05-16-2012 07:22 AM
Sounds like a homework problem to me.
05-16-2012 08:46 AM
Say I want to do:
x = 1 +2
y = 5 + x
I want the text file to show me only x = 3 and y = 8
05-16-2012 09:06 AM
This is not a homework writing service. If you write some code and have problems with it, attach what you have done.
05-16-2012 11:56 AM
not homework this is an example i just want to know how to save that f........... resuts to an text file if you dont wann help me , dont ............
I thought it was a forum where you can be helped to learn......., but I see that you like more to judge than help, will seek help elsewhere....................thank you :-q ......!!!!!!
05-16-2012 12:12 PM
Oh, settle down. Did you click on Dennis' link? He did provide help. He provided a link for you so that you can learn the basics...thereby helping you to learn. Are you upset because he didn't provide you with a full working solution? If so, that tells us something too.
LabVIEW ships with a lot of good examples. Under the "help" menu, click on "Find Examples". Then go to "Fundamentals". Then go to "File Input and Output". There's a lot of example code there that will help you.
05-16-2012 12:12 PM
You don't even have a VI of your attempt to solve this????
You just want to be handed the answer on a silver platter?
05-16-2012 12:22 PM - edited 05-16-2012 12:23 PM
Like many other software coding forums, we don't want to give hand outs. We are more than happy to give hand ups. Show that you've tried to figure out the problem and show us where you are stuck. Then we will be glad to help you get you unstuck. If we just give you an answer, you will learn nothing.
As far as writing to a text file, look in the File I/O palette for the Write to Text File primitive. Also, if you go to Help->Find Examples... and do a search for "text file" you will get some examples of how to use it.