Page 2 of 3

Re: EFIS V2

Posted: Sat Dec 20, 2014 7:02 pm
by mvr1918
Hi

If you still have problems with your EFIS module I suggest that you test it with SIOC/SIOC Monitor and verify that all inputs numbers are the same as in the OCP4NGX script for the EFIS.

Re: EFIS V2

Posted: Sun Dec 21, 2014 1:59 am
by Jammur
hghfghgg.jpg
hghfghgg.jpg (239.87 KiB) Viewed 4891 times

Re: EFIS V2

Posted: Sun Dec 21, 2014 1:51 pm
by mvr1918
Did you test the output numberings? And what did you got?

You can also test the EFIS with some test programs you can download from Opencockpits.

To me it looks like they have put a wrong PIC in the device.

Re: EFIS V2

Posted: Sun Dec 21, 2014 5:29 pm
by Jammur
Hi

Yes I have tested the buttons, all of the buttons on the EFIS work but how do I compare it to the scripts? Is it also possible to manually change the numbers to suit the script? The opencockpits test program does not detect the EFIS some how

Jamie

Re: EFIS V2

Posted: Sun Dec 21, 2014 11:29 pm
by mvr1918
Hi,

You can not change the output number to fit the script, but do the opposite, change the script numbers to fit the Hardware.

In sioc you go to edit_script and export to txt. then you find the efis part of script and compare

In SIOC Monitor you push all buttons. You will see the actual output numbers. Take a note of all and compare with the script and if
not the same, modify to fit the numbers you got in SIOC monior.

Then re compile
with what you

You also have to try with 7,4,1,194 in sioc.ini. This is as EFIS_CPT. The script is for the EFIS_CPT.

Re: EFIS V2

Posted: Mon Dec 22, 2014 11:21 am
by Jammur
Hi

Thanks looks like i will need to edit the script, still I havent recieved the new 777x driver as the link you sent me was corrupt, please check your inbox.

Jamie

Re: EFIS V2

Posted: Mon Dec 22, 2014 12:06 pm
by Jammur
Hi

So all of the Inputs did not match the script and I have changed them accordingly... my problem now is how do I save it back to an .ssi script, as I use the compiler, select the file I have edited and save as OCP4NGX_PP_v1.2 but it does not seem to save.... Is there a way of doing this ?

Jamie

Re: EFIS V2

Posted: Mon Dec 22, 2014 2:18 pm
by mvr1918
Hi,
After you have edited the txt script file in notepad and saved it as a txt file, you load it in edit_config with import txt , compile it and save it eg. as OCP4NGX_PP_V1.2b.ssi.

Remember also to change the sioc.ini via the OC4BAConfig or directly in both 737sioc.ini and sioc.ini.

I have just sent you a link to the very last OCP4777X driver and script. It has script code for both EFIFs.

Re: EFIS V2

Posted: Tue Dec 23, 2014 2:05 pm
by Jammur
HI

Thanks I recieved the new scripts, ok im just about programmed all of the buttons however im unsure how to program the rotaries, on this EFIS There is dual rotaries which also have a pushbutton feature, any way to set that up and which lines to change for the BARO / MINS etc, For example when I move the rotary to change the baro in the SIOC monitor the lights up between 36 and 37

JAMIE

Re: EFIS V2

Posted: Wed Dec 24, 2014 9:51 am
by mvr1918
Hi,
BARO outputs are 23-24 and psuh button is 25 in the script.
MINS outputs are 20-21 and push button is 22 in the script.
These you cahnge to fit your outputs. Simple as that.