From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

has anyone used CORBA with LabVIEW?

Has anyone used CORBA with LabVIEW?
0 Kudos
Message 1 of 3
(2,766 Views)
Unfortunately, I can't say that I have ever tried to do this. However, I did a little searching on the web and it looks like you have to have some mapping to an OMG IDL.(http://www.omg.org/gettingstarted/corbafaq.htm)

It looks like they don't provide one for LabVIEW but they do for some other programming languages. You could certainly still use LabVIEW as your primary language and write a little c code for the CORBA interface and then turn the c code into a dll. You could then call this dll from LabVIEW using the Call Library Function.

There are also some other posts on this exchange about CORBA so make sure to check them out.
Message 2 of 3
(2,766 Views)

Did you have any success with this?  I'm about to attempt the same thing and would rather not write intermediate functions in other other languages to do so...

Nate Moehring

SDG
0 Kudos
Message 3 of 3
(2,195 Views)