03-05-2007 11:28 AM
03-05-2007 11:44 AM
The attachment didn't come through, so it may answer this question, but are you hoping to fill in the values. For example from time 0 to 1 is only 1 data point. But t=2 to t=30 do you want 28 points all at the t=2 value?
What this would mean is that the waveform would have a dt of 1. You will simply need to write a VI that greats mini waveforms of the right value and lengths and append them together. The VI you wrote may already do this. Go ahead and attach it and we can all look at it.
03-05-2007 12:11 PM
03-05-2007 01:34 PM
03-05-2007 01:44 PM
03-05-2007 01:48 PM
03-05-2007 02:08 PM
03-05-2007 02:12 PM
It has to do with how youa re graphing that data, it is simply an artifact of the plot settings. In the plot legend on the upper right corner of the graph click on it. You can then select Transition Location. There you can define if you want the transition to be at the begining, middle (what you have), and end. You will need to change this on every plot you want. If you had a lot of columns I would suggest using property nodes, but its not hard to do for 2 plots.
03-05-2007 02:22 PM