bessta Posted October 3, 2023 Posted October 3, 2023 DcsBios::Switch2Pos ltdRArm("LTD_R_ARM", PIN); No matter wich switch i map using that line of code i always have it messing my Flir switch. It cycles the flir instead o arming or rendering LTD safe.
No1sonuk Posted October 3, 2023 Posted October 3, 2023 I just tested it, and it did nothing. It didn't move any switches in-game.
bessta Posted October 5, 2023 Author Posted October 5, 2023 Quote - 5. Sensor Panel define3PosTumb("FLIR_SW", 62, 3001, 439, "Sensor Panel", "FLIR Switch, ON/STBY/OFF") define3PosTumb("LTD_R_SW", 62, 3002, 441, "Sensor Panel", "LTD/R Switch, ---/SAFE/AFT") -- ARM position is handled by another parameter defineToggleSwitch("LST_NFLR_SW", 62, 3004, 442, "Sensor Panel", "LST/NFLR Switch, ON/OFF") defineToggleSwitch("LTD_R_ARM", 62, 3003, 441, "Sensor Panel", "LTD/R Switch, ARM/SAFE") defineTumb("RADAR_SW", 42, 3001, 440, 0.1, {0.0, 0.3}, nil, false, "Sensor Panel", "RADAR Switch Change ,OFF/STBY/OPR/EMERG(PULL)") definePushButton("RADAR_SW_PULL", 42, 3002, 440, "Sensor Panel", "RADAR Switch Pull (MW to pull), OFF/STBY/OPR/EMERG(PULL)") defineTumb("INS_SW", 44, 3001, 443, 0.1, {0.0, 0.7}, nil, false, "Sensor Panel", "INS Switch, OFF/CV/GND/NAV/IFA/GYRO/GB/TEST") in the LUA file and also on the dcsbios command is mentioned 3 position for the ltd, why? It as only safe and arm. Also, on the lua the number 441 appears both in the flir and the ltd, as if they are both controled by the same thing. Might this have to do with magnetic switch function?
Recommended Posts