To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example VI shows how to read the (x,y) cursor location from a waveform graph via property node and save it to a config (INI) file, then read the saved cursor location back from the config file to write it back to the waveform graph.
Description
Program is implemented in flat sequence with three second waits so that you can watch the program as it happens. Be sure to create a config file by making a new text file and saving it as "Config.ini" (without the quotation marks), then pointing to the directory that contains that config file on your front panel. Be sure you are pointing to the same directory for both file paths as you will be reading and writing to one config file.
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.