Simulator (#34)

* draft

* General screenshots and images

* Connecting rudEfi to TCP

* Delete Simulator.md

* Simulator images

* Simulator images

* Simulator images

* Simulator final

* Basic updates to rusEFI Virtual_simulator

* general updates

Co-authored-by: rusefi <rusefi@users.noreply.github.com>
This commit is contained in:
Timbelom 2020-04-28 20:30:37 +02:00 committed by GitHub
parent df59f14943
commit 4e6c5989cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 16 deletions

View File

@ -2,10 +2,10 @@
Tunerstudio is application that might be needed while working with rusEFI. Here is how you create your first project in Tunerstudio:
![First project](FAQ\images\simulator\TCP_first_project.png)
![First project](FAQ/images/simulator/TCP_first_project.png)
After clicking the link you'll see this:
![Menu](FAQ\images\simulator\TCP_menu.png)
![Menu](FAQ/images/simulator/TCP_menu.png)
You have successfully created your first Tunerstudio project.

View File

@ -2,25 +2,25 @@
##### You'll be able to test out the rusEFI controller on your computer
This simulator is built on the firmware of the rusEFI controllers, made to be usable on the Windows operating systems. The only thing that you'll need will be a computer.
This virtual simulator is built on the firmware of the rusEFI controllers, made to be usable on the Windows operating systems. The only thing that you'll need will be a computer.
The rusEFI console runs on Java, so if you don't have that installed on your PC you'll need to download it.
If you don't have the rusEFI console you can download it [here](http://rusefi.com/build_server/rusefi_bundle.zip).
You'll have to unzip the file and go into the console folder.
![Directory](FAQ\images\simulator\rusEFI_console_directory.png)
![Directory](FAQ/images/simulator/rusEFI_console_directory.png)
And then open the rusefi_console.jar file.
![Contents](FAQ\images\simulator\rusEFI_console_directionary_files.png)
![Contents](FAQ/images/simulator/rusEFI_console_directionary_files.png)
After this you'll start the virtual simulator.
![rusEFI_start](FAQ\images\simulator\rusEFI_start.png)
![rusEFI_start](FAQ/images/simulator/rusEFI_start.png)
## Connecting the simulator to Tunerstudio
There are two ways to connect rusEFI simulator to Tunerstudio, it all depends on weather you have the lite or commercial version.
There are two ways to connect rusEFI virtual simulator to Tunerstudio, it all depends on weather you have the lite or commercial version.
To start of you'll need to open one of your existing projects or just create a new one.
@ -29,14 +29,14 @@ If you don't know how to create a Tunerstudio project go [here](HOWTO_create_tun
With the paid version all you need to do is to go into the communication settings inside a created project,
![Commsetings](FAQ\images\simulator\Tunerstudio_comm._settings.png)
![Commsetings](FAQ/images/simulator/Tunerstudio_comm._settings.png)
choose the USB and wireless driver and the WiFi driver connection type, write the Port as 29002 and the IP address as 127.0.0.1
![Communication_settings](FAQ\images\simulator\Communication_settings_direct.png)
![Communication_settings](FAQ/images/simulator/Communication_settings_direct.png)
However, if you only have the lite version of Tunerstudio the process will be different
However, if you only have the lite version of Tunerstudio the process will be different.
## Emulating a serial port to connect to Tunerstudio lite
@ -44,20 +44,20 @@ If you prefer using the free version of Tunerstudio - Tunerstudio lite - you'll
![Virtual serial port](FAQ\images\simulator\Emulator_settings.png)
![Virtual serial port](FAQ/images/simulator/Emulator_settings.png)
Now you can create your virtual port.
![Virtual_port_start](FAQ\images\simulator\Virtual_port_start.png)
![Virtual_port_start](FAQ/images/simulator/Virtual_port_start.png)
So now if you open the communication settings in Tunerstudio,
![Commsettings](FAQ\images\simulator\Tunerstudio_comm._settings.png)
![Commsettings](FAQ/images/simulator/Tunerstudio_comm._settings.png)
you'll be able to connect to your emulator.
![Emulated Communication settings](FAQ\images\simulator\Communication_settings_tutorial.png)
![Emulated Communication settings](FAQ/images/simulator/Communication_settings_tutorial.png)
Now if your simulator is connected to Tunerstudio you'll see a green zero in your rusEFI virtual simulator.
Now if your virtual simulator is connected to Tunerstudio you'll see a green zero in your rusEFI virtual simulator.
![Connected virual simulator](FAQ\images\simulator\rusEFI_virtual_simulator_connected.png)
![Connected virual simulator](FAQ/images/simulator/rusEFI_virtual_simulator_connected.png)

View File

@ -13,12 +13,15 @@
## EFI General Theory
[How to create a Tunerstudio project](HOWTO_create_tunerstudio_project)
[how_to_convert_from_carburetor_to_EFI](how_to_convert_from_carburetor_to_EFI)
[do_i_need_wideband_oxygen_sensor](do_i_need_wideband_oxygen_sensor)
## rusEfi Features
[rusEFI virtual simulator](Virtual_simulator)
[FSIO - Flexible Sweet Input Output](FSIO)
[cranking](cranking)