Re: I need timed data logging with continuous graphing

2004-03-03 Thread Dennis Knutson
That will work until the user tries to stop the program and it doesn't exit until the 1 hour timer expires. Much better is to use the Elapsed Time function in LV 7 and use the output of that to go to a different state in the program or wired to a case statement.

Re: I need timed data logging with continuous graphing

2004-03-03 Thread JDesRosier
Hello, In order to log the measurements every hour, you will want to implement a "Wait (ms)" function. This function can be added to the block diagram by [right-clicking] and selecting the following: [All Functions] >> [Time & Dialog] >> [Wait (ms)] You will want to place this wait function insi

I need timed data logging with continuous graphing

2004-03-02 Thread soleater
I am graphing continuous temperature measurements, but I only want to log onto a spreadsheet measurements every hour. How do I do that?