05-26-2024 06:13 AM - edited 05-26-2024 06:14 AM
how to convert digital pin to pwm pin in myrio labview for 10 servos
05-26-2024 06:48 AM
Controlling the speed of DC Motor with NI myRIO PWM and H-Bridge
05-27-2024 03:48 AM
sorry that solution didn't help, I'm lacking pwm pins on myrio
05-27-2024 04:16 AM
05-27-2024 04:22 AM
So what is your definition of PWM pins ?
Is there a reason that you can't use the PWM outputs that already is there ?
05-27-2024 04:29 AM
I am lacking for the pwm pin, the pwm pin there is already used by another servo.
05-27-2024 04:35 AM
Hi abimkeren,
@abimkeren. wrote:
I am lacking for the pwm pin, the pwm pin there is already used by another servo.
You can implement any behaviour you need using the FPGA of the myRIO.
DIO pins can be used to output PWM signals or to measure PWMs/frequencies/duty cycles…
05-27-2024 05:14 AM
An your are using all 6 PWM pins ?
Then the only option is to make your own PWM signal in the FPGA.
Or in the Real Time part if it is a slow PWM frequency.