10-01-2009 01:29 AM
Hi,
In the VI's you attached there are 2 key stages you need to look at, firstly outside the while look where the file is either created or replaced. I would recommend using this VI within your application as there is no point re-inventing something that seems fit for purpose. The second area of interest is with the "Format into File" function, again in the top level VI called "Temperature Logger". This basically takes the current date/time, followed by a tab then the data you wish to store (in this case temperature but could be anything from the serial port) followed by an end of line constant to ensure the program stores the data on seperate lines.
These are the areas I would recommend you focus on for your application,
Hope this helps,
All the best,
10-06-2009 09:41 AM
hi sir,
Can u give me the answer/solution of the following questions/querys
1) i wana to show the two analog signals on one single graph how could i do that ?
2) there are two states of led's ON/OFF is there any led indication which blinks (ON/OFF) continously when the condition is true
3) i save the data into file (using format into file tool) the data is captured at every second of time how could i change that?, and digits of presion
thanks for answring these answers
10-07-2009 12:37 PM
good evening sir
kindly give answer to my query which i has posted before this
thanks alot for replaying
regards
10-07-2009 12:56 PM
10-08-2009 12:09 PM
thanks for replyng sir
i have change the value from decimal points to only decimal values 36.3232 to only 36
bt i there still problem in time logging the data the data is logged at every instant to time i wana to log data after every 2 minuts how i can do that
and one important thing is "once i final my GUI then how i make the exe file of my GUI if i cant make the exe than every one can alter (made changes in my GUI ) how i can prevent that??
i send u the vi
im wating for ur replay
have a nice day today and tomarow
10-08-2009 01:10 PM
If you don't want to log all of the data, just place your file write function inside a case statement and use an Elapsed Time function. There is a Boolean output of that called Time Has Elapsed. Wire that to the case statement.
If you have the professional version of LabVIEW or the separate app builder, you can create an exe. Otherwise, you can password protect the block diagram.