LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MongoDB interface to LabView

I want to read/write data from/to a MongoDB. Are there any interface with LabView exist?

The only way that i have found is with the C# driver, but that is not stable & fast.

Also a free ODBC driver for MongoDB with all function i have not found.

0 Kudos
Message 1 of 3
(3,053 Views)

Hello,

 

I can say that NoSQL is not supported nativly in LabVIEW.

It is possible to communicate with NoSQL but you have to implement all the communication by yourself.

 

You can write a DLL in C/C#. Then you can call this DLL in LabVIEW.

 

here are some more information about ActiveX

http://www.ni.com/white-paper/2983/en/

 

best regards

Richard

 

0 Kudos
Message 2 of 3
(3,014 Views)

I know this thread is 3 years old now, but just want to cross-link the other thread which is more informative.

 

https://forums.ni.com/t5/LabVIEW/Labview-interface-with-MongoDb-or-similar-NoSql-database/m-p/277260...

- Partha ( CLD until Oct 2024 🙂 )
Message 3 of 3
(2,691 Views)