Hello,
I have a VI which takes input from various sources, and writes it to a file. I have the file include data in its comments section as the data is of the form "header data, header data, sample data", and this is a natural input. The problem I am having is that some of the data I am trying to input, specifically the temperature, is from a gauge that runs in the background, and when I wire it to the comments, the VI does not execute (in a non-fatal error). It doesn't even get to the sequence structure. I think the problem is that the program does not know how to get a single value from a dataset running continuously in the background.
I have attached the VI. Specifically, what I am trying to do is wire the bolometer temperature double into the comments of the Write to File VI. Every time I do this (with proper concatenation and conversion to string, of course), The VI does not run.
Any help would be greatly appreciated.
-Mike