LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Repeating a sampled signal

I am working on my Senior Design Project and it involves developing a Vi for
heart patients.
I have an array of data points which is the waveform of the patient.I have
a waveform
graph which shows a still waveform.I would like to repeat this signal infinitely
like a signal generator.Can anyone please help me on this?
0 Kudos
Message 1 of 2
(2,572 Views)
You want to display the same waveform data set infinitely, or do you want to
display acquisitions continually? In the first case, you can stick the graph
display in a while loop. In the latter case, you can include the acq. H/W
within the loop. You can set a button in either case to stop this infinite
looping when you wish.

I hope your situation is as simplistic as it reads to me.

S Kumar wrote in message <380f4dfb@newsgroups.ni.com>...
>
>I am working on my Senior Design Project and it involves developing a Vi
for
>heart patients.
0 Kudos
Message 2 of 2
(2,572 Views)