December 3, 201213 yr This last weekend I was setting up a controller's buttons to exclusively handle aircraft lights through FSUIPC. For some I just send the default command through fsuipc, for others a custom keyboard command through fsuipc (like NGX), and for others still, a lua script that sends "ipc.control(xxxxxxx)." I can't get the 3 position landing light switch on the Cessna 310 to toggle via a lua script. I need the xxxxx parameters to send for 1) LL off, 2) LL extended and off, and 3)LL extended and on. Is Fr. Bill around to reveal what commands I might send to be able to set these via my controller? I can't find the L:VAR for the Switch either. (I've got every other light switch working using the purely default fsx/fsuipc toggle commands, only the landing lights remain.)
December 7, 201213 yr You know how to and created a LUE script for use with LINDA? Would it be too much to ask if I could get a copy? I know nothing about LUE but use the CRInsight MCP II. Edward Smoker Sr.
December 8, 201213 yr Moderator The C310R uses the variable (L:SwitchLL,enum) to control the landing light switch: 0 = off 1 = extend 2 = on Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
December 8, 201213 yr Author The C310R uses the variable (L:SwitchLL,enum) to control the landing light switch: 0 = off 1 = extend 2 = on Thank you very much Fr. Bill!
Create an account or sign in to comment