LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph??

argh!! I'm a little frustrated... here is my problem: Im measuring voltages using a cDAQ and in order to get the filter to work Im using "N (3) samples with 1000 hz" - What I want is to be able to display this input on a graph!! but I cant get it to display a "continous graph"?? instead it shows the 3 samples and then its like it just overrides these samples with the new ones?? instead of creating a "smooth" graph! I have tried using a chart waveform and playing around with the different display mode, but no luck?
 
0 Kudos
Message 1 of 4
(2,462 Views)
can you attach the vi that you are using? Also let us know what version of LabVIEW you are using.


Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 4
(2,460 Views)
Its not really possible for me to attach the VI, but Im using 8.2........ on my graph the 3 samples are displayed as connected dots, but they are not connected to the next 3 samples. So for each iteration of my while loop 3 samples are displayed as connected dots! hope this makes sense!?
0 Kudos
Message 3 of 4
(2,452 Views)
A graph has no history unless you create one. A graph expects an array as an input and if with each iteration, you pass a new array, the old data is lost. A chart is what should be used to display your data. You say you've tried a chart but don't give any explanation of what doesn't work. You will have to provide your VI, an image of the block diagram, or lot more details.
0 Kudos
Message 4 of 4
(2,442 Views)