Slip Indicator Maths
Posted: Sat May 30, 2020 10:03 am
I have setup an SLM to display acceleration wheel slip, but now I want to do braking (a bit more complex). I am new to the motec world. This is for an ADL3.
I need to first find the fastest wheel
- Math channel I assume, can I use nested "choose" or is there a better way to do it?
I then need to find the slowest wheel
- same Q as above
Then i will divide slowest by fastest, and display using user conditions a number of lights related to that slip %. This obviously picks the wheel with the most slip at any given time.
I only want this to occur during deceleration obviously. It seems I may need to setup an alarm to do that.
Has anyone implemented something similar? The Pseudo code is easy I am just not sure the right strategy for implementing it here. I can think of a few different ways. My assumption is this has been done many times and a strategy fine tuned
I need to first find the fastest wheel
- Math channel I assume, can I use nested "choose" or is there a better way to do it?
I then need to find the slowest wheel
- same Q as above
Then i will divide slowest by fastest, and display using user conditions a number of lights related to that slip %. This obviously picks the wheel with the most slip at any given time.
I only want this to occur during deceleration obviously. It seems I may need to setup an alarm to do that.
Has anyone implemented something similar? The Pseudo code is easy I am just not sure the right strategy for implementing it here. I can think of a few different ways. My assumption is this has been done many times and a strategy fine tuned