 RPluth
		
			RPluth
		
		
		
		
		
		
		
		
	
			10-23-2007 01:38 PM
			
    
	
		
		
		10-24-2007
	
		
		11:23 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10-27-2025
	
		
		04:29 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 Content Cleaner
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi RP,
Using TCP/IP is probably the most straightforward way to do the communication. There are a number of TCP/IP examples in LabVIEW. Another way would be to use ActiveX or .NET. For more information on using ActiveX, see Calling LabVIEW VIs from Other Programming Languages. Measurement Studio is not necessarily going to be better for this scenario.
			
    
	
		
		
		10-25-2007
	
		
		11:37 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10-27-2025
	
		
		04:30 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 Content Cleaner
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi RP,
Measurement Studio does also contain the Network Variable Library (equivalent to the LabVIEW shared variable) that you can use to communicate between your LabVIEW VI and your Measurement Studio application. 
Now I must mention that the Network Variable API is only available .NET languages (i.e. C#, VB.NET, C++/CLI) so I am not sure if it totally applies to your situation. You could also look into using DataSocket which is the precursor to the shared variable.  If you are using unmanaged C++, you could use the Measurement Studio DataSocket C++ class libraries.  
Just thought I would throw that out there. 
Best Regards,