RSC Home / Download CONFIGURATOR

     
TERMS Of Use

Home

SimVimX Project

Installation

Archive / History


System Structure

I/O Extensios

USB / LAN


Support / Subscribe on Patreon (or Boosty)

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).

RSC / SimVimX Configuration


CONFIGURATOR - I/O configuration tool (also, you can use the link at the right side of the header)
How it works, - How the system is organazed, I/O data Configuration

RSC Planes Conversion - Embedded conversions for custom aircraft models

Reference Information

X-Plane Data - X-Plane DataRefs and Commands
Custom Data - Custom Data and your "hardware" cockpit

SimVimPanel - Instrument Panel Simulator for X-Plane


 <== Program Overview / DOWNLOAD

Hardware

Dimentions

Instruments Set


Full Panel Modules

Generig Six

Robin DR400

Cessna 210

Cessna 172

Baron 58

Piper PA-44

King Air B200


SimVimPanel Modules (single instruments and panel parts)

Radio Stack

Autopilot

EOAP

Clock

EMS / VEMD

EFIS 84/85

FMS CDU


Work in progress and planned panels

EFD 1000

KingAir Ann

Dash 8 Q400

Diamond DA-20

Boeing 737

Baron 58 Panel - My Home Cockpit Simulator for X-Plane


This project was started in 2011-2012 as a full-scale panel simulator of twin-engine Beechcraft Baron 58.

The main goal was to show how to make the panel as close as possible to the original in functionality and appearance without the use of complex equipment and expensive materials.

As you don't need to concern about endurance/toughness for your home cockpit, such material as plywood, PVC, other plastic and stiff cardboard can be used for most of the details.

Interface

As there was no convenient interface for X-Plane for the moment this project was started, I was considering only Arduino as potentially very good platform to start developing our own interface.

First, we had to figure out how to get the necessary data from the simulator (and then how to send data back) using Arduino and UDP protocol.

With a few test programs written from scratch, the problem of data transfer between X-Plane and Arduino was quickly solved using the X-Plane's UDP protocol ( you can see some of the first programs in the code archive).

X-Plane has built-in capabilities for data exchange with other computers on the network using the Ethernet UDP protocol.

Though the X-Plane data format is quite simple, some efforts was needed to find out all specifics, particularly when we need to send datatref value to X-Plane keeping in mind that to be correctly received by X-Plane, the data string length always must be 504 bytes.

The simple way of I/O interface building is to use only one Arduino board, without using any other schematics or key-matrix, having about 50 digital inputs for buttons/toggles and encoders.


b58img

But, as this Baron-58 project needs much more inputs and outputs, I made simple input extension board with 128 digital inputs, organized in 8-bit data bus (16 ports x 8 bit), i.e. used only 8 digital inputs of Arduino, plus 4 outputs to address these 16 ports:

System configuration:


Block diagram of the simulator:

Main computer with Linux Mint, 64-bit (linuxmint.com/)
(Why Linux? It is a separate topic, but, in short, I have long gone from Windows, and X-Plane fortunately is multi-platform, and, in my experience, in Linux it runs better (in FPS). This computer is "master", with X-Plane installed and used to provide the external view.

The Second computer is very old motherboard with videocard and a small HDD, mounted inside the paneland Linux Lubuntu 64-bit LXDE (lxde.org/). Both computers and Arduino are connected to the network router.

Panel

The second (panel) computer has two LCD panels. Everything is set up so that you only need to press the power button - at startup the whole instrument panel is expanding to fit the work area of both LCD screens

Total time spent on handwork only, from scratch to the "test flight" stage, was roughly 100 man-hours during one year period of building.

 

Photo of the panel in a test connection to X-Plane as of Nov. 2012.


Software

For input control only our own Arduino program code was used for this panel (no additional software and plugins).

Instrument panel

Initially (as a temporary solution, while our standalone client program was work-in-progress) another copy of X-Plane was used for the instruments visualization, when the main computer sends data via UDP to the second computer.

Later for instruments visualization we use our own instrument program (SimVim Panel),that receives data via network and the whole system can consist of several instrument modules, using cheap old computers or laptops (no need of another copy of X-Plane and a powerful PC).


Example, video of the custom KDI-572 DME made from scratch in PlaneMaker before we start using SImVimPanel

b58img

The SimVimPanel Instrument panel demo:

 

b58img b58img b58img


RealSimControl / SimVim / SimVimX 2012 - 2022