Search found 52 matches

by NobbyC_B738
Sat Mar 29, 2025 12:22 am
Forum: Oi4FS
Topic: Which script lines cut fuel lever
Replies: 6
Views: 196

Re: Which script lines cut fuel lever

1) YES, you have to put 2 lines into the script, but the correct ones: fuel_lever_command.jpg 2) and NO, it will not work automatically. The most important thing is to change the device numbers and input numbers (red markings) according to your hardware. the lines work for me, because I have a custo...
by NobbyC_B738
Fri Mar 28, 2025 7:41 pm
Forum: Oi4FS
Topic: Which script lines cut fuel lever
Replies: 6
Views: 196

Re: Which script lines cut fuel lever

to make it a little easier for you: the fuel lever are called ENG1_ and ENG2_START_LEVER in Roar's control stand variable list. 2323 = CONTROL_STAND_ENG1_START_LEVER 2324 = CONTROL_STAND_ENG2_START_LEVER Please see this topic where same question came up and was answered. https://www.flightsim4fun.co...
by NobbyC_B738
Sat Mar 22, 2025 11:13 pm
Forum: PMDG 737 in MSFS 2020
Topic: Take off & Cabin variables?
Replies: 13
Views: 10215

Re: Take off & Cabin variables?

Hello, looking through Roar's original script, what was probably written for default OC wired hardware, I realized that outputs 54 and 55 on the MIP section are not in use and should be free for your MIP modification project. You will not find them on the outputs card (output 11 - 48) but on the P2 ...
by NobbyC_B738
Sat Mar 15, 2025 9:55 am
Forum: PMDG 737 in MSFS 2020
Topic: PMDG 737 Script Question need Help
Replies: 5
Views: 6062

Re: PMDG 737 Script Question need Help

Klaus, 1) these lines are not included in the scripts by default (I'm on version 7.0 now). You simply have to add them. 2) my first intension also was to assign engine start levers (Idle - Cutoff) directly to switches / buttons of a joystick. I have a self made TQ based on an OC axis card that works...
by NobbyC_B738
Thu Mar 13, 2025 10:19 pm
Forum: PMDG 737 in MSFS 2020
Topic: PMDG 737 Script Question need Help
Replies: 5
Views: 6062

Re: PMDG 737 Script Question need Help

Hi Klaus, the variables you are looking for, are 2323 and 2324, if you are working with switches for "IDLE" and "CUTOFF" Var 2323, name CS_ENG1_SL, static, Link IOCARD_SW, Device 31, Input 64 Var 2324, name CS_ENG2_SL, static, Link IOCARD_SW, Device 31, Input 63 I had previously ...
by NobbyC_B738
Thu Jan 23, 2025 4:34 pm
Forum: PMDG 737 in MSFS 2020
Topic: Initial wrong frequency indication NAV and COM module
Replies: 4
Views: 35525

Re: Initial wrong frequency indication NAV and COM module

Thanks for feedback. Great to hear that you are happy with the script change
by NobbyC_B738
Wed Jan 22, 2025 6:09 pm
Forum: PMDG 737 in MSFS 2020
Topic: Initial wrong frequency indication NAV and COM module
Replies: 4
Views: 35525

Re: Initial wrong frequency indication NAV and COM module

Hi Hans,
please have a look in thread "New script for PMDG 737 for MSFS" page 3, where I shared a solution for this problem
by NobbyC_B738
Fri Jan 10, 2025 5:32 pm
Forum: OC4BAv5
Topic: PROBLEM WITH MODULE "LE FLAPS" B 737U
Replies: 3
Views: 30220

Re: PROBLEM WITH MODULE "LE FLAPS" B 737U

Hi, this is a well-known problem. See thread "LE Devices AFT-OVHD PMDG738" where I posted a solution. This was for previous scrips . When you are on script 7.0, you now have to change the C0 booleans variable within the command for variable 0303: from: Var 0303, name FlapsDisplayR, Link SU...
by NobbyC_B738
Tue Aug 27, 2024 8:04 pm
Forum: PMDG 737 in MSFS 2020
Topic: Annunciator blue lights
Replies: 29
Views: 25831

Re: Annunciator blue lights

all tests were successful so I can share revised 3 states ANTI ICE valve annunciator script modification now: No blue LED flickering any longer with script version 7.0. Should also work with earlier script versions. 1) WING ANTI ICE: replace lines Var 1152, name aVALVE_OPEN_L, static, Link IOCARD_DI...
by NobbyC_B738
Fri Aug 23, 2024 9:46 pm
Forum: PMDG 737 in MSFS 2020
Topic: Annunciator blue lights
Replies: 29
Views: 25831

Re: Annunciator blue lights

Hi all, my earlier shared script modification for anti ice valve annunciators worked fine with script version 6.5 and the associated driver software. After I changed to the new driver and script version 7.0 I have got a flickering on the ENG ANTI ICE annunciators after switching ENG ANTI ICE on. As ...