07-17-2024 02:33 AM
I'm not an expert in influxdb, I would like to know if there is some nice api to send data from my daq to the time series database. Thank you
07-17-2024 08:52 AM
I have been using InfluxDB in a couple of tests recently and I have been using the HTTP Client API to send data. It has worked very well so far.
I added it to my LabVIEW tools using the JKI VI Package Manager.
Jacob
07-18-2024 09:10 AM
@Mesko4 wrote:
I have been using InfluxDB in a couple of tests recently and I have been using the HTTP Client API to send data. It has worked very well so far.
I added it to my LabVIEW tools using the JKI VI Package Manager.
Pretty sure LV has a HTTP Client API as part of it's default installation.
The package might add something, but anything "HTTP Client" I ever needed comes with LabVIEW.
07-18-2024 09:42 AM - edited 07-18-2024 09:46 AM
wiebe@CARYA wrote:
@Mesko4 wrote:
I have been using InfluxDB in a couple of tests recently and I have been using the HTTP Client API to send data. It has worked very well so far.
I added it to my LabVIEW tools using the JKI VI Package Manager.
Pretty sure LV has a HTTP Client API as part of it's default installation.
The package might add something, but anything "HTTP Client" I ever needed comes with LabVIEW.
I looked back at it and you are correct.
Forgot that I downloaded the Advanced HTTP Client using the JKI Package Manager when troubleshooting different ways to send data to InfluxDB.
I still recommend the HTTP Client for sending data to InfluxDB.
Jacob