LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Lab SQL for Linux

Hello

Is there a LabSQL or something similar for linux?


Best regards

Andreas Beckman
0 Kudos
Message 1 of 5
(3,310 Views)
Hello Andreas!

I have done some searches on our sites + using search engines such as Google and Yahoo among others and I cannot find any free tool/add-on similar to LabSQL for LabVIEW running on Linux.

Sorry for the late response!

Regards,
Jimmie A.
Applications Engineer, National Instruments
Regards,
Jimmie Adolph
Systems Engineering Manager, National Instruments Northern European Region

Message 2 of 5
(3,279 Views)
Hello Jimmie.

Is there any non free tools or addons that works the same as labsql (and works under linux ofcourse)? I can afford a licence for this project. 🙂

Now Im using postgresql and calling a client program, psql, from command line. This works, however its not optimal and uses
a lot of cpu power.

Thanks for your time.


Regards

Andreas Beckman
0 Kudos
Message 3 of 5
(3,268 Views)
Hello Andreas,

I have searched for information about this on several Linux web-sites such as Linux.org among others and I haven't found any tool especially written for LabVIEW. Sorry about that.

Regards,
Jimmie
Regards,
Jimmie Adolph
Systems Engineering Manager, National Instruments Northern European Region

Message 4 of 5
(3,227 Views)
Hi again.

Thanks alot for the time. It´s appriciated. Had a look at the open group and saw that they were supposed to do something like labsql for linux, "in the future" ;).

However, until there is a better solution I can recommend that linux users use the psql client (for postgresql, there is probbably some client for mysql too) with the labview command line vi. If you allocate a bunch of data and send them thru the command line vi like once or twice a second it works quite well.

Thanks


Regards

Andreas Beckman
Message 5 of 5
(3,225 Views)