From 8a3a1286c9511f2962603ccbce7d9260648b8ba7 Mon Sep 17 00:00:00 2001 From: Ludwig Date: Fri, 17 Dec 2021 20:41:11 +0100 Subject: RCC 2132 zone difference --- Configuration/nac.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/Configuration/nac.json b/Configuration/nac.json index 6c6381d..5c166ec 100644 --- a/Configuration/nac.json +++ b/Configuration/nac.json @@ -16032,8 +16032,22 @@ ] }, "2132": { - "name": "Telecoding_Fct_IDVR_HMI", + "name": "Telecoding_Fct_IDVR_HMI/ATB", "params": [ + { + "name": "EQP", + "extra_name": "ATB_PRESENCE", + "detail": { + "fr": "Boitier télématique autonome (BTA)", + "en": "Autonomous telematic box (BTA)", + "ru": "Автономный блок телематики (BTA)" + }, + "zoneLength": 1, + "pos": "04", + "mask": "01", + "maskBinary": "00000001", + "size": 1 + }, { "name": "EHN", "extra_name": "IDVR_FCW_PUSH_LED_PANEL", @@ -16042,6 +16056,7 @@ "en": "Physical button for \"Front Collision Warning\"", "ru": "Физическая кнопка для системы \"Front Collision Warning\"" }, + "zoneLength": 2, "pos": "04", "mask": "40", "maskBinary": "01000000", @@ -16055,6 +16070,7 @@ "en": "Touch button Position \"Front Collision Warning\"", "ru": "Сенсорная кнопка системы \"Front Collision Warning\"" }, + "zoneLength": 2, "pos": "04", "mask": "3E", "maskBinary": "00111110", @@ -16068,6 +16084,7 @@ "en": "Display Touch button \"Front Collision Warning\"", "ru": "Кнопка на дисплее для системы \"Front Collision Warning\"" }, + "zoneLength": 2, "pos": "05", "mask": "01", "maskBinary": "00000001", @@ -16081,6 +16098,7 @@ "en": "Physical button for \"Lateral Deviation Warning\"", "ru": "Физическая кнопка для системы \"Lateral Deviation Warning\"" }, + "zoneLength": 2, "pos": "05", "mask": "40", "maskBinary": "01000000", @@ -16094,6 +16112,7 @@ "en": "Touch button Position \"Lateral Deviation Warning\"", "ru": "Сенсорная кнопка системы \"Lateral Deviation Warning\"" }, + "zoneLength": 2, "pos": "05", "mask": "3E", "maskBinary": "00111110", @@ -16107,6 +16126,7 @@ "en": "Display Touch button \"Lateral Deviation Warning\"", "ru": "Кнопка на дисплее для системы \"Lateral Deviation Warning\"" }, + "zoneLength": 2, "pos": "05", "mask": "01", "maskBinary": "00000001", @@ -16623,7 +16643,7 @@ }, { "name": "EQP", - "extra_name": "ATB_PRESENCE_001", + "extra_name": "ATB_PRESENCE", "detail": { "fr": "Boitier télématique autonome (BTA)", "en": "Autonomous telematic box (BTA)", -- cgit v1.2.3