12-03-2015 02:50 AM
Hello,
I have started using labview only couple of weeks before so forgive me if my question is stupid.
I am plotting a waveform graph from a quantity measured in real time. I take samples every three seconds and append them to array in a while loop using a shift register. On each iteration of the loop I pass this array to my waveform graph. Everything works great.
Now, I changed the X-axis to display absolute date and time. I set the offset value and multiplier at the start of VI and then plot a sample every 3 seconds. I want to show minor ticks on the X-axis, but they are not showing up. I have minor ticks and values enabled in the X-axis properties.
What am I missing?
Solved! Go to Solution.
12-03-2015 02:53 AM
12-03-2015 04:02 AM
Well, it's very big and messy. But this is what I am doing basically.
12-03-2015 04:05 AM
Does the VI you attached show the same behavior? I don't see anything "suspicious" and all major ticks have their text. Minor ticks have no text.
Norbert
12-03-2015 04:09 AM
12-03-2015 04:10 AM
12-03-2015 04:12 AM
I am on LabVIEW 2009 v9.0 if that has something to do with it.
12-03-2015 04:15 AM
12-03-2015 04:15 AM
Your screenshot shows a different graph than the VI you posted contains:
a) Scale configuration (autoscaling, scale setting)
b) Position of the graph itself
But if i change a) in the VI to match your screenshot, i still see the text next to the major ticks.
Do you execute the VI from within a project?
Also please note that i'm using LV 2014 while you are using 2009. Can you double check with a more up-to-date version of LV if you can reproduce the issue there?
Norbert
12-03-2015 04:43 AM
Thank you for your prompt replies. This seems like a version issue to me. I ran the same thing on LabVIEW 14 and everything works great. I guess I need to figure out something else.