06-16-2022 05:38 AM
Hi everyone, I am new to Flexlogger, I wanna know if I can use my Arduino with Flexlogger or any other microcontroller with it.
Thank you
Solved! Go to Solution.
06-16-2022 03:12 PM
Hello,
FlexLogger features a Plugin Development Kit that you can download at the following location:
FlexLogger Plugin Development Kit Download - NI
Using this kit, you can create FlexLogger plugins to acquire data from 3rd party devices.
You create those using LabVIEW, and LabVIEW has the capability to call DLLs. In your case, you will need to interface with the Arduino API DLL.
For your reference here is a link to the online documentation:
FlexLogger Plugin Development Kit API Reference - NI
Hope this helps.
Best regards,
Christophe Caltagirone
Principal Software Engineer, FlexLogger.
06-16-2022 08:18 PM
Have a look at the LINX toolkit (download, forum) for letting LabVIEW VIs talk to an Arduino. A FlexLogger plugin written in LabVIEW would need to call the LINX functions to establish serial comms to the Arduino, poll the I/O, clean-up serial comms, etc. The arduino data would then be read by FlexLogger for display and logging.
Note that writing a FlexLogger plugin requires LabVIEW, but once it's compiled it can be deployed to a system that only has FlexLogger installed.