LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unwanted Cursor Move Problem

Hello

 

I have a problem about cursors in XY Graph. I have two cursors and I want to get data between two cursors. I have snapped the cursors to the plot however, cursors perform unwanted move when I make them visible. hope there will be someone to help me.

"You live in a graphical world. Why not program in one?"
0 Kudos
Message 1 of 3
(2,094 Views)

When setting the cursor position programatically, first set CursorMode to "free" (0). Set it back after the move.

0 Kudos
Message 2 of 3
(2,072 Views)

You did not include any of your subVIs, but overall the code looks weird. Wy do you use a 1ms timeout to rattle through numerous property nodes of the same graph. That's a very nervous program. At least combine all thse property nodes into one and use a more reasonable timeout.

 

Can you attach a runnable version that includes all subVIs? Thanks!

 

We also cannot see the cursors because they are locked to a plot, but the plot has no data.

0 Kudos
Message 3 of 3
(2,063 Views)