We are currently using four Victor drives connected to pwm13 through pwm16. We have a fifth Victor drive connected to pwm01 but we cannot get an output from the drive. When we tried to add the statement GeneratePwms(pwm01) the compiler stated that there was not enough parameters. Can you tell me if it possible to use a fifth Victor?
**
Yes, you can have a Victor on every PWM Output. You do not need the statement GeneratePwms(pwm01). You only need that statement for PWM Outputs 13 – 16 because the User processor controls these outputs. Just set the other PWM Outputs 1 - 12 to the value you want and the Master Processor will handle it from there.**