ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Influxdb

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

0 Kudos
Message 1 of 4
(2,218 Views)

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.

 

Link: https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/menus/categories/data-communication/protoc...

 

I added it to my LabVIEW tools using the JKI VI Package Manager.

 

 

Jacob

0 Kudos
Message 2 of 4
(2,168 Views)

@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.

 

Link: https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/menus/categories/data-communication/protoc...

 

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.

0 Kudos
Message 3 of 4
(2,120 Views)

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.

 

Link: https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/menus/categories/data-communication/protoc...

 

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

Message 4 of 4
(2,113 Views)