Dara Posted November 7, 2005 Report Share Posted November 7, 2005 Hi guys, I am developing an alarm system with labview 7.1 Now I want that all data are stored in a logfile. Some thing like: Alarm time accepted? ------------------------- ------------------------- ------------ How can I store the boolean data to a txt file? Download File:post-3204-1131366624.zip Quote Link to comment
Aitor Solar Posted November 7, 2005 Report Share Posted November 7, 2005 How can I store the boolean data to a txt file? It's really easy, isnt'it? Just select the text you want in case true/false. Saludos, Aitor Quote Link to comment
WMassey Posted November 7, 2005 Report Share Posted November 7, 2005 It's really easy, isn't it? Just select the text you want in case true/false. Heck, that's the hard way! Try this instead... and if you REALLY want simple it doesn't get any simpler than this (though it isn't so useful for archival of information) In fact, when faced with a problem like this it is always a good idea to at least try the "Format Into String" node in this manner to see if it can cope with the data type conversion. It really is rather good at it for many data types. Quote Link to comment
Dara Posted November 7, 2005 Author Report Share Posted November 7, 2005 thanks, and how can I write it to a text file? Quote Link to comment
WMassey Posted November 7, 2005 Report Share Posted November 7, 2005 thanks, and how can I write it to a text file? Within LabVIEW: Help --> Find Examples --> Browse --> Fundamentals --> File Input and Output --> Write to Text File.vi You really should make a better effort to find the answer on your own before asking for help here Quote Link to comment
Aitor Solar Posted November 8, 2005 Report Share Posted November 8, 2005 Heck, that's the hard way! I hate formats. It's an irrational but insuperable phobia of mine Saludos, Aitor Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.