03-13-2014 02:45 PM
I am reworking some code that was originally written for LabView 6.1
There are quite a few SubVIs that the program was not able to locate when I launched the main VI:
AI Config
AI Start
AI Clear
DIO Clear
Continuous Pulse
Counter Start
Counter Stop
quite a bit more.
In searching the NI site for these, I come across articles referring to these SubVIs so I am wondering if this is something I am missing OR something that was renamed in later versions of labView.
Any guidance?
			
    
	
		
		
		03-13-2014
	
		
		03:06 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10-14-2025
	
		
		12:38 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Those vi's are from the traditional DAQ(Legacy) palettes. DAQmx has surplanted traditional DAQ. (Years ago!)
You should strongly consider migrating the legacy program to modern methodologies using DAQmx- it is well worth the small investment.
See Also
and Transitioning DAQ to DAQmx
03-13-2014 03:10 PM
Thanks, i figured it was something of the sort...