cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

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
Mensaje 1 de 4
1.346 Vistas

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
Mensaje 2 de 4
1.296 Vistas

@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
Mensaje 3 de 4
1.248 Vistas

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

Mensaje 4 de 4
1.241 Vistas