OC pedestal - PMDG 737 - some small issues

This is the forum for all your MSFS 2020 - PMDG 737 driver questions and issues
CptBayer
Posts: 19
Joined: Sun Jun 02, 2024 3:14 pm

Re: OC pedestal - PMDG 737 - some small issues

Post by CptBayer »

Hi Ian,
hi Roar,


do you maybe have a solution for this point?

When using the switch on the ATC module for ATC/ANT in the display it is vise versa ... Switch on ADF - ANT in the display

greets klaus
idj4
Posts: 43
Joined: Sun Dec 11, 2022 12:10 pm

Re: OC pedestal - PMDG 737 - some small issues

Post by idj4 »

Hi Klaus

Can you zip your script and post it here for download please?

Regards
Ian
CptBayer
Posts: 19
Joined: Sun Jun 02, 2024 3:14 pm

Re: OC pedestal - PMDG 737 - some small issues

Post by CptBayer »

Hi Ian,


here we go :-)... thanx in advance ...

greets Klaus
Attachments
PMDG B737 v7.0PED.ssi.zip
(107.46 KiB) Downloaded 82 times
idj4
Posts: 43
Joined: Sun Dec 11, 2022 12:10 pm

Re: OC pedestal - PMDG 737 - some small issues

Post by idj4 »

Hi Klaus

To correct the ADF/ANT symbols, change these variable digit numbers to the numbers in brackets.

Var 0575, name D_A1Act5, Link IOCARD_DISPLAY, Device 32, Digit 42, Numbers 1 (43)

Var 0578, name D_A1Stb5, Link IOCARD_DISPLAY, Device 32, Digit 45, Numbers 1 (44)

Var 0580, name ADFSymbol1, Link IOCARD_DISPLAY, Device 32, Digit 42, Numbers 1 (43)

Var 0581, name ADFSymbol2, Link IOCARD_DISPLAY, Device 32, Digit 45, Numbers 1 (44)

Var 0582, name ANTSymbol1, Link IOCARD_DISPLAY, Device 32, Digit 43, Numbers 1 (42)

Var 0583, name ANTSymbol2, Link IOCARD_DISPLAY, Device 32, Digit 44, Numbers 1 (45)


I suspect also that your STAB TRIM OVRD/NORMAL switch may not be working correctly? If it's not then change these too.


Var 0552, name S_STBOVRD, Link IOCARD_SW, Device 32, Input 135 // STAB TRIM OVERRIDE-NORM
{
IF &S_STBOVRD = 1
{
&STABTRIM_G = 0 (1)
&STABTRIM_I = 0 (1)
}
ELSE
{
&STABTRIM_G = 1 (0)
&STABTRIM_I = 1 (0)
}
}

Var 2728, name STABTRIM_G, static (2727)

Var 2727, name STABTRIM_I, static (2728)

Regards
Ian
CptBayer
Posts: 19
Joined: Sun Jun 02, 2024 3:14 pm

Re: OC pedestal - PMDG 737 - some small issues

Post by CptBayer »

Hi Ian,

thanx!!!! I will report when done ... right now I have to look some kind of soccer :-p ...

greets Klaus ....
CptBayer
Posts: 19
Joined: Sun Jun 02, 2024 3:14 pm

Re: OC pedestal - PMDG 737 - some small issues

Post by CptBayer »

Hi Ian,

:-) :-) :-) !!!! perfect, it is working! Thank you very much for your support!!!!!


greets from germany

Klaus
idj4
Posts: 43
Joined: Sun Dec 11, 2022 12:10 pm

Re: OC pedestal - PMDG 737 - some small issues

Post by idj4 »

Your welcome :)
Post Reply