Re: Open Cockpits FMC......HELP PLEASE !!!!!!
Thanks David. The script that Marty uses is in the MCP section of his Prosim and has only 2 lines. SIOC is for the well trained computer person, NOT for dunces like myself, although now knnowing how to do it I will get another OC CDU for thr FO side. I posted a short video to go with my others on you-tube to show the updates. I figure another year and I should be finished. My you-tube adress is davemckee1 if you'd like to see what we have done so far. Best Regards Dave
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
Hello.
Funny thing. I use exactly the same scriupt with my FMC from Poldragonet. I found the script on the opencockpits.com-forum. Written for their FMC to use with PM.
I have 2 questions.
1.) I think I don't need the "shift"-Var in the subroutine. How can I exclude it in the script ?
2.) Do the FMC-lights work in your FMC ? Here they don't and I don't know why. The offset and script is correct.
Maybe Martys FMC don't send an information to this Offset ?
Many greetings,
Kai
Quote:
Originally Posted by
capetonian
Var 0005, name k, Link SUBRUTINE
{
IF &k <> 0
{
IF &k = &tempk
{
&offsetk = &k + &shift
IF &shift = 0
{
&shift = 2048
}
ELSE
{
&shift = 0
}
}
ELSE
{
&offsetk = &k
&tempk = &k
}
&k = 0
}
}
Var 0006, name tempk
Var 0008, name shift
Var 3000, name offsetk, Link FSUIPC_INOUT, Offset $5428, Length 2 // CDU Functions
Var 4000, name messages, Link FSUIPC_INOUT, Offset $052C, Length 2 // CDU leds
{
&ledexec = TESTBIT &messages ,0
&ledmsg = TESTBIT &messages ,1
&ledfail = TESTBIT &messages ,2
&ledofst = TESTBIT &messages ,3
}
Var 5000, name ledexec, Link IOCARD_OUT, Output 10 // led EXEC
Var 5001, name ledmsg, Link IOCARD_OUT, Output 11 // led MSG
Var 5002, name ledfail, Link IOCARD_OUT, Output 12 // led FAIL
Var 5003, name ledofst, Link IOCARD_OUT, Output 13 // led OFST
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
Hi I don't know if you have resolved your problem but I had same prob. with OC FMC screen dead, I tried everything but had to return it to OC in Spain.
When I eventually got it back after some weeks [ they said there was nothing wrong with it] the female PSU socket on the board itself had been changed by them to a female dongle. I wondered if it was a soldering problem,As soon as I connected it, it lit up and displayed my sim-Avionics FMC software. I Just think you only get what you pay for, but if your means are limited what else can one do!! regards Rick-EIRE
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
here its show 2 screen but the screen is black, what to do? i heave teamviewer if its config.
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
Must i heave a RGB to VGA kable? for get signal? i heave RGB in the motherboard and VGA in the grahipcs card
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
Quote:
Originally Posted by
enela
Its not working :( I heave try the screen on my old gamecube and its work fine but in the pc its not working. i heave NVida geforce g100 and on laptop ATI HD radeon 4570. in the computer(not laptop) its one VGA output and on the mother board is VGA to but thahts is a female
Re: Open Cockpits FMC......HELP PLEASE !!!!!!
This is my setup.
Graphic card:Nvidia geforce 8800GTX with 2 VGA ports output;I use one with the VASMON4 as you see in the video.
I use Win7 too.
rakouth
Re: Open Cockpits FMC......HELP PLEASE !!!!!!