Solution
- Select one control and Right click>>Create>>Property Node>>Value.
- Change this property node to write by Right Click>>Change to Write.
- Wire the output of another control to the input of the property node.
- The value of the first indicator should update when you change the second control.
Once you apply these steps, you will see a structure closely similar to the following image shown below:
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
With this structure, you will be able to set the value of the first control updated by just modifying the second control. This solution also applies to additional controls by creating property nodes for them.