12-22-2013 07:09 AM
Hi,
I am New in using NI board and programming using LabView. I have no idea on how to start to generate, use what function in order to create a PWM signals.
My project needs:
-PWM signals with 15kHz frequency.
-Duty cycle varrying from 0%, 25%, 50%, 75%, 100%.
-By using the generated PWM signals to control the half-bridge (MOSFETs) of boost converter and buck converter to varying the voltage of 24V battery to feed in my DC motor.
The NI board that I use is (NI - sbRIO-9642).
Can I have a clear view on what to use, how to generate, and by using what functions to generate the PWM signals.
Sorry for the inconvienient, but I really desperate for help in this. Thanks a lot. I am appreaciate it.
The attached is the circuit the half-bridge motor controller that I will used.
12-22-2013 11:19 AM - edited 12-22-2013 11:20 AM
Hi Ronald,
in this thread a very similar question came up. You can use the same approach on your sbRIO.
For the frequency you gave you should use the FPGA present on the sbRIO - as is shown/discussed in that other thread! I also suggest that other thread because of the "deadtime" feature used to prevent shortcut problems when switching your MOSFETS simultanuously...
12-22-2013 08:23 PM
Ok, I will try to implement the PWM signals. Thanks for the help.