From 3f84d55ab083476fa76d3ff04be4e91179953cbf Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 20 Aug 2019 09:55:30 +0200 Subject: [PATCH] Startup --- config/settings.properties | 2 +- script/test/MonitByPos.py | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 script/test/MonitByPos.py diff --git a/config/settings.properties b/config/settings.properties index 2296280..6ca625d 100644 --- a/config/settings.properties +++ b/config/settings.properties @@ -1,4 +1,4 @@ -#Mon Aug 19 15:18:08 CEST 2019 +#Tue Aug 20 09:55:24 CEST 2019 count_time=1.0 geometry=fourcv roi=173 88 285 136 diff --git a/script/test/MonitByPos.py b/script/test/MonitByPos.py new file mode 100644 index 0000000..f1a7a5b --- /dev/null +++ b/script/test/MonitByPos.py @@ -0,0 +1,7 @@ +start = time.time() + +delta.config.monitorByPosition=True +delta.moveRel(-0.1) +delta.moveRel(-0.1) + +print time.time()-start