LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

In a XY graph with chart buffer, how to display the current y values for all x values. What happens normally in XY g

raph with chart biffer, recording all y-values in a bin starting from zero. For my purpose while acquiring spectrum corresponding to channel number(X-axis) and counts(Y-axis, each channel has to show the current count value in a Y-axis. How to achieve it.)In a XY graph how to get latest acquired y values for all X values?
0 Kudos
Message 1 of 4
(2,997 Views)
raph with chart biffer, recording all y-values in a bin starting from zero. For my purpose while acquiring spectrum corresponding to channel number(X-axis) and counts(Y-axis, each channel has to show the current count value in a Y-axis. How to achieve it.)Double post:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000096AB0000&USEARCHCONTEXT_CATEGORY_0=_49_%24_6_&USEARCHCONTEXT_CATEGORY_S=0&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0


2006 Ultimate LabVIEW G-eek.

Message 2 of 4
(2,997 Views)
raph with chart biffer, recording all y-values in a bin starting from zero. For my purpose while acquiring spectrum corresponding to channel number(X-axis) and counts(Y-axis, each channel has to show the current count value in a Y-axis. How to achieve it.)Dear Mr.Jonnie,
Thanks for yr.feedback. My actual problem is acquiring pulse height analyzer. In which everytime the channel number(Xaxis) is addressed the Y value(counts) will get incremented. For that I am using xy chart buffer which includes shift register. My request is the incremented y value alone should be displayed in the xy graph for each x value. But in xy graph with chart buffer all the values of y from zero, like bar graph, is appearing. Our application requires the recent incremented values in all channels(X values). How to achieve it.
0 Kudos
Message 3 of 4
(2,997 Views)
raph with chart biffer, recording all y-values in a bin starting from zero. For my purpose while acquiring spectrum corresponding to channel number(X-axis) and counts(Y-axis, each channel has to show the current count value in a Y-axis. How to achieve it.)Use Functions->Array->Max & Min to extract the maximum y value.


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 4 of 4
(2,997 Views)