Closed hbeni closed 7 months ago
The new count-down mode is operated in this way:
/instrumentation/adf/enroute-timer/alarm-sound
property.~
For operating purposes, I think it would be beneficial if there is an alarm sound. For now, we can live with the generic Beep of FGData; should we ever find a better sample it is trivial to swap that out.EDIT: added a Wiki page for documentation: https://wiki.flightgear.org/Bendix_King_KR_87_ADF_Receiver
One last thing I'm unsure about: Does the FT timer show FT really just in
MM:SS
like it is modelled now? I would assume that it will show it inHH:MM
... Could not find something in the manuals, however.
- MSFS is simulating HH:MM from the start on.
- I know from the Davtron 804 clock, that it switches to HH:MM when crossing the hour mark.
- ChatGPT said, that the FT usually displays HH:MM.
- Edit: Found some proof; at least until the hour mark, it displays MM:SS https://www.youtube.com/watch?v=ULA7viFBwcQ&pp=ygUWS1IgODcgYWRmIGZsaWdodCB0aW1lcg%3D%3D So clearly MSFS is (partly) wrong here.
Finally, I would say I change the implementation to HH:MM after one hour.
EDIT: Nervermind. It was actually already correctly in the code...
So this should be ready imho.
Fix #1279
maketimer()
interface)