07-09-2008 09:39 PM
The cursor will end up to the left of the minimum as before.
The attached exploratory VI shows some other weird behavior. For example, once the cursor is moved to the real minimum, it stays there.
If the cursor is off-peak and we read the cursorX after just writing it in the same property node, the numbers are different!
More instructions on the front panel.
I really think there is a bug in the code and it should be easy to find since it is reproducible.
07-09-2008 10:46 PM
Hi Jim,
I tried to open your VI; but it says like this. ![]()
Please see the attached screenshot.
07-09-2008 10:53 PM
parthabe wrote:
I tried to open your VI; but it says like this.![]()
07-09-2008 11:11 PM
07-10-2008 06:50 AM
07-10-2008 06:53 PM
07-11-2008 04:01 PM
12-19-2012 08:00 PM
Still not fixed four years later... Do I start to see a pattern of procrastination here?
12-20-2012 10:18 AM
X,
According to the CAR, it seems that this bug has been fixed in LabVIEW 2011.
In case you have an earlier version, a workaround would be changing Cursor.PosX to Cursor.Index.
12-20-2012 11:55 AM
I am using LV 2012 latest patch. If you use PosX with a cursor locked to a specific plot, the cursor goes to a random location AROUND the specified position, but never to that position (even though the plot does have a point at that location).
I spent an hour yesterday converting my code to use Cursor.Index and let me tell you: I was not happy.
Moreover, this requires pulling off the plot itself to figure out which index to use, which is
- unwieldy for large plots
- inconvenient when the code should be plot agnostic