LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform editing with Build waveform VI

Solved!
Go to solution

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.

 

 

0 Kudos
Message 1 of 2
(2,871 Views)
Solution
Accepted by topic author Neo6

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.

0 Kudos
Message 2 of 2
(2,864 Views)