Overview:
This code allows the user to Synchronize different Cursors on different graphs.
Description:
A couple of signals (Sine and Sawtooth Waves) are loaded into the Waveform Graphs. There are a couple of loops working in parallel. First one enables Active Cursor, shows Active Cursor and shares the Cursor Index between the Waveform Graphs. The second one does have a Event Structure that handles following events:
Cursor Grab: Register when a user interacts with a graph cursor
Cursor R2 Value Change: Decrement the index of the selected cursor
Cursor L2 Value Change: Increment the index of the selected cursor
Requirements
LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Run the VI
- Set Enable the two Available Cursors
- Using Left and Right arrows the selected cursor moves through the signals in both Waveforms
Additional Information or References


**This document has been updated to meet the current required format for the NI Code Exchange.**