概要
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
以上。