AFT OVH Panel [SOLVED]

This is a new forum for the OC4BAv4.
Post Reply
ridnert
Posts: 31
Joined: Wed Jan 08, 2014 10:07 am

AFT OVH Panel [SOLVED]

Post by ridnert »

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
Alpin-Flier
Posts: 46
Joined: Sun May 24, 2015 2:59 pm

Re: AFT OVH Panel

Post by Alpin-Flier »

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
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: AFT OVH Panel

Post by mvr1918 »

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.
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: AFT OVH Panel

Post by mvr1918 »

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.
ridnert
Posts: 31
Joined: Wed Jan 08, 2014 10:07 am

Re: AFT OVH Panel

Post by ridnert »

Hi Roar
Is the update implemented in the update of nov 13?
Brgds Thommy
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: AFT OVH Panel

Post by mvr1918 »

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.
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: AFT OVH Panel

Post by mvr1918 »

This issue is now solved with an updated OCP4NGX driver.

Will soon be downloadable
from "Check Updates" on the OC4BAv4 main window.
Post Reply