Hi,
Could someone please help me understand these aircraft LUA files in DC BIOS?
If I look at the function definition for defineTumb in Util.lua,
function BIOS.util.defineTumb(msg, device_id, command, arg_number, step, limits, output_map, cycle, category, description)
Then I look at how it's used,
defineTumb("RADAR_SW", 43, 3001, 440, 0.1, {0.0, 0.3}, nil, false, "Sensor Panel", "RADAR Switch (MW to pull), OFF/STBY/OPR/EMERG(PULL)")
I can see that the RADAR control is device ID 43 from devices LUA.
But where can I find a reference for the commands and arg_number parameters?
Thank you.
cheers
John