Program error

This is a new forum for the OC4BAv4.
Post Reply
gef.leandro
Posts: 9
Joined: Tue May 02, 2017 11:02 am

Program error

Post by gef.leandro »

good morning everyone
I'm trying to use an open fmc but when I go into some configuration tabs this is giving this error could anyone help me solve it?
thank you

Image
Image
Image

Video of the error that is happening
https://www.youtube.com/watch?v=Sy9ltDldSr0
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: Program error

Post by mvr1918 »

DO you have SIOC installed?

Do you have all OC4BAv4 files installed in SIOC folder?

Do you have the the latest .NET Framework (4.6) installed?

Do you have Microsoft's Visual C++ Redistributable for Visual Studio 2015 installed?


Have you read and followed the installation described in the MUST READ OC4BAv4.txt file?
gef.leandro
Posts: 9
Joined: Tue May 02, 2017 11:02 am

Re: Program error

Post by gef.leandro »

ello mvr 1918 thank you very much for the help I managed to solve the problem of the errors simply I had not put the program in the same folder of Sioc
But now I hit another doubt I even built my fmc / CDU with a USB keyboard emulator card. Of the opencockpits would have how to make it work in the program you could give me some tip because I am not able to make it work the mcp and efis worked very well now that my fmc I am not able to make it work
thank you !
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: Program error

Post by mvr1918 »

gef.leandro
Posts: 9
Joined: Tue May 02, 2017 11:02 am

Re: Program error

Post by gef.leandro »

Mvr 1918
I'm sorry for so many questions.
I made the change in the script as you said in the post above
Image
I configured the ini file
Image

Start file like this
Image
opened the fsx again anyway it did not work but I noticed that the six idx is not updating as the picture below
Image
What could be happening?
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: Program error

Post by mvr1918 »

it seems to me that the auto routine for detecting OC modules and configuring the PMDG B737.ini file do not pick up your FMC USB string.

Make sure you have the latest version of OC4BAv4 installed by clciking the "Check 4 Updates"

If this do not solve your problem add this line to your OMDG B737.ini where you also have the correct MASTER lines for your MCP and EFIS

USBKeys=13,63

it should then looks something like this:

[PMDG B737]
CONFIG_FILE=OCP4NGX_v4.1.ssi

MASTER=7,7,1,xx ( xx should be the correct USB connection number EFIS)
MASTER=15,15,1,xx ( or MASTER 15,5,1,xx if you have an older MCP) ( xx should be the correct USB connection number for MCP)
USBKeys=13,63
gef.leandro
Posts: 9
Joined: Tue May 02, 2017 11:02 am

Re: Program error

Post by gef.leandro »

Thanks so much for the help of the keys they are working perfectly but now I can not make fmc stay aligned on the screen I followed all the steps of your tutorial yet it does not make sure you would have some tutorial?
thank you
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: Program error

Post by mvr1918 »

Setting up the FMC screen to the FMC hardware is not a part of the OC4BAv4, but a WIndow OS/FSZ/P3D issue.

Please read on how to do it here:

http://flightsim4fun.com/how-to.html
gef.leandro
Posts: 9
Joined: Tue May 02, 2017 11:02 am

Re: Program error

Post by gef.leandro »

Mvr1918
good afternoon
As I mentioned above I have a fmc v2 running the program thanks to your help!
Now I've got a set of opencockpits (usb expansion master card) I want to connect the leds of the fmc announcers (exec msg ofst dspy and the fail) how do I configure it?
thank you
mvr1918
Site Admin
Posts: 1709
Joined: Thu Aug 30, 2012 3:35 pm

Re: Program error

Post by mvr1918 »

You first decide IDX number for the MASTER you are using.
The code for the FMC Leds are in the script already so you just need to modify the script.
You edit the script so the lines for the FMC Leds in the script point to the IDX of the MASTER and the output numbers you have the leds connected to.

How to compile etc. is covered in the documentations.
Post Reply