Hi all,
i am relativly new to LabView. I am working on an editor for digital data. To display my data i use a Digital Waveform Graph. To do the editing i am using the cursorpos i read out of the property node. But when I try to set the cursorpos either by typing in a numerical value in the cursorpalette or programatically by writing to the property node, I end up with wrong values!?!
For example, the graph diplays data from 0 to 10000, I type 487 for X-cursorpos and LabView alters my input to 480 and places the cursor at 480.
I tried some values
[typed-input -> altered to]
487 -> 480
488 -> 495
500 -> 495
502 -> 495
503 -> 510
518 -> 525
Is this the normal behaviour?
Greetings
Goetz Becker