Jump to content

EUCWorld speed over battery alarm priority?


Recommended Posts

Hey guys, and I believe @Seba (Hopefully)

First of all, Seba, THANK YOUUU for this wonderful app!!!

I've been trying to set the EUC World Alarms in quite a lot different forms.

However, sometimes they trigger, but some times they dont.

If you want to be sure it works, you MUST choose a high Battery status. for Example Speed >64kmh && Battery <100%  this will work like a charm.

 

However, if you set Speed >35kmh && Battery <15% here is what I find:

If I reach 35kmh when battery <15% it triggers. but if the battery is higher, and then drops, it wont trigger... you lost the chance of triggering it.

 

So what I believe its happening, is that the software checks for speed AND  battery at the same time:

If (Wheel_Speed >= Speed_alarm1)  && (Wheel_battery <= Battery_alarm1)   then

trigger.alarm 

 

what if you do it seppared?

If Wheel_battery <= Battery_alarm1  then

 if  Wheel_Speeed >= Speed_alarm1

then trigger.alarm 

 

if you do it this way, we can have an alarm every time the voltage sags while ridding at certain speed...

this is just assuming... I have no ideaaaa how this works:efefb6a84e:

Any ideas? 

Thanx again!!!!!

  • Like 1
Link to comment
Share on other sites

On 6/14/2020 at 5:32 PM, Sebrios said:

If I reach 35kmh when battery <15% it triggers. but if the battery is higher, and then drops, it wont trigger... you lost the chance of triggering it.

It will trigger, but not immediately. It's because alarm logic uses filtered battery value, not momentary. This is to avoid unnecessary alarms when battery sags for a while.

On 6/14/2020 at 5:32 PM, Sebrios said:

So what I believe its happening, is that the software checks for speed AND  battery at the same time:

If (Wheel_Speed >= Speed_alarm1)  && (Wheel_battery <= Battery_alarm1)   then

trigger.alarm 

 

what if you do it seppared?

If Wheel_battery <= Battery_alarm1  then

 if  Wheel_Speeed >= Speed_alarm1

then trigger.alarm 

As a software guy I have to say that both expressions are logically identical and will give the same result :) 

On 6/14/2020 at 5:32 PM, Sebrios said:

if you do it this way, we can have an alarm every time the voltage sags while ridding at certain speed...

But short-term, "peak" sags should not cause speed alarm to trigger. This alarm is designed to depend on average battery charge, not momentary voltage sag.

On 6/14/2020 at 5:32 PM, Sebrios said:

Hey guys, and I believe @Seba (Hopefully)

First of all, Seba, THANK YOUUU for this wonderful app!!!

Thank you, I'm trying to make EUC World to be as useful as possible :)

  • Like 3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...