LORD-MicroStrain / MSCL

MicroStrain Communication Library
https://www.microstrain.com/software/mscl
MIT License
76 stars 57 forks source link

Events with CV7-AHRS #352

Open jhgoglio opened 1 year ago

jhgoglio commented 1 year ago

Hello,

I'm attempting to code up the "Gated Data Streaming using a GPIO" app note: https://s3.amazonaws.com/files.microstrain.com/CV7+Online/user_manual_content/app_notes/Example%20Gated%20Streaming.htm My issue is that I'm unable to program CV7 Events using LabVIEW.

My hardware is a CV7-AHRS and I'm currently using both LabVIEW and Python. I can successfully run your guys' Python examples (ping the inertial node, stream data, etc).

Is there any way for me to update the version of MSCL that LabVIEW is utilizing, in order to gain access to the Event-based methods, commands, etc? For instance, I see that InertialNode.setEventTriggerConfig has been added to the python binding, but the LabVIEW version still seems to be running on an older version of MSCL.

Thanks!