0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

概要

TunerStudioを、究める。
一から、iniファイルを作ってみる。

一から、iniファイルを作ってみる手順

メーター表示用の [FrontPage](ダッシュボード画面定義)

[FrontPage]
    gauge1          = tsTachometer
    gauge2          = tsMapGauge
    gauge3          = tsVoltGauge
    gauge4          = tsIgnTimingGauge
    gauge5          = tsCltGauge
    gauge6          = tsTpsGauge

そのゲージの設定が[GaugeConfigurations]
メイン画面に配置するメーターとその目盛り範囲(0-8000 RPM)を定義しています。


[GaugeConfigurations]
    tsTachometer    = ENGINE_RPM,        "Engine Speed",      "RPM",      0, 8000,  200,  500, 6000, 7000, 0, 0
    tsMapGauge      = Manifold_Pressure, "Manifold Pressure", "kPa",      0,  250,   20,   10,  160,  200, 1, 1
    tsVoltGauge     = Battery_Voltage,   "Battery Voltage",   "V",        0,   18, 11.5, 10.0, 15.0, 16.0, 2, 2
    tsIgnTimingGauge= NEXT_IGN_TIMING,   "Ignition Timing",   "deg BTDC",-10,   60,   -5,  -10,   45,   50, 1, 1
    tsCltGauge      = CLT_TEMP_RAW,      "Coolant Temp RAW",  "ADC",      0, 1023,    0,    0,  900,  950, 0, 0
    tsTpsGauge      = TPS_RAW,           "TPS RAW",           "ADC",      0, 1023,    0,    0, 1000, 1023, 0, 0

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?