forked from ddrilling/AsbCloudServer
Disable some operation detectors.
This commit is contained in:
parent
7779116c8a
commit
b3c1f0ae9e
@ -23,13 +23,13 @@ namespace AsbCloudInfrastructure.Services.DetectOperations
|
|||||||
{
|
{
|
||||||
new DetectorRotor(),
|
new DetectorRotor(),
|
||||||
new DetectorSlide(),
|
new DetectorSlide(),
|
||||||
new DetectorDevelopment(),
|
//new DetectorDevelopment(),
|
||||||
new DetectorTemplating(),
|
//new DetectorTemplating(),
|
||||||
new DetectorSlipsTime(),
|
new DetectorSlipsTime(),
|
||||||
new DetectorStaticSurveying(),
|
//new DetectorStaticSurveying(),
|
||||||
new DetectorFlashingBeforeConnection(),
|
//new DetectorFlashingBeforeConnection(),
|
||||||
new DetectorFlashing(),
|
//new DetectorFlashing(),
|
||||||
new DetectorTemplatingWhileDrilling(),
|
//new DetectorTemplatingWhileDrilling(),
|
||||||
};
|
};
|
||||||
|
|
||||||
public static WorkPeriodic MakeWork()
|
public static WorkPeriodic MakeWork()
|
||||||
|
Loading…
Reference in New Issue
Block a user