Recording Front Panel Data for Reuse
- Updated2026-05-01
- 1 minute(s) read
Use front panel data logging to record data for use in other VIs and in reports. For example, you can log data from a graph and use that data in another graph in a separate VI.
Each time a VI runs in retrieval mode, front panel data logging saves the front panel data to a separate datalog file, which is in binary format.
A datalog file for front panel data logging contains individual records. Each record contains the following:
- A time stamp for the record
- The data (the values of front panel controls and indicators) from each time you ran the VI
When you access a datalog file, you select which record you want by running the VI in retrieval mode and using the front panel controls to view the data. When you run the VI in retrieval mode, a numeric control appears at the top of the front panel so you can navigate among the records.
For information about interactively viewing front panel records in retrieval mode, refer to Viewing Logged Front Panel Data Interactively.
Related Information
- Logging Front Panel Data
Use front panel data logging to record the values of controls and indicators on the front panel to a datalog file. Enable front panel data logging interactively or programmatically.
- Enabling Front Panel Data Logging
Enable LabVIEW front panel data logging for a VI using interactive options or LabVIEW properties. Logging creates a binary datalog file that records the values of controls and indicators on the front panel.
- Viewing Logged Front Panel Data Interactively
You can interactively view the data that a VI collects from front panel data logging after the VI stops running. Use the data retrieval toolbar to navigate and examine the available records.
- Changing the Front Panel Log File Binding
Change the log file binding so a VI logs front panel data to a different datalog file for front panel data logging.
- Clearing the Front Panel Log File Binding
You can have one or more datalog files for front panel data logging that are associated with one LabVIEW VI. To associate more than one datalog file with a VI, you must clear the prior log file binding.
- Deleting a Front Panel Datalog Record
Delete specific front panel logging records in LabVIEW by marking records for deletion, purging marked data, then committing changes.