LabVIEW 7.1...
I am trying to set the x-index of a cursor on a XY-graph to the max value index, as returned from a max/min array function.
The index is correct but when I use the property node to set the cursor to that index, the cursor does not align with the proper index.
For example, the cursor is being set to 12346 but it ends up at 12258.
When I try to type the index in to the graph's controls manually the same thing happens. I've also noticed that this is the value that the cursor lands at when it is being dragged with the mouse. For instance, the cursor will land on 12043, 12258, 12473, and so on. To move the cursor to a value in between any of these the "fine-tuning" graph control (it looks like a diamond with 4 arrows to click on) must be used. Do I need to progmatically click the fine-tuning control until the cursor is at the value I want or is there a better solution for this (and if not, will that solution work)?
Thanks,
David