LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create waveform with buffer data

how can i create a waveform with buffer data from my counter.
( with Fe = min 1khz )
The reference VI is comming from Labview exemple
sorry for my bad englisch
 
 
Comment est-ce que je peux créer une waveform a partir de données issues du buffer d'un compteur.
En gardant une grande fréquence d'echnatillionage min de ( 1khz )
Le VI en réference est un exemple issu de Labview
 
Merci
0 Kudos
Message 1 of 3
(2,399 Views)
From your example it looks like you are recording the count value at 100kHz.
 
To build a waveform with "Build Waveform.vi" you need at least 3 items:
1) t0 = start time of waveform
2) dt = time between waveform samples (dt = 1/100,000)
3) Y = array of data
Message 2 of 3
(2,396 Views)
thank's for your anwser and sorry for my very bad english.

The input of my counter is a PFI ligne
the outpout  array of data buffered is a 1D

I want to create a waveform, with the values of the buffered data.
When there si no event of the input counter, the waveform should continue with the last data



To build a waveform with "Build Waveform.vi" you need at least 3 items:
1) t0 = start time of waveform
2) dt = time between waveform samples (dt = 1/100,000)
3) Y = array of data

Y ( array of data )  have two value, the number of count and the counter value, i jsut need de counter value

The input of my counter is a PFI ligne , wath value should i take for dt.

To : is the start time of waveform, ok, but sould i put a counter on this input, or just a constant

thank's for youre anwsers

and sorry for my bad english

David


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