LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help, finding or creating a continuously capturing waveform graph.

I need a graph or some sort of function that will continously capture data.
The way I have labview setup right now it will only capture data when it is written to.
I want to be able to show delays in my simulation between one graph and the next.
Please help I am out of ideas.
 
I have attached what I am working on.
0 Kudos
Message 1 of 3
(2,737 Views)
 
0 Kudos
Message 2 of 3
(2,728 Views)
If you want to simulate some sort of propagation delays, you need to manipulate the signal and not use wait statements. For example, if your sample rate was 1000 samples/sec and you wanted a propagation delay of 1 sec, you would append to the beginning of your signal, 1000 samples. A delay of 2 seconds, add 2000 samples. The picture I've attached uses the square wave generator. It has a sample rate input and a waveform output which makes it simple to do. If you don't want to use the waveform data type, you can just assume a sample rate of 1. You could not use a delay less than 1 in this case.

Message Edited by Dennis Knutson on 12-14-2005 04:00 PM

0 Kudos
Message 3 of 3
(2,718 Views)