LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is the Cursor.cursor info property from 5.1.1 supported in 6.1?

I have compiled a 5.1.1 application to 6.1 and see that the wfm graph property Cursor.Cursor Info cluster is present and wired. When I create a new waveform graph in 6.1 I can't find this property. Is it still supported?
0 Kudos
Message 1 of 3
(2,716 Views)
The cursor properties from 5.1 are still there (plus a few more), just not bundled into a cluster CursorInfo. For example, CursorInfo.Cursorname is now just Cursor.CursorName

If you need them bundled as a cluster, for compatability or convenience, you'll have to bundle the individual properties into a cluster.

If you're working within the same VI, you can copy the property node (using +drag) then right click and select "Link to" and you'll be able to reassign this property node to a new graph.

Tim
0 Kudos
Message 2 of 3
(2,716 Views)
Tim, thanks for the reassign tip. It appears to work and will save me the effort of unbundling my existing cursor properties.

Looks like I'll need to take a deeper dive into some of the 6.1 enhancements!

~Pete
0 Kudos
Message 3 of 3
(2,716 Views)