memento10 Posted July 17, 2010 Posted July 17, 2010 Anybody been successful finding the numbers to be able to control these lamps? I found the code to control the key press of these pushbuttons in the clickabledata.lua but I can't find the associated lamp numbers in mainpanelinit.lua:
m0jo Posted July 18, 2010 Posted July 18, 2010 From my config siocConfig.lua, lamp number are in bold: [330] = {0,[b]437[/b]},--AUTO_TURN [331] = {0,[b]440[/b]},--GROUND_MOVING_TARGET [332] = {0,[b]441[/b]},--CLEAR [333] = {0,[b]439[/b]},--FORWARD_HEMISPHERE [334] = {0,[b]438[/b]},--AIRBORNE_TARGET [335] = {0,[b]330[/b]},--PPR_button_K [336] = {0,[b]332[/b]},--PPR_button_H [337] = {0,[b]333[/b]},--PPR_button_B [338] = {0,[b]331[/b]},--PPR_button_T [339] = {0,[b]334[/b]},--PPR_button_DIR 1
AlphaOneSix Posted July 18, 2010 Posted July 18, 2010 In case you need a translation: K = roll (bank) H = yaw (heading) B = altitude T = pitch DIR = flight director (FD AP)
memento10 Posted July 18, 2010 Author Posted July 18, 2010 Thanks so much guys! Something small like that could drive a guy crazy but there the answer is... much appreciated!
Recommended Posts