From f53c8d236fda5c6e7561bef0c8f361bd770c131d Mon Sep 17 00:00:00 2001 From: x07maop Date: Thu, 10 Mar 2016 08:54:27 +0100 Subject: [PATCH] Startup --- config/config.properties | 3 ++- script/Co_XLD.py | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 script/Co_XLD.py diff --git a/config/config.properties b/config/config.properties index ee28605..9979574 100644 --- a/config/config.properties +++ b/config/config.properties @@ -1,4 +1,4 @@ -#Thu Jan 21 16:14:35 CET 2016 +#Thu Mar 10 08:54:13 CET 2016 autoSaveScanData=true createSessionFiles=false dataPath={data}/{year}_{month}/{date} @@ -12,6 +12,7 @@ logDaysToLive=-1 logLevel=Fine logLevelConsole=Off logPath={logs}/{date}_{time} +scanStreamingPort=-1 scriptType=py serverEnabled=false serverPort=8080 diff --git a/script/Co_XLD.py b/script/Co_XLD.py new file mode 100644 index 0000000..bf44470 --- /dev/null +++ b/script/Co_XLD.py @@ -0,0 +1,32 @@ +#set pol lin 0 off 13 +#otf 750 810 6 +#file Co_LH +#start +wait_beam() +set_file('Co_LH') +otf(start=750, end=810, time=6) + +#set pol lin 90 off 8 +#otf 750 810 6 +#file Co_LV +#start +wait_beam() +set_file('Co_LV') +otf(start=750, end=810, time=6) + +#set pol lin 90 off 8 +#otf 750 810 6 +#file Co_LV +#start +wait_beam() +set_file('Co_LV') +otf(start=750, end=810, time=6) + +#set pol lin 0 off 13 +#otf 750 810 6 +#file Co_LH +#start +wait_beam() +set_file('Co_LH') +otf(start=750, end=810, time=6) +