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.
Hi programmi...,
you can use a property node to change the duty. Look into your DAQmx.Create Channel.vi.
Hope it helps.
Mike
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.
Here is an example of the only way that I feel I can accomplish what I am trying to do.