Use additional interfaces to exchange data between FlexLogger and external systems.
Choose any of the following methods to extend the functionality of FlexLogger to integrate third-party I/O, add custom calculations, and communicate with external systems to supplement your data acquisition system.
Method | Description |
---|---|
Add a plugin to your project using the FlexLogger Plugin Development Kit |
The FlexLogger Plugin Development Kit allows you to interact with third-party hardware and write custom calculations. FlexLogger plugins are created in LabVIEW and imported to run inside the FlexLogger environment. |
Use SystemLink Tags to exchange data between FlexLogger and external tools |
FlexLogger can produce and consume SystemLink tags, which you can use to track data and interact with external applications and executables. |
Interact with FlexLogger using FlexLogger Python APIs | Use the FlexLogger Python APIs to modify the configuration of existing FlexLogger projects and control the execution of FlexLogger test sessions. |