LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

xy graph

Solved!
Go to solution

Hi All,

How to change the properties for x-axis? Bec for the timing of my xy graph, the number is so great.

 

Thanks & Regards,

Isa

0 Kudos
Message 1 of 10
(3,896 Views)

Hi Isa,

how do you write the data to your XYGraph? You can can connect two arrays of data to the xygraph. One for the x-axis and one for y.

 

Mike

0 Kudos
Message 2 of 10
(3,894 Views)

Hi Mike,

One is in time while the other is in DBL.

 

Thanks & Regards,

Isa

0 Kudos
Message 3 of 10
(3,882 Views)
Solution
Accepted by topic author Isabella

Isa,

 

since you already asked several questions about timestamping, i just asume that your x-axis represents time.... is that assumption correct?

If so, you would not use xy graph except if your time (delta t) is not linear for the measurement values. So with a constant delta t, you would use a "normal" graph and use the timing information (T0 and delta t) for scaling of the x-axis. Using waveforms as datatype, that is done automatically. You propably have to configure the x-axis as shown in the screenshot:

 

 

 

Please note that this setting can be configured for xy graphs as well!

 

hope this helps,

Norbert 

Message Edited by Norbert B on 01-16-2009 02:29 AM
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 4 of 10
(3,881 Views)

Thanks alot.

Cheers (:

 

0 Kudos
Message 5 of 10
(3,874 Views)

Hi,

Sry for the trouble. i have one more question. Is that how to adjust my timing to 5mins interval? instead 15mins interval which is kind of long.

 

Thanks & Regards,

Isa

0 Kudos
Message 6 of 10
(3,869 Views)
Sry. i forgot to attach in the previous post.
0 Kudos
Message 7 of 10
(3,867 Views)

Isa,

 

the scaling of the time axis depends on your settings/values. See attached VI.  Please note that using the property nodes to define min and max of the time scale will, in general, create better impressions of the graph.

Using autoscaling could leave spaces what might be misleading for the user. Still, using the property nodes possibly can cut out some values of the graph due to rounding issues.

 

In the example, the interval is defined by delta t. That is the frequency you use to acquire the signal. So if your application is acquiring a signal one sample per 5 minutes, the interval would be 5 minutes...

If you refer by "interval" to the so called "ticks" of the graph, you have to modify their appearance (minor, mayor ticks).

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 8 of 10
(3,848 Views)

Sry. but my labview version is 8.5. I cant open that vi. Is it possible to save it to 8.5version?

 

Thanks & Regards,

Isa

0 Kudos
Message 9 of 10
(3,792 Views)

Hi Isa,

for 8.5 now.

 

Mike

0 Kudos
Message 10 of 10
(3,785 Views)