12-13-2012 08:52 AM
Hi
I am new in labview. I would like to control the speed of a DC motor. I would like to create a pwm modulation but I don't know how to do it using NI 7833R FPGA board. Please could you help me?
TT
12-13-2012 09:00 AM
12-14-2012 06:09 AM
Hi
Thank you very much for your answer. I have made a simple program for pwm generation but it is not working well. Could you please check the application is it ok.
Best regards
TT
12-14-2012 06:16 AM - edited 12-14-2012 06:16 AM
Hi TiHo,
@tiho wrote:
I have made a simple program ... but it is not working well.
So your program is working... What part isn't "well"?
12-14-2012 08:23 AM
Hi
Using this VI application sent before I would like to generate pwm signal for control of AC motor according to a specific driver L293D connected to the FPGA board but something is wrong. The scheme is attached to the e-mail.
Best regards
TT
12-14-2012 08:26 AM
12-15-2012 01:50 AM - edited 12-15-2012 01:51 AM
What I see is that your Wait functions are defined in "ticks" (25nsec) and your controls say "msec". So if you are indeed programming the controls with milliseconds, your output signal will be a whole lot faster than you probably expected. Also, you label the first Wait as "Duty Cycle" and the second as "Period". More accurately would be to label the first one "Low Pulse width" and the other "High Pulse Width" since "Period" includes pulse duration. And you seem to have an orphaned boolean indicator.