diff --git a/src/pages/TelemetryView/index.jsx b/src/pages/TelemetryView/index.jsx index 159d671..8b522bd 100644 --- a/src/pages/TelemetryView/index.jsx +++ b/src/pages/TelemetryView/index.jsx @@ -42,7 +42,7 @@ const blockHeightGroup = [ color: '#333', showLabels: true }, { - label: 'wellDepth', + label: 'Глубина скважины', units: 'м', xAccessorName: 'wellDepth', yAccessorName: 'date', @@ -59,7 +59,7 @@ const blockHeightGroup = [ showLabels: true, showLine: true }, { - label: 'flowLimits', + label: 'Предел расхода', units: 'л/с', xAccessorName: 'flow', yAccessorName: 'date', @@ -77,7 +77,7 @@ const blockSpeedGroup = [ color: '#0a0', showLabels: true, }, { - label: 'blockSpeedSp', + label: 'Скорость заданная', units: 'м/ч', xAccessorName: 'blockSpeedSp', yAccessorName: 'date', @@ -96,7 +96,7 @@ const pressureGroup = [ color: '#c00', showLabels: true }, { - label: 'pressureSp', + label: 'Давление заданное', units: 'атм', xAccessorName: 'pressureSp', yAccessorName: 'date', @@ -104,7 +104,7 @@ const pressureGroup = [ footer: 'SP', dash }, { - label: 'pressureIdle', + label: 'Давление ХХ', units: 'атм', xAccessorName: 'pressureIdle', yAccessorName: 'date', @@ -112,7 +112,7 @@ const pressureGroup = [ footer: 'IDLE', dash }, { - label: 'pressureDeltaLimitMax', + label: 'Перепад давления максимальный', units: 'атм', xAccessorName: 'pressureDeltaLimitMax', yAccessorName: 'date', @@ -120,7 +120,7 @@ const pressureGroup = [ footer: true, dash }, { - label: 'pressureLimits', + label: 'Предел давления заданный', units: 'атм', xAccessorName: 'pressure', yAccessorName: 'date', @@ -138,7 +138,7 @@ const axialLoadGroup = [ color: '#00a', showLabels: true }, { - label: 'axialLoadSp', + label: 'Осевая нагрузка заданная', units: 'т', xAccessorName: 'axialLoadSp', yAccessorName: 'date', @@ -146,7 +146,7 @@ const axialLoadGroup = [ footer: 'SP', dash }, { - label: 'axialLoadLimitMax', + label: 'Осевая нагрузка максимальная', units: 'т', xAccessorName: 'axialLoadLimitMax', yAccessorName: 'date', @@ -154,7 +154,7 @@ const axialLoadGroup = [ footer: true, dash }, { - label: 'axialLoadLimits', + label: 'Пределы осевой нагрузки', units: 'т', xAccessorName: 'axialLoad', yAccessorName: 'date', @@ -172,7 +172,7 @@ const hookWeightGroup = [ color: '#0aa', showLabels: true }, { - label: 'hookWeightIdle', + label: 'Вес инструмента ХХ', units: 'т', xAccessorName: 'hookWeightIdle', yAccessorName: 'date', @@ -180,7 +180,7 @@ const hookWeightGroup = [ footer: 'IDLE', dash }, { - label: 'hookWeightLimitMin', + label: 'Вес инструмента минимальный', units: 'т', xAccessorName: 'hookWeightLimitMin', yAccessorName: 'date', @@ -188,7 +188,7 @@ const hookWeightGroup = [ footer: true, dash }, { - label: 'hookWeightLimitMax', + label: 'Вес инструмента максимальный', units: 'т', xAccessorName: 'hookWeightLimitMax', yAccessorName: 'date', @@ -203,7 +203,7 @@ const hookWeightGroup = [ color: '#aa0', showLabels: true }, { - label: 'rotorSpeedLimits', + label: 'Скорость вращения ВСП максимальная', units: 'об/мин', xAccessorName: 'rotorSpeed', yAccessorName: 'date', @@ -237,7 +237,7 @@ const rotorTorqueGroup = [ footer: 'IDLE', dash }, { - label: 'rotorTorqueLimitMax', + label: 'Момент максимальный', units: 'кН·м', xAccessorName: 'rotorTorqueLimitMax', yAccessorName: 'date', @@ -245,7 +245,7 @@ const rotorTorqueGroup = [ footer: true, dash }, { - label: 'rotorTorqueLimits', + label: 'Ограничения момента', units: 'кН·м', xAccessorName: 'rotorTorque', yAccessorName: 'date',