09-15-2023 10:34 AM
Can anybody help me with this, I know how to do this with LabVIEW but I don't know how to pull GPS in Flex logger.
Thank you
09-15-2023 11:33 AM
You can use the FlexLogger Plug-in Development Kit to augment the capabilities of FlexLogger by creating a LabVIEW plug-in.
What is the FlexLogger Plug-in Development Kit? - NI
Once you download the PDK, please refer to the integrated help/tutorial and sample projects that will show you how to create your own plugin.
Hope this helps. Please let me know if you have additional questions once you start using the PDK.
Best regards,
Christophe Caltagirone
01-16-2024 03:16 PM
I installed the plug-in development kit but am unsure how to use it. I have a running code for Labview that allows me to pull GPS data. I am struggling to find a way to get this data into Flex Logger to geotag my data.
Thank you,
Ravi
01-18-2024 08:10 PM
Hi Ravi,
If you go to the "Creating a FlexLogger Plug-in from a Template" page in the documentation Christophe linked above, you can see instructions on how to get started. Basically you just need to select "File >> Create Project..." in LabVIEW and scroll down to to the "FlexLogger IO Plug-in" template, click Finish, then fill in your project details to generate your template project. Refer to the documentation for information about the different plug-in types and VIs, as well as some examples.