Example Code

Synchronize Numeric Controls on Different Tabs in LabVIEW

Code and Documents

Attachment

Overview:
This VI shows how to keep 2 controls in sync.

 

Description:
This example detects the change of value on the controls and updates the other using Value property nodes.

 

Requirements:
LabVIEW Base Development System 2012 (or compatible)

 

Steps to Implement or Execute Code:
1. Run the VI.
2. Change the Numeric Value on the control.
3. Change Tabs and see the other Control with the updated value.

Additional Information or References:
Numeric Control Sync - NI Verified LV 2012.PNG

**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.