This commit is contained in:
gac-x07ma
2020-02-18 13:55:31 +01:00
parent 62e0a83275
commit f7e83bd734
4 changed files with 17 additions and 17 deletions

View File

@@ -1,18 +1,25 @@
#Thu Nov 07 15:03:54 CET 2019
hostName=null
userManagement=false
#Tue Feb 18 13:54:59 CET 2020
imageSourcesFile={config}/imaging.properties
instanceName=
autoSaveScanData=true
simulation=false
commandExecutionEvents=false
logDaysToLive=50
userAuthenticator=ch.psi.pshell.security.LdapAuthenticator | ldap\\\://d.psi.ch | d.psi.ch | users.psi
logLevelConsole=Off
scanStreamerPort=-1
parallelInitialization=false
scanStreamingPort=-1
devicePoolFile={config}/devices.properties
versionTrackingManual=false
hostName=null
userManagement=false
instanceName=
dataServerPort=-1
hideServerMessages=false
serverPort=8080
versionTrackingEnabled=true
dataPath={data}/{year}_{month}/{date}
serverEnabled=false
commandExecutionEvents=false
logDaysToLive=50
dataScanReleaseRecords=false
depthDimension=0
dataScanPreserveTypes=false
@@ -23,18 +30,11 @@ dataLayout=ch.psi.fda.LayoutFDA
deviceUpdateStrategyFile={config}/update.properties
terminalEnabled=true
notificationLevel=null
userAuthenticator=ch.psi.pshell.security.LdapAuthenticator | ldap\\\://d.psi.ch | d.psi.ch | users.psi
logLevelConsole=Off
terminalPort=3579
tasksFile={config}/tasks.properties
scanStreamerPort=-1
parallelInitialization=false
createSessionFiles=false
scanStreamingPort=-1
versionTrackingLogin={context}/svcusr-hlapp_robot
devicePoolFile={config}/devices.properties
scriptType=py
versionTrackingManual=true
versionTrackingRemote=git@git.psi.ch\:pshell_config/x07ma.git
dataProvider=ch.psi.fda.ProviderFDA
saveCommandStatistics=false

View File

@@ -1,2 +1,2 @@
#Tue Feb 18 13:31:48 CET 2020
FileSequentialNumber=2114
#Tue Feb 18 13:53:05 CET 2020
FileSequentialNumber=2115

View File

@@ -40,7 +40,7 @@ caputq('X07MA-PC:CSCALER.INPB', '1')
# open shutter
caput('X07MA-FE-PH1:CLOSE4BL',1)
cawait('X07MA-FE-PH1:MS2', 1)
print "OK"
#if RAMP_RATE is not None:
# ramp_rate.write(RAMP_RATE)

View File

@@ -10,7 +10,7 @@ import ch.psi.pshell.epics.ChannelSettlingCondition as ChannelSettlingCondition
WAIT_STABLE_TEMPERATURE = True # True : before energy scan and hyst scan the routine wait_temp() is launched
NO_BEAM_CHECK = False # setting this to true disables the waiting for the beam before starting energy or hyst scan
ABORT_ON_ID_ERROR = True
ABORT_ON_ID_ERROR = False
_SAMPLE_NAME = "DUMMY"