01-31-2017 08:05 AM
Hi everybody ,
I would create an inspection with VBAI that communicate with Labwindows/CVI and called by C API.
This application should be running in many machines at the factory..
1- does it takes a Run time license for each single machine or just one can be used for all machines ?
2- which run time license should i buy VBAI Run time license or CVI Run time license ? 
Thank you in advance
Best regards.
Solved! Go to Solution.
			
    
	
		
		
		01-31-2017
	
		
		09:16 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		04-18-2024
	
		
		04:21 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
The CVI run time is free. Just create CVI executables and you can deploy them without needing to pay for a license for each deployed system.
For the VBAI engine, you will need to purchase a runtime license for each deployed system.
https://www.ni.com/en-us/shop/product/vision-builder-for-automated-inspection.html
You will also need development packages for CVI and VBAI to create the applications on your development machine (which you probably already have):
Hope that helps,
Brad
			
    
	
		
		
		01-31-2017
	
		
		09:51 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		04-18-2024
	
		
		04:22 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Thanks for your response,
Does the LabWindows/CVI Base can do the trick (Calling VBAI API) ? 
Best regards,
01-31-2017 09:59 AM
Any C programming language can use the C API to communicate/control VBAI as long as it includes the header/library that comes with VBAI and you install support from VBAI for this feature.