Can't Arm after Activating Failsafe

This forum is dedicated to all issues and questions related to your individual setups and configurations
Post Reply
seikurou
Posts: 14
Joined: Mon Dec 08, 2014 5:37 am

Can't Arm after Activating Failsafe

Post by seikurou »

Have a HK 328p on stock TGY 9x. <-- Does failsafe even work with that?
After uncommenting the failsafe option in config.h, motors will not arm.
Usually a solid blue LED lights up when armed, but this time it flashes on and off once.
the threshold setting doesn't appear to be a problem as nothing ever goes below 985
I just need a working failsafe that's as simple as shutting off the motors.

Thanks everyone

waltr
Posts: 733
Joined: Wed Jan 22, 2014 3:21 pm
Location: Near Philadelphia, Pennsyvania, USA

Re: Can't Arm after Activating Failsafe

Post by waltr »

That seems unusual.
Connect the USB and run the MWconf.exe gui. Check that all the stick values are correct.
The FS threshold should check only the first four RX channels.

If you comment out the FailSafe and re-load the code can you Arm?

seikurou
Posts: 14
Joined: Mon Dec 08, 2014 5:37 am

Re: Can't Arm after Activating Failsafe

Post by seikurou »

Forgot to mention that this was all done in the gui...
Yes, everything works normal when reloading the code. I do have to reset PID and aux assignments
After uncommenting and turning on failsafe gui flips out and doesn't respond

My main problem is getting it to actually arm with failsafe active.
Maybe it's not compatible with my board somehow?

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: Can't Arm after Activating Failsafe

Post by PatrikE »

The most common problem for Failsafe and ARM is throttle is to low in min position.
There is a threshold value for the first 4 channels. ( 980µs default )
If ex throttle is below threshold value Failsafe is activated and you can see that ANGLE mode always is active in Gui.

Trim up throttle to ~1010µs then the Failsafe should release.

A activated Failsafe Enables Angle mode and prevents Arming.

The function is the same for all Flightcontrollers

ardufriki
Posts: 88
Joined: Thu Dec 13, 2012 4:47 pm

Re: Can't Arm after Activating Failsafe

Post by ardufriki »

Same problem here (MW 2.4). I have uncommented FAILSAFE, and then It only arms sometimes. In other attemps I only get flasking the leds, but not arm. I have checked the code and I think it enters in go_arm() function (because the flashing leds and beeps -I have buzzer-), but I dont know why I have FailsafeCnt >2 so it doesnt arm.

If I comment FAILSAFE in config.h it arms everytime .

waltr
Posts: 733
Joined: Wed Jan 22, 2014 3:21 pm
Location: Near Philadelphia, Pennsyvania, USA

Re: Can't Arm after Activating Failsafe

Post by waltr »

ardufriki wrote:Same problem here (MW 2.4). I have uncommented FAILSAFE, and then It only arms sometimes. In other attemps I only get flasking the leds, but not arm. I have checked the code and I think it enters in go_arm() function (because the flashing leds and beeps -I have buzzer-), but I dont know why I have FailsafeCnt >2 so it doesnt arm.

If I comment FAILSAFE in config.h it arms everytime .

As PatrikE said in the post above yours:
Check the Stick End Point values. If they exceed the FS threshold values then it goes into FS mode and will not allow arming.

ardufriki
Posts: 88
Joined: Thu Dec 13, 2012 4:47 pm

Re: Can't Arm after Activating Failsafe

Post by ardufriki »

Thx waltr, but my end point values are fine. If I comment the FAILSAFE option I can ARM and DISARM w/o problems.

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: Can't Arm after Activating Failsafe

Post by PatrikE »

If ex throttle is below threshold value Failsafe is activated and you can see that ANGLE mode always is active in Gui.

This goes for the first 4 channels.
Check the ANGLE box in Gui.
If it's always active you have triggered Failsafe somehow.

ardufriki
Posts: 88
Joined: Thu Dec 13, 2012 4:47 pm

Re: Can't Arm after Activating Failsafe

Post by ardufriki »

PatrikE wrote:Check the ANGLE box in Gui.
If it's always active you have triggered Failsafe somehow.


ANGLE is always active for me (three boxes checked ON), I think the problem is the part of the code concerning to FAILSAFE (cause I uncommemt it and it works fine). I use FAILSAFE from my RX, so it should not be a big issue, I guess.

ardufriki
Posts: 88
Joined: Thu Dec 13, 2012 4:47 pm

Re: Can't Arm after Activating Failsafe

Post by ardufriki »

welll...I think I have solved the issue.

Lowered the FAILSAFE_DETECT_TRESHOLD from 985 to 885 and it works fine !!

Now I have both failsafes; the RX failsafe set to RTH and the Multiwii failsafe (in case RX fails).

Post Reply