Ok, the first step in any new design is to define the requirements.
We want to be alerted immediately to alternator failure but we don't want nuisance alternator fail alerts.
Most FX or EX with a Garmin suite will have standard CubCrafters instrumentation which means battery current is available but alternator current is not. So we use battery discharge as a proxy for alternator failure.
We are assuming that the existing amber BATT AMPS is not sufficient warning of alternator failure - Is that a valid assumption?
Battery will show discharge as soon as master is on and until engine start provides alternator output. Is engine running the only condition required for alternator fail alerting? If so, what rpm should we use?
Do we want alternator fail alerting on ground or only in flight? Can we assume that a pilot scans all the instruments before takeoff and would see amber BATT AMPS?
Garmin does not allow user defined alert text so any alert based on BATT AMPS will be "BATT AMPS". We define the color and the current (and other conditions for advanced gauges) at which it is displayed.
The simplest implementation would seem to be:
If engine rpm greater than idle (say 600 rpm?) and BATT AMPS less than existing BATT AMPS amber threshold then display BATT AMPS RED with aural "Current" alert.
It's easy enough to make the alert only display in flight based on airspeed and time but that may be an unnecessary complication.
Comments or suggestions?