LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

second cursor position

How to get the position of the second cursor
0 Kudos
Message 1 of 2
(2,706 Views)
To get cursor positions, typically you'll first use the property node Active Cursor. Write zero to this for cursor 0, 1 for cursor 1, etc. Then read the Get Cursor position property node. So to get 2 cursors, the sequence is:
1. 0->Active C
2. Get Cursor Info->Info for first cursor
3. 1->Actice C
4. Get Cursor Info->Info for second cursor


2006 Ultimate LabVIEW G-eek.

Message 2 of 2
(2,706 Views)