To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example VI shows how to make a single cursor that locks onto all plots and displays all the Y values for a single corresponding X value.
Description
The easiest method of doing this is to use the Mixed Signal Graph. If you would like to implement this same functionality on a standard Waveform Graph, you will have to carry out some additional programming. The simple example vi ——Multiplot Cursor (Waveform Graph) .vi to show you how to do this.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Great code! How long did it take you to figure this out?