06-12-2012 11:44 AM - edited 06-12-2012 11:45 AM
Hello all,
Can any one please explain or give link to the good example for Built waveform VI.
1) My question is how the input waveform will get modified as output , when all three terminals ( input waveform, dt, y) are connected with some data.
2)what will happen to the output waveform components?
I have gone through labview examples in labview/examples/waveforms , but I didnt find a single example where all these three terminals were connected to some inputs. Can anyone explain or provide me a good example
Regards
Vaidhin.
Solved! Go to Solution.
06-12-2012 12:29 PM
If you only have the Y, t0, and dt connected, the waveform data type is created - not modified. The Build Waveform is just like the Bundle or Bundle by Name. If you wire the waveform input, then that waveform is modified by the other parameters you have connected. So, if you want to change the dt of an existing waveform, you wire in a new value to dt and the output waveform would reflect just that change.