11-05-2009 11:06 AM
I have tested a small bit of code (attached) that works fine by itself, but when I integrate it to another vi it has some difficulty. I simply wanted to make take the output of a histogram (being summed) and time how long it could fill up rather than let it fill up continuously.
I have attached also a picture of the code as it is assembled into the larger vi.
Thanks for any help,
Kevin
LV2009
11-06-2009 03:49 PM
I am not very sure about what you are trying to do. What "node" are you adding at the first arrow in the image? Does it work before you put this "node" in?
Also, is it possible that your "Time Done" Variable is never turning true and therefore you are never going into your true case that writes the data to the indicator?
Finally, I am not sure what the second half of your image has to do with the rest, but you cannot split a number into multiple signals. That function should only really be used to split dynamic data that contains multiple waveforms in one.
Please clarify your question a bit more so we can provide some more help.