01-20-2016 02:57 PM - edited 01-20-2016 03:08 PM
Hi, I made a X-Y graph with x the random time stamp and y the random number, I used a buffer to make the sweep mode effect. The problem I'm having now is that I cannot change the X scale increment through the property node. Attached is my running graphs, as you can see, although the increment is set to be 2.2s, the graph gives me 2s increment.
Solved! Go to Solution.
01-20-2016 03:04 PM
The Vi you have attached has no resemblance to the image you are showing.
01-20-2016 03:09 PM
sorry, that was a mistake. I have corrected it.
01-21-2016 07:40 AM
It seems that the number of the markers depends on the length of the graph and the length of the time stamp below it, and the marker's time stamp follow 1-2-5-10 increment. Is there any method to change that programmablly?
01-21-2016 09:07 AM
Problem solved, the graph need to be long enough to have enough space for the time stamp. and the XScale.increment property node should be together with the "XScale.Minimum and Maximum"
01-21-2016 09:45 AM
There is still one problem of the vi, as I want the marker to move with the graph, I didn't set the start point of the first marker. The marker will "jump" from time to time.
01-21-2016 01:23 PM
Without setting the starting point, the marks will be automatically generated and moves with the data. Only if the increment is set as 1-2-5-10 sequence can the marks be stable, otherwise they will "jump" once in a while.