Set disarmed PWM of PX4 simulink app

6 views (last 30 days)
Hans
Hans on 30 Aug 2017
Commented: Zhaoyi on 25 Feb 2019
Hi,
I am using the Pixhawk Support Toolbox on a Ubuntu 16 machine with Matlab R2016a. I have successful compiled, uploaded, and run my PX4_simulink_app on the Pixhawk. However, I am wondering how to change the Disarm PWM signal in the motor block.
Is there a process to modifying this block to set the disarmed PWM value?
  2 Comments
yohan diaz
yohan diaz on 19 Mar 2018
Hi Hans,
Before you build and compile in Ubuntu you tried to build your project in Windows? I'm having an error reated with CMake version I'm using and I would like to know what version of CMake you use. Thanks from Brazil!
Zhaoyi
Zhaoyi on 25 Feb 2019
I want to know how you combined the generated code of the simulink model into the px4 firmware. I don't quite understand the steps in the PX4 PSP documentation. I hope I can get your help. Thank you very much.

Sign in to comment.

Answers (1)

Zhao Wang
Zhao Wang on 7 Sep 2017
I understand that you want to change the disarm signal for PWM outputs in the motor block. It appears that the disarm PWM signal cannot be changed from the block in the support package. As mentioned in the help document of the block, to arm or disarm the PWM output, you need to feed boolean False or True values to the 'ARM Output' port.
In order to modify the disarmed PWM output, you may need to open and modify the 'sfun_px4_pwm.tlc' file. This file is in the '..\pixhawk\blocks' folder of the support package.
  1 Comment
Hans
Hans on 8 Sep 2017
Thanks, I was able to modify the block from the standard 900 PWM disarm rate. I have not tested it yet though.

Sign in to comment.

Communities

More Answers in the  Power Electronics Control

Community Treasure Hunt

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

Start Hunting!