for the reading pwm, what is the unit of the 200 in the block? because it can be tune more than 255.

1 view (last 30 days)

Accepted Answer

Joel Van Sickel
Joel Van Sickel on 9 Aug 2022
Simulink by default can tune a constant block to any value, it does not know that the input must be limited to 255 unless you specify that. However, as in the documentation, the input to this block is between 0 and 255 so you can calculate the duty cycle by n/255. So the 200 is a duty cycle of 0.78. If you pass a higher value, it probably defaults to a duty cycle of 1, or it might throw an error. It would be betst to use a saturation block or the appropriate data type to keep the range between 0 and 255 at all times.
Regards,
Joel

More Answers (0)

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!