LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview ActiveX Server (Automation Server)

I'm looking for a description of the Labview Automation Server (the ActiveX Server).
There is no description of the functions provided by the Server.
 
Did anyone use the ActiveX Server of Labview for any project already?
0 Kudos
Message 1 of 4
(2,962 Views)

There are descriptions of the functions in the on-line help file. Go to the help index and under the topics Application Class (ActiveX) and VI class (ActiveX) are subtopics for the methods and properties available. There are also shipping examples. From the example finders browse tab, look under Programmatically Controlling VIs>Controlling Front Panel Objects and Programmatically Controlling VIs>Dynamically Loading and Calling VIs.

I'm refering specifically to LabVIEW 7.1. LabVIEW 8 I'm sure has the same (or more info) but I don't know if the topic names are the same.

There are any numerous ways to use the VI Server. If you have something specific in mind, please provide some details.

0 Kudos
Message 2 of 4
(2,951 Views)
I like to control a VI with Delphi.NET through the Labview ActiveX Server. Sorry that i haven't been clearly enough.
I'm using Labview 7.1.

My problem is that i cant find any funtion to unload a VI from memory.
0 Kudos
Message 3 of 4
(2,940 Views)
Hi
 
I have made a small ActiveX server to interface to the measurement database. It can be called e.g. from Matlab or Visual Basic.
 
take care
Pawel
 
0 Kudos
Message 4 of 4
(2,903 Views)