LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I change the x-axis to read in log scale?

I go into the properties and go to the scales tab.  Then I change the x-axis to a log scale by checking the box, but the change is never saved.  Does anyone know how to fix this?

 

Also, I am pretty new at this and I am self taught so I was trying to figure out how to have a real time plot of a dynamic data vs. another dynamic data, how do you achieve this because all the charts are vs time scale and from what I have read graphs are not used for real time plotting.

 

Rick

0 Kudos
Message 1 of 5
(4,086 Views)

 


RichardSAhrens wrote:

I go into the properties and go to the scales tab.  Then I change the x-axis to a log scale by checking the box, but the change is never saved.  Does anyone know how to fix this?


 

 Logarithmic x-scales only work for graphs and not for charts. It should be greyed out for charts, so this is a UI bug.

 


RichardSAhrens wrote:

Also, I am pretty new at this and I am self taught so I was trying to figure out how to have a real time plot of a dynamic data vs. another dynamic data, how do you achieve this because all the charts are vs time scale and from what I have read graphs are not used for real time plotting.


 

 Use the xy-graph from the express palette, then configure the "built xy-graph" express node not to clear data between calls.

 

Message 2 of 5
(4,084 Views)

So I put in the express build xy graph so that I could use log time.  Now nothing comes up when I try to run.  I think this is because I have nothing going into the time.  If I wire the iteration into the express build xy there does not appear any connected data. 

0 Kudos
Message 3 of 5
(4,081 Views)
Most likely there is a simple fix. Why don't you attach your VI to make it clear what you're doing. 🙂
0 Kudos
Message 4 of 5
(4,072 Views)

Here's a very simple draft (LV 8.5) that seems to work just fine. Of course it won't graph the x=0 point, because it can't 😉

 

Message Edited by altenbach on 11-08-2008 04:26 PM
Download All
Message 5 of 5
(4,070 Views)