From 9493d59f94537c4d62ec0a9733e9c805df02c5eb Mon Sep 17 00:00:00 2001 From: gac-x12sa Date: Thu, 5 Jan 2023 14:38:21 +0100 Subject: [PATCH] Closedown --- script/devices/StdDaq.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/devices/StdDaq.py b/script/devices/StdDaq.py index 929beb4..95c91c8 100644 --- a/script/devices/StdDaq.py +++ b/script/devices/StdDaq.py @@ -47,9 +47,11 @@ class StdDaq(DeviceBase): def monitor(self): count=0 while getState()==State.Busy: + print "." time.sleep(1.0) count=count+1 if count==3: + print "Ok" self.setCache(None, None) self.setState(State.Ready)