LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph data point

I am using Graph to plot a history curve. i have data in array the siz eof the array is about 11000 data points . i connected this data array to graph control but iam finding some thing that i cannot stand and it is the graph misses some last data point more than 500 points. is there any way to defne number of data points in graph. iam in fact not sure about the cause of the problem any suggesstion.
0 Kudos
Message 1 of 6
(2,906 Views)
Hi!
 
Are u using a waveform graph or a X-Y graph? Are u autoscaling? You can right click on the graph, select the properties and change the scales and limits.
you might wanna also check that all your elements in the array are sent out to the graph. perhaps you can choose an alternate way to display your array elements to make sure that all the elements that are supposed to be in are in.
 
Goy 
0 Kudos
Message 2 of 6
(2,901 Views)

Can you post code that demonstrates the problem?

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 6
(2,896 Views)
i am using xy graph i checked the length property of the array it gives me 11000. how can i make sure that all of data points has entered in to graph.i am using  x and y with  out auto scale.
0 Kudos
Message 4 of 6
(2,888 Views)

If you're not using autoscaling, you'll need to be sure to use property nodes to set the two axes properly. But I would recommend autoscaling.

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 5 of 6
(2,881 Views)
Hey Dost,

I've noticed you've posted quite a lot of threads lately, have you considered some form of LabVIEW training? There's a nice range of courses starting with the basics, moving on to some of the more advanced features of LV. If you want more information it can be found at:

http://www.ni.com/training/
0 Kudos
Message 6 of 6
(2,868 Views)