Hi Roar
Got some fumktions already working, but the testbuttons for the stall and airspeed puzzles me. Any clues what goes wrong on the following script:
Var 2710, name W_T_M_I_1_SW, static
Var 3872, name MACH_IAS_1, Link IOCARD_SW, DEVICE 31, Input 89, TYPE P
{
&W_T_M_I_1_SW = &MACH_IAS_1
}
The summers is Heard but the buttons are stuck in depressed mode and the summers sounds all time.
Brgds Thommy
AFT OVH Panel [SOLVED]
-
- Posts: 46
- Joined: Sun May 24, 2015 2:59 pm
Re: AFT OVH Panel
Hi Thommy
I have this problem, too. Triggering the sound is ok, but it cannot be stopped anymore by command, only with a mouseclick on the cockpit screen button. So I asked PMDG about this obvious program failure, but there was no useful answer up to now. See the following:
http://www.avsim.com/topic/493881-warni ... try3471580
I think resp. hope, they will solve it in a future release. Solution for now: I don't use this function.
Regards
Urs
I have this problem, too. Triggering the sound is ok, but it cannot be stopped anymore by command, only with a mouseclick on the cockpit screen button. So I asked PMDG about this obvious program failure, but there was no useful answer up to now. See the following:
http://www.avsim.com/topic/493881-warni ... try3471580
I think resp. hope, they will solve it in a future release. Solution for now: I don't use this function.
Regards
Urs
Re: AFT OVH Panel
There is a bug in OCP4NGX driver that will have these push buttons stuck in depressed mode.
In the next update of OCP4NGX driver this will be fixed.
The code for the push buttons on the OVH-AFT panel should look like this examle from the OVH-FWD script:
Var 2592, name ATT_CALL_SW, static
Var 0122, name ATTEND, Link IOCARD_SW, Device 30, Input 99, Type I // Attend SW
{
&ATT_CALL_SW = &ATTEND
}
Try also to set Type as if there is still an issue after the update.
In the next update of OCP4NGX driver this will be fixed.
The code for the push buttons on the OVH-AFT panel should look like this examle from the OVH-FWD script:
Var 2592, name ATT_CALL_SW, static
Var 0122, name ATTEND, Link IOCARD_SW, Device 30, Input 99, Type I // Attend SW
{
&ATT_CALL_SW = &ATTEND
}
Try also to set Type as if there is still an issue after the update.
Re: AFT OVH Panel
Some information from back of my head just came back to my memory.
This is a PMDG bug, but it can be correct in OPC4NGX as many other things.
New updated OCP4NGX for testing will be ready later today.
This is a PMDG bug, but it can be correct in OPC4NGX as many other things.
New updated OCP4NGX for testing will be ready later today.
Re: AFT OVH Panel
Hi Roar
Is the update implemented in the update of nov 13?
Brgds Thommy
Is the update implemented in the update of nov 13?
Brgds Thommy
Re: AFT OVH Panel
Hi, No the update you got is just an updated script ( to get the Tiller working).
The update you want is coming in the driver. Hope to get it out for testing later this evening or tomorrow.
The update you want is coming in the driver. Hope to get it out for testing later this evening or tomorrow.
Re: AFT OVH Panel
This issue is now solved with an updated OCP4NGX driver.
Will soon be downloadable
from "Check Updates" on the OC4BAv4 main window.
Will soon be downloadable
from "Check Updates" on the OC4BAv4 main window.