04-13-2016 09:33 AM
Are you able to show us your code? It's probably something about the way you are writing data to the file.
Have you tried running the VI using Highlight Execution (ligtbulb icon in the toolbar at the top or your Block Diagram)? You can then see what values are being passed into your write function and thus know what you expect to see. I find this strategy pretty helpful in these kinds of situations.
04-13-2016 10:39 AM - edited 04-13-2016 10:42 AM
Yes, no problem.....
I have not really made any substantive changes to the MainExample.zip that Jeff·Þ·Bohrer posted, other than to initialize my device.
Yes, I did check the Highlight execution, and placed some probes on the lines....and the values appear to be correct going to the TDMS Set block....but the Excel sheets are blank.
04-15-2016 04:42 PM
Hey SparkyOne,
Try putting the TDMS Set Properties VI before the write VI and outside of the while loop. All the LabVIEW examples for TDMS that I have seen set properties first outside of the loop then do the writing inside the loop.
04-20-2016 01:15 PM
I'll give that a shot. I was wondering if that order was correct....it seemed backwards.