To download NI software, including the products shown below, visit ni.com/downloads.
1. Overview
This VI logs all value changes in its front panel controls to a file.
2. Description
Use this example to learn a way to log all changes to front panel values and log these to disk. This is accomplished using the VI Server, dynamic event registration, variants and property nodes. Use the case structure to define how to interpret the variant value of each control, so that the formatting is correct in your log file.
Dynamic event registration allows you to use VI Server references, such as Application, VI, or Control, to specify at run time the objects for which you want LabVIEW to generate events.
3. Requirements
NI LabVIEW Base Development System 2012 or compatible.
4. Steps to Implement or Execute Code
5. Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines.**
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Thanks for the great example! It doesn't seem to catch events for controls inside the tab control. Any thoughts?