LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use a third party automation server

I would like to use the methods of another application. The application exposes the methods through an automation server. How can I use this automation server in Labview?

Do or do not, there is no try
0 Kudos
Message 1 of 4
(2,773 Views)

If you are using ActiveX you can use the Open Application Reference VI.  This returns a reference to a VI Server running on a specific computer.  You can also refer to the LabVIEW Help on using ActiveX controls.

 

Brandon Treece

Applications Engineer

National Instruments

0 Kudos
Message 2 of 4
(2,750 Views)

Well, I am referring specifically to an application called RapidFET from FetCorp. The rapidFet probe is a box they sell that allows the user to access (SRIO) networks, "serial rapid IO". There is a large API with many methods that can used with SRIO and once you start the application I guess they run a automation server that exposes the methods for use in programs written in languages like visual basic, visual c++ and others; is that considered active x?

Do or do not, there is no try
0 Kudos
Message 3 of 4
(2,729 Views)

ActiveX is a Microsoft communication protocol for communication between programs.  When you say that your application exposes the methods through an automation server, what do you mean?  What kind of server is being used?  You need to know how the methods are being exposed before you can access them.

 

Brandon Treece

Applications Engineer

National Instruments

0 Kudos
Message 4 of 4
(2,704 Views)