05-08-2013 10:31 PM
I am already close to finishing this. Just that the problem i'm facing is that i can't seem to log the data into the textfile.
It says that the concatenate has an error or something. That's the problem because i can't seem to find it.
Do i have to use "Format string" to convert the numbers to string first? Because i've tried it before, it can't work too.
Please help. Thank you in advance.
05-08-2013 10:35 PM
Where is the concatenate function you say is causing an error?
Yes, you need to convert the number to a string to be able to write to a text file. (I don't understand the number to boolean, to 0:1 dance you are doing in there. What was the point of that?)
If you have a problem with converting a number to a string like you said, then post a VI that show that attempt.
05-08-2013 10:41 PM
why are you using 2 loops? you can write to file in the same loop....
05-08-2013 11:16 PM
I want to write the datas into 2 separate files.
05-08-2013 11:24 PM - edited 05-08-2013 11:26 PM
@atiikah12 wrote:
I want to write the datas into 2 separate files.
that's fine, though you do not need 2 loops to do so....and it looks like you have data flow dependent loops
05-09-2013 01:43 AM
05-09-2013 03:42 AM
You can use write to spreadsheet vi. It may be simpler. Just convert your output into 1D array.
05-09-2013 05:21 AM
05-09-2013 05:40 AM
What do you mean by raw data.
05-09-2013 09:40 PM
Can i know what function do u use for the HumidityTextfile.txt? and i want the data to be logged continuously.
I tried editing and it only log 1 data and that's it.