Here the steps to be taken to program your self built FMC (with a USB Keys card) from scratch:
1. Download SIOC 3.7 beta 1, from Opencockpits website, and install (using the default folders)
2. Download Setup_lekseeconv6.0.exe from here (lekseecon downloads section) and install (using the default folders)
3. Download file FMC SIOC Script for USBKeys card from FMC USBKeys tutorial post (see sticky post above) and unzip
4. Download IOCKeys_03.zip from Opencockpits, downloads tab (configuration software) at USBKey card in Sales shop, and unzip in SIOC folder.
5. Run IOCKeys.exe, press each of the 69 buttons at your FMC and write down for each button its code
6. Run Notepad, open the file FMC767Keys.txt
For each IF statement like this
Code:
IF &Key = 5
{
&LET_Z = CHANGEBITN 0 &LET_Z
}
Check whether your (in this example) Z key has code 5, if not change it in the .txt file.
7. Run Config_sioc.exe, Import as Text file FMC767Keys.txt, push OK, and File, Save as FMC767Keys.ssi
8. Open Notepad and create the following sioc.ini file (and put in in the SIOC folder, overwriting the current sioc.ini (if existing))
Code:
[SIOC]
IOCP_port=8092
IOCP_timeout=4000
Minimized=Yes
toggle_delay=20
CONFIG_FILE=FMC767Keys.ssi
[IOCARDS MODULE]
IOCard_disable=No
IOCard_LPT=No
[MASTERS]
[USBKEYS]
USBKeys=0,1004 // change 1004 into the device number in use in your PC
// check SIOC main window
[FSUIPC MODULE]
FSUipcdisable=Yes
[IOCP CLIENTS MODULES]
IOCPini_delay=3000
IOCPclient0_disable=Yes
IOCPclient0_host=localhost
IOCPclient0_port=8090
IOCPclient1_disable=Yes
IOCPclient1_host=localhost
IOCPclient1_port=8099
[SOUND MODULE]
Sound_disable=Yes
Volume=100
Important: Replace number 1004 by the DEVICE number in use for your USBKeys card, see SIOC main window.
9. Run SIOC, inspect its main window and write down the device number of your USBKeys card.
Exit SIOC
10. Run Notepad and put the devicenumber in sioc.ini
Now we are done, just
1. Run FSX/FS9, 2. Run SIOC, 3. Run Lekseecon(X/9) dependent on FS
enjoy your FMC!
Nico