LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY-graph, 30 minutes constant real time interval

Solved!
Go to solution

I want to create an XY graph with a time interval of 30 minutes. Minimum X-scale range should be the time the program starts and Maximum X-range 30 minutes from startingpoint. Example: Starting the program 10:00: The graph should be scaled from 10:00 to 10:30, no autoscaling. After 30 minutes i want to start from 10:30 to 11:00.

 

Anyone know how to do this?

0 Kudos
Message 1 of 4
(2,773 Views)
Solution
Accepted by topic author Adamgot

Right click the XY-graph and play with properties and you should be able to achieve what you want.

Below is the programmatical approach to do all that.

 

XY Graph with properties

 

Also atatched is the code for the same (saved in version LV 2012).


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 2 of 4
(2,760 Views)

Thank you! Spot on!

0 Kudos
Message 3 of 4
(2,754 Views)

If previous reply has solved your problem, please mark it as solution.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


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