wiki.js/Configuring_TunerStudio.md

69 lines
2.4 KiB
Markdown
Raw Normal View History

2020-01-15 20:29:05 -08:00
---
2020-01-16 03:08:09 -08:00
title: Configuring TunerStudio project options
2020-01-15 20:29:05 -08:00
description:
published: true
2022-04-01 14:11:41 -07:00
date: 2022-04-01T21:11:35.064Z
2022-03-20 16:15:41 -07:00
tags:
2022-04-01 14:11:41 -07:00
editor: markdown
2022-03-20 16:15:41 -07:00
dateCreated: 2020-01-06T01:37:04.245Z
2020-01-15 20:29:05 -08:00
---
2020-01-16 03:08:09 -08:00
# Configuring TunerStudio Project Properties
2020-01-05 17:36:28 -08:00
2020-01-15 20:29:05 -08:00
The menu option for the project properties page can be found here
2022-04-01 14:11:41 -07:00
![ts_9_2.png](/img/TunerStudio/ts_9_2.png){.align-center width=400}
2020-01-15 20:29:05 -08:00
Once opened this page will be seen.
2020-01-05 17:36:28 -08:00
2022-04-01 14:11:41 -07:00
![ts_4_2.png](/img/TunerStudio/ts_4_2.png){.align-center width=350}
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
## Settings Tab
The Settings tab does not affect the tune directly, but does change the way some things are displayed within Tuner Studio. Some menus are hidden by default, either for safety reasons or because they are still under development, and they can be enabled here.
### Lambda Display
This changes whether the oxygen sensor reasons are shown in AFR (default) or Lambda.
2020-01-05 17:36:28 -08:00
### Temperature Display
2020-01-16 03:08:09 -08:00
The temperature selection changes all degrees values within TunerStudio.
2020-01-05 17:36:28 -08:00
- Fahrenheit(Default)
- Celsius
2020-01-16 03:08:09 -08:00
> Changing this value does not alter the values in tune at all, only which scale the values are displayed in
{.is-info}
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
### Enable Hardware Test
The hardware testing dialog allows you to manually turn the ignition and injection outputs on and off in order to test that the circuits are working. This can be dangerous if the outputs are connected to hardware however and so this dialog must be explicitely enabled.
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
> Please **ONLY** turn this on when the ECU is not connected to a vehicle
{.is-danger}
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
If Enabled, an additional Tab will appear on the tuning page
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
![Project Settings](/img/TunerStudio/TS_project_settings.png){.align-center width=400}
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
### Reset control features
An optional Speeduino specific boot loader is available that has different methods of controlling the automatic reset. The vast majority of users should leave this on the default 'Basic options only'
2020-01-05 17:36:28 -08:00
2022-04-01 14:11:41 -07:00
### Controller in use
Select correct processor type that Speeduino board uses. Typically this is left to default (Arduino MEGA 2560)
- Arduino Mega 2560(Default)
- STM32
- Teensy
### NEW_COMMS
To change between new and old comms protocol. Typically this is left to default (NEW_COMMS Activated)
### CAN_COMMANDS
Setting not currently in use.
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
## CAN Devices Tab
2020-01-05 17:36:28 -08:00
2020-01-16 03:08:09 -08:00
CAN options are currently under development, but settings are available on this tab for testing if you have supported hardware.
2020-01-05 17:36:28 -08:00
2020-01-16 03:09:01 -08:00
![CAN Devices](/img/TunerStudio/TS_CAN_settings.png){.align-center width=400}
2020-01-16 07:21:13 -08:00
Configuration of CAN devices is currently unsupported