03-21-2008 10:11 AM
03-21-2008 11:06 AM
Have you tried selecting a number instead of absolute time? Generally the current seconds is pretty useless in a display because the number is so large. Do you really mean relative time instead from the measurement? If so have you tried relative time setting?
03-22-2008 04:58 AM
03-22-2008 12:29 PM - edited 03-22-2008 12:29 PM

03-23-2008 11:28 AM
03-24-2008 11:49 AM
Hi Pramod,
Could you try reducing your vi to the minimum programming required to recreate the problem? I have tried reducing it myself, but I cannot see the problem you are referring to, as is always begins at 0 and does not come up intermittently. I have attached my vi as well, if you want to use it as a reference.
Regards,
Lauren
03-24-2008 12:47 PM
Dear Lauren
I am not able to open the VI as I am working on LabView 7.1 and you sent the VI from LabView 8.5. Can you please resend it for LabView 7.1?
Thanks
Pramod
03-24-2008 05:58 PM
Hi Pramod,
Here is the VI for 7.1. All I am trying to do at this point is to reduce the code in order to isolate the issue or create a working instance that you can build off of. I still think it would be a good idea for you to try to create a very basic program that can reproduce the error.
Regards,
Lauren
03-29-2008 09:40 AM
03-31-2008 12:27 PM
Hi Pramod,
I added a write to measurement file function to the reduced vi I attached, and it still appears to be working properly. If the problem is a result of waiting for the information to be written, you may want to consider using low level file I/O, so that you can open and close the file reference outside of the while loop. Take a look at some of the file I/O examples for good practices for writing to a file using low level functions.
You can add a scroll bar to the graph by right-clicking on the chart and selecting properties. Then select the box "show x scroll bar" to see a horizontal scroll bar on the chart.
Regards,
Lauren