LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plotting question

Hello,

 

 

        I'm trying to plot two data inputs that fall between the range from 6 and 10. Attached you find a snap shot of what I'm looking for. I was wondering if there are  means to display while running or wait to save 50 data points and plot. Please let me know your inputs.

 

thanks.

0 Kudos
Message 1 of 5
(2,898 Views)
You can do it either way. Have you looked at the examples that ship with LabVIEW? There are several examples on using charts and graphs. If you want to display the points "while running" you're probably looking for a chart. Else, you can use a graph. Although you can still use a graph for "while running", but you'd have to use a shift register as your memory for the graph's data.
0 Kudos
Message 2 of 5
(2,888 Views)

Hi gsajja,

 

what exactly is your problem? We can help much better when there is a clear question!

 

Yes, there are means: you could use a XY graph. For more suggestions I need more input too Smiley Wink

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 5
(2,886 Views)

Hi Gerdw-

 

         I have two data inputs ranging from 0 to 15. I need to be able to plot a graph or chart to show how many data points from the two data inputs fell within the tolerance range that would be between 6 to 10.

 

Hope I made myself clear.

 

 

thanks,

0 Kudos
Message 4 of 5
(2,866 Views)
If I understand you correctly, you want a count of how many results = 0, 1, 2,..15.  Your answer = General Histogram.  You can tailor the bins to suit your needs and either display the output on the fly or buffer 50 points at a time depending on your desire.  You can use the examples to get you started.

Paul
0 Kudos
Message 5 of 5
(2,851 Views)