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 ?
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.