From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How change which cursor reported by Property Node: Cursor.Position?

Hello,

I'm using LabView 8.5 and I have a Waveform Graph with multiple cursors.

 

I would like to programatically read the Cursor.Position Property Node from the cursors.

 

However, the property node I create from the graph terminal only reports on the first cursor, regardless of what cursor is selected. There does not seem to be an input to specify which cursor.

 

Any suggestions?

 

Thank you,

Frenk

0 Kudos
Message 1 of 3
(3,105 Views)

Frenk,

 

I am not sure how much things may have changed since LV 8.5.  I think you need to read or set the Active Cursor property before you work with the Cursor. Position property.  If you expand the property nod to include both properties, be aware that property nodes execute in top down order. So have the Active Cursor property above the Cursor.Position property.

 

Lynn

Message 2 of 3
(3,089 Views)

Thank you! 

I hadn't realized the ActCrsr property was there (it is not quite in the same place as the other properties for LV8.5).

Great, it works! Thank you!

Best regards,

Frenk

0 Kudos
Message 3 of 3
(3,066 Views)