Your support/donation is very important for the development of the project, besides, you can get more personalized technical support, advice, access the aircraft conversion file (see this list), get beta versions or modified firmware versions (if available or upon request).
(This section will be reworked soon)
1. Before assigning specific functions, you may need to determine how many input expansion boards you need and which Arduino pins to use for them. As described in the project guide page the most important component used in the RealSimControl system for input expansion is the CD74HC4067 modules (16-channel multiplexers). Read the page "Input Extesion wiring in RealSimControl"
To add the extension board linked with specific input pin on the master board click on an empty (not allocated) pin in the table on the right, select the "Input Multiplexer" menu item.
The same way add the output multiplexer board for 7-segment displays by clicking to a pin and select the "Output Multiplexer".
For digital output signals (LEDs) click select the "LED Drivers (Serial)" and connect drivers as described here. The serial drivers (DM13A) can be assigned to any pin (up to #69). Also, current RSC/SimVimX version supports LED drivers connected to an output multiplexer.
Note, for the LED you can also use the "matrix" LED extention (using the Max7219 driver) that can be connected only to the pins ##30-37.
Added the ability to use some parameters only for selected aircraft models when you assign more than one function to one switch ("Append" mode) or more than one output parameter to one display position.
Thus, if you want to reassign some controls to different parameters for a particular aircraft, the system allows you to do this without keeping a copy of the whole configuration.
With this option, you can mark some configuration lines for a particular aircraft present in your conversion (you need to specify the aircraft folder there, even if no parameters are converted).
To use this option, assign more than one parameter to the input you need, then click to edit them and select an aircraft for each assignment (i.e. "Default aircraft" for the first parameter, and the specific aircraft name for the second parameter).
If you are registered on the site and logged in, your configuration is saved on the server when you click the [SAVE] button to download the cfg.file. If you want only to save your configuration you can cancel download. When you open the configuration tool next time your latest configuration will be loaded automatically, so you don't need to upload it from your computer every time as it was in the old configurator.
Don't change the file name - when you click the [SAVE] button the file always downloads as "data.cfg" and all you need is to select the "save file" option and folder to save. If you see the file name as "data" (without .cfg) - it's because you have the extensions visibility turned off in your Windows explorer. Don't add the ".cfg" manually in this case, or you will get the file named as "data.cfg.cfg"!
The data.cfg file includes the following main parts (after the file header that mostly is used by the configurator and the plugin to define the connection type):
The assignment of aircraft system types is used to tell the plugin how to handle some parameters depending on the assigned system type in a specific way appropriate for the selected aircraft model (Radios, Autopilot, throttle type, anti-ice system types, etc.)
Hardware device options are automatically added by the configurator when you make I/O assignments, and stores information related to whole devices (such as a 7-segment or LCD screen) in order for the plugin to properly initialize different device types, or assign global options for them (such as electric bus number or brightness area used to control the screen).
Only this main I/O configuration section in the data.cfg file is essential and sufficient if your custom/paid plane is included in the SimVimX plugin or RSC aircraft database (RSC_Planes.dat file / or separate RSC plane file) or if the aircraft model you use with your cockpit works as-is with default SimVimX functions.
The next user conversion section for custom planes is optional, and if you have a custom plane model that is not included in the built-in RSC plane conversion database, you can create you custom conversion for assigned parameters directly in the data configuration tool (Configurator).
NOTE: This section can include several conversions for different plane models, that means the main configuration is working with any of these planes when loaded.