Here is some config lines you can add to any model.ini to play alert if you let your TX ON, without to move AIL,ELE OR RUD for more than 10mn...
Take care that you have to add this config lines on all your models
if you always want to be warn.
// First a Virt channel to detect AIL/ELE/RUD moves...
[virtchan10]
template=complex
[mixer]
src=AIL
dest=Virt4
offset=-100
usetrim=0
curvetype=deadband
points=50,50
[mixer]
src=ELE
dest=Virt4
usetrim=0
muxtype=add
curvetype=deadband
points=50,50
[mixer]
src=RUD
dest=Virt4
usetrim=0
muxtype=add
curvetype=deadband
points=50,50
// Then a coutdown timer, which use the previous virtchannel
// and the ResetSRC feature. Move sticks to reset it
[timer4]
type=countdown
src=!Virt10
resetsrc=Virt10
time=600