From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

CORBA

Does anyone know how LabVIEW applications can communicate with CORBA?

- Neal Pederson, np@vicontrols.com
0 Kudos
Message 1 of 4
(3,457 Views)
Neal,

You might try looking into CORBA scripting or COM/CORBA bridging, there are
commercial versions of each. I participated in a project for a client that
used the JacOrb CORBA implementation. Much effort was put into building a
COM/CORBA bridge to extend the native java CORBA interfaces into the COM
world from which I could interface with Labview. Building such a bridge is
a highly esoteric effort and requires expert knowledge of C++ and microsoft
api's. Perhaps CORBA scripting, which exposes a text based interface to
CORBA, might be an simpler alternative.

Let me know if you come up with a general solution, I think it would be very
useful to the LV community.

Mike Sachs
Intelligent Systems


"Neal Pederson" wrote in message
news:3de2a3
46@newsgroups....
> Does anyone know how LabVIEW applications can communicate with CORBA?
>
> - Neal Pederson, np@vicontrols.com
>
>
0 Kudos
Message 2 of 4
(3,457 Views)

Did you have any luck with this?  I'm looking to do this too.  Thanks,

Nate Moehring

SDG
0 Kudos
Message 3 of 4
(2,814 Views)

If anybody is reading this ancient thread, you should seriously consider looking into Google's Protobuf and gRPC rather than Corba/IDL.  I have seen that some people have created some LabVIEW tools for protobuf messaging. (Sorry this is non-specific)

Nate Moehring

SDG
0 Kudos
Message 4 of 4
(1,839 Views)