Creation
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/data
|
||||
/sessions
|
||||
/context
|
||||
/log
|
||||
/plugins
|
||||
/extensions
|
||||
/www
|
||||
script/cachedir
|
||||
script/Lib
|
||||
script/*.class
|
||||
script/*.pyc
|
||||
@@ -0,0 +1,23 @@
|
||||
#Wed May 06 11:38:33 CEST 2015
|
||||
autoSaveScanData=true
|
||||
createSessionFiles=false
|
||||
dataPath={data}/{year}_{month}/{date}/{date}_{time}_{context}
|
||||
dataProvider=default
|
||||
dataScanFlushRecords=true
|
||||
dataScanStrategy=default
|
||||
devicePoolFile={config}/devices.properties
|
||||
deviceUpdateStrategyFile={config}/update.properties
|
||||
imageSourcesFile={config}/imaging.properties
|
||||
logDaysToLive=-1
|
||||
logLevel=Info
|
||||
logLevelConsole=Off
|
||||
scriptType=py
|
||||
serverEnabled=false
|
||||
serverPort=8080
|
||||
simulation=false
|
||||
tasksFile={config}/tasks.properties
|
||||
terminalEnabled=false
|
||||
terminalPort=3579
|
||||
versionTrackingEnabled=true
|
||||
versionTrackingLogin=
|
||||
versionTrackingRemote=
|
||||
@@ -0,0 +1,27 @@
|
||||
#Script imported from: MgE_plus.xml
|
||||
|
||||
#Pre-actions
|
||||
cawait('ACOAU-ACCU:OP-MODE', 'Light Available', type = 's')
|
||||
caput('X07MA-ID:MODE', 'CIRC +')
|
||||
time.sleep(1.0)
|
||||
cawait('X07MA-ID:DONE', 'DONE', type = 's')
|
||||
caput('X07MA-ID:ENERGY-OFFS', '-9.0')
|
||||
cawait('X07MA-ID:DONE', 'DONE', type = 's')
|
||||
caput('E1', '1290')
|
||||
caput('E2', '1340')
|
||||
caput('TIME', '2')
|
||||
caput('FOLDER', '2015_04/20150417')
|
||||
caputq('X07MA-PHS-E:GO.A', '1290')
|
||||
cawait('X07MA-PHS:alldone', '1', type = 's')
|
||||
time.sleep(0.5)
|
||||
caput('FILE', 'MgE_plus')
|
||||
time.sleep(0.1)
|
||||
caput('X07MA-OP-VG13:WT_SET', 'Try open')
|
||||
time.sleep(5.0)
|
||||
caput('X07MA-OP-VG13:WT_SET', 'Try open')
|
||||
time.sleep(10.0)
|
||||
caput('START', '1')
|
||||
|
||||
#Post-actions
|
||||
cawait('START', 'STOP', type = 's')
|
||||
time.sleep(2.0)
|
||||
Reference in New Issue
Block a user