LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Intensity Map, Cursor Position Problem ?

Hi All

I have an intensity map for 9x9 matrix and I display them. I am trying to come up with: A cursor moveable across the map. When it moves, it gives me the X and Y coordinates. It displayes the cell # too but I am not able to programmatically extract that using property or invoke nodes. Any suggestions ?

Thx

Kudos are the best way to say thanks 🙂
0 Kudos
Message 1 of 2
(2,296 Views)
One way of doing that is to use the cursor.position property node, that returns a cluster with the X and Y values. To get the Z value, you can create a reference to the corresponding indicator in the cursor, and extract the corresponding value.
See the attached vi.

Message Edited by chilly charly on 06-29-2005 04:02 PM

Chilly Charly    (aka CC)
Message 2 of 2
(2,288 Views)