09-09-2008 10:18 AM
I have been changing the duty cycle of a motor by generating a pulse signal. When I change the duty cycle, the motor jumps to that duty cycle. I would rather ramp the motor to the specified duty cycle. Is this possible?
Here is the vi that I am currently using. Thank you in advance for your help.
09-10-2008 02:19 AM
Hi programmi...,
you can use a property node to change the duty. Look into your DAQmx.Create Channel.vi.
Hope it helps.
Mike
09-10-2008 10:21 AM
I understand that I can do something like the picture but I still do not know how to ramp the duty cycle with the hardware. I can probably use a for loop or while loop to increment the duty cycle until I reach the desired cycle. I would like to know if the hardware can take care of that.
09-10-2008 10:44 AM
Here is an example of the only way that I feel I can accomplish what I am trying to do.
09-10-2008 03:23 PM
09-10-2008 07:03 PM