09-09-2009 04:49 PM
Hello,
I want to display data during the data acquisition process. How do I add the time stamp as one of the column in the 'Result Table' located at bottom left of the example code?
Thanks,
Ryan
Solved! Go to Solution.
09-09-2009 05:49 PM
Try this
You clean it up
09-09-2009 05:52 PM
Try this again
You clean it up
09-11-2009 10:06 AM
I inserted the portion you added to my program and it worked but not exactly the way I want. It added the time and date when I start the data acquision. But I want the time stamp to be shown on every single row. Please see attached image.Thanks.
09-11-2009 10:43 AM
09-11-2009 10:56 AM
If you right click on the express build table , you will see that there is an option to include time data. This will write time data for each signal. You can hide the etra columns or modify the express VI to only write a single time data column. Right clock on the express VI and select 'Open Front Panel' to convert it to a regular VI that you can edit.
Skipping the express VI altogether is another option. A table is nothing more than a 2D string array.
09-11-2009 11:26 AM
Dennis,
Could you give a sample?
Thanks,
Ryan
09-11-2009 12:53 PM
09-11-2009 01:02 PM