February 8, 200620 yr Hello allMy FMC is almost done. 767 style FSBUS driven working with LDS really cool thanks to George Dorkofikis and Nico Kaan, thank you guys for a great job!!!3 destenations are still missing for FSBUS: "C" "3" and "slash".Instad of the red arrow in FSBUS ROUTER i have a blank squerand the destenation is 0......How can i overcome this problem?Thanxx allMenni
February 9, 200620 yr > 3 destenations are still missing for FSBUS: "C" "3" and "slash".> Instad of the red arrow in FSBUS ROUTER i have a blank squer> and the destenation is 0......> How can i overcome this problem?Must be a spelling error in the ini file for those lines.I will look into it and upload the fixed asap.Can you post some pics? Which display do you use? How did youovercome the problem that FSKey only has 64 inputs and 69 are neededby the FMC?George DorkofikisAthens, Hellashttp://online.vatsimindicators.net/811520/1704.png
February 9, 200620 yr Ok... Found it... A spelling error... Three actually.The related lines were missing a comma.Just Copy-Paste the following code into the FSIF.ini file replacing the existing block. Make sure to join the split lines for each row.//Start 2, "Alpha Keys", 775, 0, 0x66C4, I32, 0, W, 10, 1, 1, 3, "A - Alpha", 776, 0, 0, BIT, 0, W, 10, 1, 1, 3, "B - Bravo", 777, 0, 0, BIT, 1, W, 10, 1, 1, 3, "C - Charlie", 778, 0, 0, BIT, 2, W, 10, 1, 1, 3, "D - Delta", 779, 0, 0, BIT, 3, W, 10, 1, 1, 3, "E - Echo", 780, 0, 0, BIT, 4, W, 10, 1, 1, 3, "F - Foxtrot", 781, 0, 0, BIT, 5, W, 10, 1, 1, 3, "G - Golf", 782, 0, 0, BIT, 6, W, 10, 1, 1, 3, "H - Hotel", 783, 0, 0, BIT, 7, W, 10, 1, 1, 3, "I - India", 784, 0, 0, BIT, 8, W, 10, 1, 1, 3, "J - Juliet", 785, 0, 0, BIT, 9, W, 10, 1, 1, 3, "K - Kilo", 786, 0, 0, BIT, 10, W, 10, 1, 1, 3, "L - Lime", 787, 0, 0, BIT, 11, W, 10, 1, 1, 3, "M - Mike", 788, 0, 0, BIT, 12, W, 10, 1, 1, 3, "N - November", 789, 0, 0, BIT, 13, W, 10, 1, 1, 3, "O - Oscar", 790, 0, 0, BIT, 14, W, 10, 1, 1, 3, "P - Papa", 791, 0, 0, BIT, 15, W, 10, 1, 1, 3, "Q - Quebec", 792, 0, 0, BIT, 16, W, 10, 1, 1, 3, "R - Romeo", 793, 0, 0, BIT, 17, W, 10, 1, 1, 3, "S - Sierra", 794, 0, 0, BIT, 18, W, 10, 1, 1, 3, "T - Tango", 795, 0, 0, BIT, 19, W, 10, 1, 1, 3, "U - Uniform", 796, 0, 0, BIT, 20, W, 10, 1, 1, 3, "V - Victor", 797, 0, 0, BIT, 21, W, 10, 1, 1, 3, "W - Whiskey", 798, 0, 0, BIT, 22, W, 10, 1, 1, 3, "X - X-Ray", 799, 0, 0, BIT, 23, W, 10, 1, 1, 3, "Y - Yankee", 800, 0, 0, BIT, 24, W, 10, 1, 1, 3, "Z - Zulu", 801, 0, 0, BIT, 25, W, 10, 1, 1, 3, "BLANK", 802, 0, 0, BIT, 26, W, 10, 1, 1, 3, "DEL - Delete", 803, 0, 0, BIT, 27, W, 10, 1, 1, 3, "/ - Slash", 804, 0, 0, BIT, 28, W, 10, 1, 1, 3, "CLR - Clear", 805, 0, 0, BIT, 29, W, 10, 1, 1, 2, "Numeric keys", 806, 0, 0x66C8, I16, 0, W, 10, 1, 1, 3, "1 - One", 807, 0, 0, BIT, 0, W, 10, 1, 1, 3, "2 - Two", 808, 0, 0, BIT, 1, W, 10, 1, 1, 3, "3 - Three", 809, 0, 0, BIT, 2, W, 10, 1, 1, 3, "4 - Four", 810, 0, 0, BIT, 3, W, 10, 1, 1, 3, "5 - Five", 811, 0, 0, BIT, 4, W, 10, 1, 1, 3, "6 - Six", 812, 0, 0, BIT, 5, W, 10, 1, 1, 3, "7 - Seven", 813, 0, 0, BIT, 6, W, 10, 1, 1, 3, "8 - Eight", 814, 0, 0, BIT, 7, W, 10, 1, 1, 3, "9 - Nine", 815, 0, 0, BIT, 8, W, 10, 1, 1, 3, ". - Decimal", 816, 0, 0, BIT, 9, W, 10, 1, 1, 3, "0 - Zero", 817, 0, 0, BIT, 10, W, 10, 1, 1, 3, "+/-", 818, 0, 0, BIT, 11, W, 10, 1, 1,//EndOtherwise simply open the FSIF.ini file with a text editor, find the related lines and add a comma (,) after the closing quote (") of the offset description.i.e. the line3, "C - Charlie" 778, 0, 0, BIT, 2, W, 10, 1, 1,should be :3, "C - Charlie", 778, 0, 0, BIT, 2, W, 10, 1, 1,and so on.Sorry for the inconvinience.George DorkofikisAthens, Hellashttp://online.vatsimindicators.net/811520/1704.png
February 9, 200620 yr Hi Georg, thanks so much for your assistance, ill make the correction and let you know...Of course i'll post pics, just have to make the finish.5" B&W TV monitor is used for the display, not expansive and available. As for the extra 5 connections i took them from another FSKEY running my temporary MCP.....Thanks againMenni
February 9, 200620 yr Hi George, the syntax correction fixed the error now all works fine :-) thanks again, hope to post some pics on the weekend....Menni
February 9, 200620 yr Hi Menni,Good to hear. You could/should also prepare your FMC with a Messages led and an Exec led; I expect these two signals be in the Level-D SDK and FSCONV soon..Cheers!Nicowww.nicokaan.nl
February 9, 200620 yr Hey Nico...I see you are preparing yet another soup of variables, and a general mess-around with the offsets...Oh well... It has to be for a good cause ;-)George DorkofikisAthens, Hellashttp://online.vatsimindicators.net/811520/1704.png
February 9, 200620 yr >Hey Nico...>I see you are preparing yet another soup of variables, and a>general mess-around with the offsets...>Oh well... It has to be for a good cause ;-)Indeed, if you grow up, you need a pair of new shoes each year ... ;-) FSCONV and the Level-D SDK are still little children; but in a few months they will be adults :-)But changing offsets will not take you more then an hour, that's nothing compared to the time I have put into this upgrade sofar.Nicowww.nicokaan.nl
February 10, 200620 yr Oh, don't worry about me... I'm just too happy to read that news and making jokes!... :LOLAnd certainly you have the appreciation and thanks of all the 757/767 simpilots out there!Some "other" companies will have to work VERY hard to get where theLevelD 767 is with the work Laurent, Wade, the rest of the team, and of course you have put into the SDK and hardware support.My disrtibution is minimal compared to the work and time you have invested!George DorkofikisAthens, Hellashttp://online.vatsimindicators.net/811520/1704.png
Create an account or sign in to comment