Creating a FlexLogger Plug-In from a Template
- Aktualisiert2025-11-25
- 2 Minute(n) Lesezeit
Creating a FlexLogger Plug-In from a Template
- Launch LabVIEW.
- In LabVIEW, select .
- From the Create Project window, select FlexLogger IO Plug-in and click Finish.
-
In the Create FlexLogger IO Plug-in window, update the
IO Plug-in Name and select a Plug-in
Template based on your goal.
Table 1. FlexLogger Plug-In Templates Goal Plug-In Template Data Flow Create a plug-in that sends a setpoint value you enter in FlexLogger to a plug-in channel. Control a third-party instrument with FlexLogger. For more information, refer to Read Setpoint Channels from FlexLogger.
Consume setpoint data User input → plug-in
Create a plug-in that consumes one or more waveforms from FlexLogger channels, performs a custom calculation, and produces a waveform of resulting data that can be logged in FlexLogger. Perform calculation FlexLogger → plug-in
and
plug-in → FlexLogger
Create a plug-in that generates waveform data and sends it to FlexLogger. Produce data for FlexLogger plug-in → FlexLogger
- Optional: Update the Description and Destination Directory (Source) for the plug-in. By default, the wizard saves new plug-ins in the My Documents\LabVIEW Projects\FlexLogger IO Plug-ins\ directory.
-
Click Create.
The FlexLogger Plug-In Wizard creates a LabVIEW project with necessary dependencies, a new LabVIEW class, an XML file, and a packed library build specification.
- Optional: Customize your plug-in using the methods described in the Plug-in Development section.
-
To build your plug-in, select the Packed Library build specification and click
Build Selected.

FlexLogger Plug-in Wizard builds the packed library file and XML file for the plug-in and saves them in the default FlexLogger plug-in directory, %public%\Documents\National Instruments\FlexLogger\Plugins\IOPlugins.
Verwandte Inhalte
- Read Setpoint Channels from FlexLogger
- FlexLogger Plug-In Development
Learn about the components of a plug-in so you can customize a plug-in you created from a template or develop a new plug-in.
- Using Plug-Ins in FlexLogger
Add and configure plug-in channels to your FlexLogger project so you can perform custom in-line calculations or collect data from third-party hardware devices.