If you had the COM digits issue during this test and there are no activation of any COM related variables, this looks to be a hardware issue in the Pedestal.
I would guess interferens in a cable, the connectors or the IDC card.
Search found 1733 matches
- Sun Jun 08, 2025 5:04 pm
- Forum: PMDG 737 in MSFS 2020
- Topic: OC ADF for FO side with PMDG
- Replies: 23
- Views: 7317
- Fri Jun 06, 2025 9:36 am
- Forum: PMDG 737 in MSFS 2020
- Topic: OC ADF for FO side with PMDG
- Replies: 23
- Views: 7317
Re: OC ADF for FO side with PMDG
You can use IOCPConsole to check which SIOC variables are
activated when you use the ATC knobs.
Check also that you also havn't linked the COM1 as ATC when you made the configuration.
activated when you use the ATC knobs.
Check also that you also havn't linked the COM1 as ATC when you made the configuration.
- Thu May 29, 2025 9:21 am
- Forum: FStarter24 and FlightSave
- Topic: Using with Inibuilds A320
- Replies: 1
- Views: 187
Re: Using with Inibuilds A320
I don't use the inibuild A320 myself, so never tested it in FStarter24, and I do not know how it reacts to be set in Active Pause. Try to to activate the Pause button before you make a Start Flight. When airplane is on the new location you set for the new Start Flight adjust throttle and other contr...
- Wed May 28, 2025 7:36 am
- Forum: PMDG 737 in MSFS 2020
- Topic: OC ADF for FO side with PMDG
- Replies: 23
- Views: 7317
Re: OC ADF for FO side with PMDG
If you read the OiPMDG737 driver README documentation that came with Oi4FS24, it says: Configuration The OiPMDG737 driver supports the Opencockpits B737 modules: OVH_AFT, OVH-FWD, MCP, EFISs, CDUs, MIP, PEDESTAL(IDC) or USB P&P COM1-2, NAV1-2, ADF1, ATC, AUDIO1-2 and FIREPANEL. User-built soluti...
- Wed May 21, 2025 9:17 pm
- Forum: FStarter24 and FlightSave
- Topic: FStarter24 beta
- Replies: 0
- Views: 171
FStarter24 beta
Here is the latest beta version of FStarter24 v2.3.
https://1drv.ms/u/s!AjRjRKdTF9fGuN5MaTZ ... A?e=MUdqvE
Download and unzip to your FStarter24 directory over the existing version.
Report bugs.
https://1drv.ms/u/s!AjRjRKdTF9fGuN5MaTZ ... A?e=MUdqvE
Download and unzip to your FStarter24 directory over the existing version.
Report bugs.
- Tue May 06, 2025 6:33 pm
- Forum: XPLANE 11
- Topic: support for Mip, Overhead
- Replies: 1
- Views: 2219
Re: support for Mip, Overhead
Sorry for late response.
OC4BA_XP supports:
B737-800(Zibo mod)
MCP, CDU1/FMC1, CDU2/FMC2, EFIS1, EFIS2, COM1, COM2, NAV1, NAV2 and ATC .
OC4BA_XP supports:
B737-800(Zibo mod)
MCP, CDU1/FMC1, CDU2/FMC2, EFIS1, EFIS2, COM1, COM2, NAV1, NAV2 and ATC .
- Mon May 05, 2025 3:06 pm
- Forum: FStarter24 and FlightSave
- Topic: FStarter24, can't choose runways
- Replies: 1
- Views: 956
Re: FStarter24, can't choose runways
This fixed in v2.2 that will be released soon.
Check for updates in the app in a few days.
Check for updates in the app in a few days.
- Tue Apr 15, 2025 9:35 am
- Forum: Oi4FS
- Topic: Need help for Script modify
- Replies: 2
- Views: 2029
Re: Need help for Script modify
Try to change Type 2 to Type 3
If that doesn't work you can try this solition for every rotary
Var 2040, name CRSL,static
Var 9040, name ROTARY_CRSL, static, Link IOCARD_ENCODER, Device 35, Input 42, Aceleration 2, Type 2
{
v2040 = v9040 * -1
}
If that doesn't work you can try this solition for every rotary
Var 2040, name CRSL,static
Var 9040, name ROTARY_CRSL, static, Link IOCARD_ENCODER, Device 35, Input 42, Aceleration 2, Type 2
{
v2040 = v9040 * -1
}
- Fri Mar 28, 2025 6:00 pm
- Forum: Oi4FS
- Topic: Which script lines cut fuel lever
- Replies: 7
- Views: 1691
Re: Which script lines cut fuel lever
I do not believe these inputs have any script code implemented in the default script coming with Oi4FS.
You most likely need make a few input lines in the script yourself.
See this topic to find the Variable numbers to be used:
https://www.flightsim4fun.com/Forum/vie ... php?t=1075
You most likely need make a few input lines in the script yourself.
See this topic to find the Variable numbers to be used:
https://www.flightsim4fun.com/Forum/vie ... php?t=1075
- Wed Mar 05, 2025 8:44 am
- Forum: Oi4FS
- Topic: Programm blue leds overhead
- Replies: 15
- Views: 39143
Re: Programm blue leds overhead
The script sends out signal to the blue leds via a display card output by addressing its digits and numbers. A display card output is an OUTPUT that can have more than 2 states that a ordinary output can have. Using different numbers it sends out different states which in turn set dark, dim or brigh...