From 8117ac3a065afbc6a9032c35a02c20bc5d6ad724 Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Tue, 5 Jul 2022 13:24:40 +0500 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D0=B9.=20=D0=98=D0=B7=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=B5=D1=82=D0=BE?= =?UTF-8?q?=D0=BA=D1=82=D0=BE=D1=80=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/DetectOperations/Detectors/DetectorDevelopment.cs | 2 +- .../Services/DetectOperations/Detectors/DetectorTemplating.cs | 2 +- .../Specifications/Проработка перед наращиванием.md | 2 +- .../Specifications/Шаблонировки перед наращиванием.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorDevelopment.cs b/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorDevelopment.cs index a78075f1..542a79f5 100644 --- a/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorDevelopment.cs +++ b/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorDevelopment.cs @@ -24,7 +24,7 @@ namespace AsbCloudInfrastructure.Services.DetectOperations.Detectors if (point0.Pressure < 15) return false; - if (point0.BlockPosition > 31) + if (point0.BlockPosition > 2.5) return false; if (point0.RotorSpeed < 10) diff --git a/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorTemplating.cs b/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorTemplating.cs index f26e8a68..c1aae8c2 100644 --- a/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorTemplating.cs +++ b/AsbCloudInfrastructure/Services/DetectOperations/Detectors/DetectorTemplating.cs @@ -25,7 +25,7 @@ namespace AsbCloudInfrastructure.Services.DetectOperations.Detectors if (point0.Pressure < 15) return false; - if (point0.BlockPosition > 31) + if (point0.BlockPosition > 2.5) return false; if (point0.RotorSpeed > 10) diff --git a/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Проработка перед наращиванием.md b/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Проработка перед наращиванием.md index 18421cc6..083c1b5e 100644 --- a/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Проработка перед наращиванием.md +++ b/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Проработка перед наращиванием.md @@ -16,7 +16,7 @@ ( расстояние от долота до забоя > 0.03м ) И ( расстояние от долота до забоя < 30м ) И ( давление > 15 атм ) И - ( положение блока < 31м ) И + ( положение блока < 2.5м ) И ( обороты ротора > 10 об/м ) И ( высота блока изменяется больше чем на 0.03м в течении 60 сек с начала операции); diff --git a/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Шаблонировки перед наращиванием.md b/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Шаблонировки перед наращиванием.md index 37cd488b..60aadb0f 100644 --- a/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Шаблонировки перед наращиванием.md +++ b/AsbCloudInfrastructure/Services/DetectOperations/Specifications/Шаблонировки перед наращиванием.md @@ -16,7 +16,7 @@ ( расстояние от долота до забоя > 0.03м ) И ( расстояние от долота до забоя < 30м ) И ( давление > 15 атм ) И - ( положение блока < 31м ) И + ( положение блока < 2.5м ) И ( обороты ротора < 10 об/м ) И ( высота блока изменяется больше чем на 0.03м в течении 60 сек с начала операции);