PDA

View Full Version : OpenCockpits B737 MFC Script Help



capttlm
04-14-2010, 11:33 PM
I have an Opencockpits B737 MFC. What script (.ssi) do I need to load in SIOC? I use either PMDG or default planes and I use FS2004. Right now I have it all configured and working, but does not follow the preset flight path as it should, when I press LNAV and the VNAV does even not light up. Everything else is working properly, and the software version of the MCP works. I believe all I need is the correct script that will enable this AutoPilot to configure properly. Can anyone send me a correct script for this piece of equipment?

Thanks guys!

MortenHa
04-27-2010, 06:56 AM
Hi capttlm

There's one vital thing missing in your project: The software counterpart to provide you with the 737 MCP functionality.
None of the default planes in FS2004 are equipped with the gauges needed to run the MCP as its real life counterpart.

PMDG does not provide SIOC (through FSUIPC) with the correct offsets to manipulate MCP buttons.

This is why your LNAV or VNAV wont work.

There's a workaround using keypress functions in SIOC to access the PMDG MCP panel. We don't use it so you'll have to get info somewhere else.

Opencockpits has a 737 model that will support MCP/MFC functions, check their download page.

Or you can do as we have done, buy Project Magenta software.

Regards

Morten

capttlm
04-27-2010, 04:00 PM
Thank you for your help. I have already purchased PMG software for the MCP. How do I get Opencockpits physical MCP to setup their software to use on their MCP?

Capttlm

MortenHa
04-28-2010, 04:21 AM
Hi Capttlm
"PMG software " Do you mean PMDG software?

Morten

rjvcarvalho
04-28-2010, 05:02 AM
Hello,

Did you even read the instalation manual of the MCP???

http://www.opencockpits.com/uploads/OPENCOCKPITS_MCP_737.zip

MortenHa
04-28-2010, 07:19 AM
Good question Kurby!

I just did, and it clearly states that default aircrafts will not function 100%.

It also lists the PMDG shortcuts I mentioned!

Now you need to write a SIOC script using those shortcuts.

If you're lucky, someone has already written a script, they might share it with you :)

Regards
Morten

rjvcarvalho
04-28-2010, 07:56 AM
Good question Kurby!

I just did, and it clearly states that default aircrafts will not function 100%.

It also lists the PMDG shortcuts I mentioned!

Now you need to write a SIOC script using those shortcuts.

If you're lucky, someone has already written a script, they might share it with you :)

Regards
Morten

There is a pmdg scrip file included in the instalation files sioc pmdg.ssi

capttlm
04-29-2010, 03:54 AM
Read it! Do you have a answer to this problem? I have everything working with the exception of the MCP's Lnav and Rnav. So what do you have to offer if you would?

Capttlm

capttlm
04-29-2010, 03:55 AM
project magenta software

MortenHa
04-29-2010, 04:10 AM
Hi capttlm!

There are 3 options I can think of:

1. Use the PMDG script bundled with SIOC. Just make a copy of it and rename it SIOC.SSI (or open the SIOC.INI file change the name of scriptfile to load to PMDG.SSI). Remember! the LNAV and VNAV autopilot functions work in conjunction with the FMC/CDU. So you will have setup the CDU with horizontal and vertical flightpaths. If you have a hardware FMC/CDU, you need to add a addtional script to the PMDG.SSI to handle keystrokes on FMC/CDU (I Think). Let me know if this is the case, and I'll tell you how.

2. Download ON737 with manuals (http://www.opencockpits.com/modules.php?name=Downloads&d_op=viewdownload&cid=62) And use it with the default 737. There's a SIOC script that will help connect your hardware to the ON737 suite.

3. Buy Project Magenta (http://www.projectmagenta.com/) Boeing-Type Software. And use the bundled scripts that comes with SIOC.

Regards
Morten

rjvcarvalho
04-29-2010, 05:10 AM
Read it! Do you have a answer to this problem? I have everything working with the exception of the MCP's Lnav and Rnav. So what do you have to offer if you would?

Capttlm
I'm sorry Capttlm, but this is a useless discussion, because this makes no sense, the scrip provided by opencockpits has lnav and vnav modeled:


// *****************************************************************************
// * Config_SIOC ver 3.5 - By Manolo Vélez - www.opencockpits.com
// *****************************************************************************
// * FileName : sioc mcp pmdg.txt
// * Date : 23/12/2008


Var 0001, name keys, Link KEYS // variable transfert emulateur clavier ( S

Var 0002, name MEMHDG, Value 0

Var 0003, name IAS, Link FSUIPC_IN, Offset $02BC, Length 4

Var 0004, name MACH, Link FSUIPC_IN, Offset $11C6, Length 2

Var 0005, name MEMALT, Value 10000

Var 0010, name FDLEFTled, Link IOCARD_OUT, Output 39

Var 0011, name ATled, Link IOCARD_OUT, Output 22

Var 0012, name N1led, Link IOCARD_OUT, Output 21

Var 0013, name SPEEDled, Link IOCARD_OUT, Output 23

Var 0014, name LVLCHGled, Link IOCARD_OUT, Output 24

Var 0015, name HDGled, Link IOCARD_OUT, Output 26

Var 0016, name VNAVled, Link IOCARD_OUT, Output 25

Var 0017, name LNAVled, Link IOCARD_OUT, Output 29


If you don't use the keystrokes defined by opencockpit's:

ANNEX I 
KEYSTROKE COMMANDS IN PMDG 
MCP Press APDISCON = Ctrl + Shift + Y 
MCP Press AT = Shift + R  
MCP Press N1 = Ctrl + Shift + N  
MCP Press SPD = Ctrl + M  
MCP Press CO = Shift + I  
MCP Press LVLCHG = Ctrl + I  
MCP Press VNAV = Ctrl + V  
MCP Press LNAV = Ctrl + N 

and don't set up the pmdg FMC correctly Lnav and Vnav modes can't be activated...

Do the Lnav and Rnav work if you press the pmdg panel on flight simulator??