forked from ddrilling/AsbCloudServer
Edit DetectorStaticSurveying conditions
This commit is contained in:
parent
ab278f6a2f
commit
facf45ad4c
@ -22,7 +22,7 @@ namespace AsbCloudInfrastructure.Services.DetectOperations.Detectors
|
||||
return false;
|
||||
|
||||
var delta = point0.WellDepth - point0.BitDepth;
|
||||
if (delta > 2.5d || delta < 0.25d)
|
||||
if (delta > 2.5d || delta < 0.15d)
|
||||
return false;
|
||||
|
||||
if (point0.RotorSpeed > 30)
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Признак начала операции =
|
||||
( давление > 15 атм ) И
|
||||
( расстояние от долота до забоя > 0.25м ) И
|
||||
( расстояние от долота до забоя > 0.15м ) И
|
||||
( расстояние от долота до забоя < 2.5м ) И
|
||||
( обороты ротора < 30 об/м ) И
|
||||
( движение тал.блока в течении 120 сек изменяется менее чем на 3 см ) И
|
||||
|
Loading…
Reference in New Issue
Block a user