|
@ -124,7 +124,7 @@ void AddLiquidService::addLiquidWork(int stopatg, bool& errorflag) { |
|
|
for (size_t i = 0; i < EMTPTY_LINE_WHEN_ADDING_DISINFECTANT_TIMES; i++) { |
|
|
for (size_t i = 0; i < EMTPTY_LINE_WHEN_ADDING_DISINFECTANT_TIMES; i++) { |
|
|
if (thisThread.getExitFlag()) break; |
|
|
if (thisThread.getExitFlag()) break; |
|
|
thisThread.sleepForMs(100); |
|
|
thisThread.sleepForMs(100); |
|
|
logger->info("empty line liquid {}:{}", i * 100, EMTPTY_LINE_WHEN_ADDING_DISINFECTANT_TIMES * 100); |
|
|
|
|
|
|
|
|
if (i % 10 == 0) logger->info("empty line liquid {}:{} s", i * 100 / 1000, EMTPTY_LINE_WHEN_ADDING_DISINFECTANT_TIMES * 100 / 1000); |
|
|
} |
|
|
} |
|
|
m_dics->AddLiquidPump_stop(); |
|
|
m_dics->AddLiquidPump_stop(); |
|
|
m_dics->SprayPump_stop(); |
|
|
m_dics->SprayPump_stop(); |
|
|