diff --git a/config/config.properties b/config/config.properties index 090d19d..c0ebca8 100755 --- a/config/config.properties +++ b/config/config.properties @@ -1,5 +1,6 @@ -#Wed Jan 24 10:55:06 CET 2018 +#Mon Mar 04 14:20:44 CET 2019 autoSaveScanData=true +commandExecutionEvents=false createSessionFiles=false dataLayout=default dataPath={data}/{year}_{month}/{date}/{date}_{time}_{name} @@ -16,6 +17,7 @@ logLevel=Fine logLevelConsole=Off logPath={logs}/{date}_{time} notificationLevel=null +saveCommandStatistics=false scanStreamerPort=-1 serverEnabled=true serverPort=8090 diff --git a/config/devices.properties b/config/devices.properties index 7ba5141..1505897 100755 --- a/config/devices.properties +++ b/config/devices.properties @@ -1,4 +1,4 @@ $rf_phase=ch.psi.pshell.epics.ChannelDouble|MINSB03-RSYS:SET-VSUM-PHASE|||true rf_phase_rb=ch.psi.pshell.epics.ChannelDouble|MINSB03-RSYS:GET-VSUM-PHASE|Read||true rf_ampl_rb=ch.psi.pshell.epics.ChannelDouble|MINSB03-RSYS:GET-VSUM-AMPLT|Read||true -$pos=ch.psi.pshell.device.DummyPositioner||||true +pos=ch.psi.pshell.device.DummyPositioner||||true diff --git a/config/setup.properties b/config/setup.properties index 330c705..ef46a07 100755 --- a/config/setup.properties +++ b/config/setup.properties @@ -1,7 +1,8 @@ -#Mon Oct 17 06:26:16 CEST 2016 +#Mon Mar 04 14:20:44 CET 2019 configFile={config}/config.properties configFileDevices={config}/devices.properties configFilePlugins={config}/plugins.properties +configFileSettings={config}/settings.properties configFileTasks={config}/tasks.properties configPath={home}/config contextPath={outp}/context diff --git a/devices/pos.properties b/devices/pos.properties index d2a4db4..fd46695 100755 --- a/devices/pos.properties +++ b/devices/pos.properties @@ -1,4 +1,4 @@ -#Tue Aug 29 07:49:45 CEST 2017 +#Mon Mar 04 14:20:45 CET 2019 maxValue=180.0 minValue=-180.0 offset=0.0 @@ -6,4 +6,5 @@ precision=1 resolution=NaN rotation=false scale=1.0 +sign_bit=0 unit=null