Set disarmed PWM of PX4 simulink app

5 Ansichten (letzte 30 Tage)
Hans
Hans am 30 Aug. 2017
Kommentiert: Zhaoyi am 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 Kommentare
yohan diaz
yohan diaz am 19 Mär. 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 am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Zhao Wang
Zhao Wang am 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 Kommentar
Hans
Hans am 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.

Melden Sie sich an, um zu kommentieren.

Communitys

Weitere Antworten in  Power Electronics Control

Community Treasure Hunt

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

Start Hunting!

Translated by