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 DetectorSlide(),
|
||||
new DetectorDevelopment(),
|
||||
new DetectorTemplating(),
|
||||
//new DetectorDevelopment(),
|
||||
//new DetectorTemplating(),
|
||||
new DetectorSlipsTime(),
|
||||
new DetectorStaticSurveying(),
|
||||
new DetectorFlashingBeforeConnection(),
|
||||
new DetectorFlashing(),
|
||||
new DetectorTemplatingWhileDrilling(),
|
||||
//new DetectorStaticSurveying(),
|
||||
//new DetectorFlashingBeforeConnection(),
|
||||
//new DetectorFlashing(),
|
||||
//new DetectorTemplatingWhileDrilling(),
|
||||
};
|
||||
|
||||
public static WorkPeriodic MakeWork()
|
||||
|
Loading…
Reference in New Issue
Block a user