08-30-2013 08:32 AM
Hi,
I have Hitec standard size servo motor which I want to control using sbRIO-9636. The specifications of this servo motor are:
I need to control the position of servo motor's arm by sending it PWM signals from sbRIO's DIO. I need some assistance how would I generate PWM that would move the servo according to angle I set over front panel. 
Regards.
			
    
	
		
		
		09-01-2013
	
		
		05:14 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		09-14-2025
	
		
		07:40 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi,
never worked with a RIO, but there is a White Paper of NI showing how to generate different signal forms: https://forums.ni.com/t5/Example-Code/NI-LabVIEW-RIO-Evaluation-Kit-Additional-Examples/ta-p/3983750
Perhaps this helps. However, depending on what you try to do, you can try to use an Arduino microcontroller which can directly generate a PWM output signal without consuming time on your FPGA...depends on how time-critical your application is.
Hope this helps,
Christian