this telemetry lua nigelsheffield will give a 30 min graph of alt, each time timer 1 is reset the flight time and max alt is recorded, with 6 last flights on left and the 3 best times recorded on right.
1.2 added personal best which saves your best ever time in gvar 6 fm9 which you need to set to -1000 to zero it.
1.3 improved graph display behind numbers
This needs 2.0.10 or higher to work and also note 5 seconds is roughly the resolution for b.pest due to gvar limits.
will also display a2 volts but you can alter script where it says getfieldinfo("a2") and put another source for pack volts etc.
times are added together and displayed at bottom along with timer 2 until timer 2 is reset upwards then it is zero again,
Rename to telem1.lua or pick a number that fits with you and put it the script/modelname directory with the directory being the exact model name like your model.
It was taken from the original alt lua from the open tx guys and I modified it to be more geared towards powered gliders, but is still good for dlg too, use it aswelll as the original and have 2 screens !
http://www.rcgroups.com/forums/showthread.php?t=2237421#post29328259
|
Comments
Here is the script I did:
local data
local outputs= {"data"}
function run(store)
model.setGlobalVariable(1, 8, (500-1000))
-- data=(model.getGlobalVariable(0,8)+1000)*10.24
return data
end
return {run=run, output=outputs}
RSS feed for comments to this post