Search found 53 matches
- Mon Apr 07, 2025 2:27 pm
- Forum: OC4BAv5
- Topic: PROBLEM WITH MODULE "LE FLAPS" B 737U
- Replies: 4
- Views: 31928
Re: PROBLEM WITH MODULE "LE FLAPS" B 737U
There's nothing missing on your side. You have more (hardware) than the users who have these LE device problems. From earlier conversation I know that you have a complete hardware AFT OVH configured for your B737. Var 0303 of original script is refering to AFT OVH. It seem that script works fine wit...
- Sat Mar 29, 2025 12:22 am
- Forum: Oi4FS
- Topic: Which script lines cut fuel lever
- Replies: 7
- Views: 883
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...
- Fri Mar 28, 2025 7:41 pm
- Forum: Oi4FS
- Topic: Which script lines cut fuel lever
- Replies: 7
- Views: 883
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...
- Sat Mar 22, 2025 11:13 pm
- Forum: PMDG 737 in MSFS 2020
- Topic: Take off & Cabin variables?
- Replies: 13
- Views: 12941
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 ...
- Sat Mar 15, 2025 9:55 am
- Forum: PMDG 737 in MSFS 2020
- Topic: PMDG 737 Script Question need Help
- Replies: 5
- Views: 6396
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...
- Thu Mar 13, 2025 10:19 pm
- Forum: PMDG 737 in MSFS 2020
- Topic: PMDG 737 Script Question need Help
- Replies: 5
- Views: 6396
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 ...
- 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: 35760
Re: Initial wrong frequency indication NAV and COM module
Thanks for feedback. Great to hear that you are happy with the script change
- 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: 35760
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
please have a look in thread "New script for PMDG 737 for MSFS" page 3, where I shared a solution for this problem
- Fri Jan 10, 2025 5:32 pm
- Forum: OC4BAv5
- Topic: PROBLEM WITH MODULE "LE FLAPS" B 737U
- Replies: 4
- Views: 31928
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...
- Tue Aug 27, 2024 8:04 pm
- Forum: PMDG 737 in MSFS 2020
- Topic: Annunciator blue lights
- Replies: 29
- Views: 29554
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...