03-28-2015 12:42 PM - edited 03-28-2015 12:47 PM
Hi,
See attached VI.
I'm building a basic oscilloscope with triggering function (display on a graph)
Problem is that when the trigger function is on, the grid on the x axis is not fixed.
Is it possible to fix the grid on the x-axis to 10 divisions?
thanks.
Raskolnikov
03-28-2015 01:00 PM - edited 03-28-2015 04:20 PM
Turn off autoscaling for the x axis.
03-30-2015 09:09 AM
thanks for your reply.
Turning off autoscaling does not work since different array sizes get plotted when time/div knob is turned.
(So when array size decreases by 50%, only half of the graph is showing)
I wanted to know if there's a possibility to fixate the number of gridlines on the x-axis when autoscaling is on.
I guess only way is to work with plotting same array sizes.
I got a slighter more stable plot on the graph
ok thanks, hadn't seen it yet but found it now
found it, thx
haha, yep. But it was in our assignment to implement like this and I'm not that experienced yet to come up with something better.
03-30-2015 09:17 AM