LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you access events for scale range changes and cursor movements in graphs

Is there a mechanism for getting event notification of graph cursor movement and scale range modifications initiated by the user?
0 Kudos
Message 1 of 2
(2,278 Views)
The Event Structure in 6.1 is unable to monitor the events you described. The only way to do this is to place a property node in a loop. The elements in the node will be xscale.range and cursor.cursorposition. Read these property values with each iteration of the loop. Pass these values from one iteration to the next using a shift register(s). If the values change have the VI execute specific code.

Chris_Mitchell
Product Development Engineer
Certified LabVIEW Architect

0 Kudos
Message 2 of 2
(2,278 Views)