Questions about ADU configuration

Hello

I am going thrue configuration of my ADU7 and even if software is some what easy to use, I wanted to ask if there is configuration manual for it ?

What I want to create is for example

If ecu.clt <45* and ecu.rpm >3500 flash whole screen in yellow and red colors for example and display message “ Danger to manifold dubass“ if you know what I mean..

Same Idea for engine oil pressure

I understand that there is flash function, but as far as I understand it will flash only are of coolant and not whole screen?

Another thing I want to implement a vr speed signal from undriven wheel and momentary push button for trip metter

Counts meters from last button push and zero it out once button has been pressed

A flag option for logging, for example if while driving there is some ubnormal operation, like missfire.

Is there a way to add a button to make a flag in logfile, for easy finding this moment in time and I would not have to go thrue whole logfile bit by bit ?

Here you can find the manual: https://www.ecumaster.com/files/ADU/adu_manual_en.pdf

You can use the built-in alarm functionality, but it will not flash the whole screen as you want.
To achieve this effect, you will need to create your own logic (a few functions) and use an overlay page. However, this will also require additional logic to handle stopping and acknowledging alarms.
It is generally better to use the built-in alarm functionality.

How to use alarms are described in the manual.
In the attachment, you can find a simple example of flashing the whole screen yellow/red without using the alarm system. However, you will still need to create your own logic for stopping and acknowledging alarms, similar to how it is done in the built-in alarm feature.

exampleWarns.adu (9.2 KB)

Two distance meters with dedicated buttons are available. Please see the manual.

Just use your button channel as a flag.

Thanks for replay.
I found the manual, and noticed that it has realy grown in page size since last time I opened it. Could be few years ago..

I`ll add here if I have some few more questions.

Hi.

Can you explain a bit about logging flag from button press?
I am reading thrue the manual and looking at config and cant realy find this option