The title says it all. I have been using cheap CANable adapters for a piece of B4J software that supports CAN enabled products we are making, and these work fine actually but those adapters are just bare boards and get easily damaged in a production environment so I would like to be able to use a National Instrument USB-8502 which we already use with LabView.
The NI website says they can be used with non-NI software but in the typical NI way, they certainly don't want to make it easy since they would rather sell you Yet Another Expensive License (YAEL (c)).
The NI website indicates that there is a Python API:
https://niflexlogger-automation.readthedocs.io/en/latest/getting_started.html
and such a thing as a "FlexLogger Automation Python module" that is used from within pyCharm.
Their examples use Visual Studio or pyCharm (Python IDE).
I have no Python experience whatsoever.
I understand pyBridge allows to call Python libraries from B4J and integrate then into the B4J executable, but I do not know if the NI product actually includes a Python library or just an API you can call from Python.
Any suggestion appreciated.
The NI website says they can be used with non-NI software but in the typical NI way, they certainly don't want to make it easy since they would rather sell you Yet Another Expensive License (YAEL (c)).
The NI website indicates that there is a Python API:
https://niflexlogger-automation.readthedocs.io/en/latest/getting_started.html
and such a thing as a "FlexLogger Automation Python module" that is used from within pyCharm.
Their examples use Visual Studio or pyCharm (Python IDE).
I have no Python experience whatsoever.
I understand pyBridge allows to call Python libraries from B4J and integrate then into the B4J executable, but I do not know if the NI product actually includes a Python library or just an API you can call from Python.
Any suggestion appreciated.