Page 2 of 2

Re: OC pedestal - PMDG 737 - some small issues

Posted: Sun Jun 16, 2024 10:11 am
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

Re: OC pedestal - PMDG 737 - some small issues

Posted: Sun Jun 16, 2024 11:48 am
by idj4
Hi Klaus

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

Regards
Ian

Re: OC pedestal - PMDG 737 - some small issues

Posted: Tue Jun 18, 2024 2:51 pm
by CptBayer
Hi Ian,


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

greets Klaus

Re: OC pedestal - PMDG 737 - some small issues

Posted: Tue Jun 18, 2024 9:47 pm
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

Re: OC pedestal - PMDG 737 - some small issues

Posted: Wed Jun 19, 2024 7:17 pm
by CptBayer
Hi Ian,

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

greets Klaus ....

Re: OC pedestal - PMDG 737 - some small issues

Posted: Thu Jun 20, 2024 4:33 pm
by CptBayer
Hi Ian,

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


greets from germany

Klaus

Re: OC pedestal - PMDG 737 - some small issues

Posted: Sun Jun 23, 2024 1:39 pm
by idj4
Your welcome :)