diff --git a/config/config.properties b/config/config.properties index 498bfed..c4cd914 100755 --- a/config/config.properties +++ b/config/config.properties @@ -1,45 +1,62 @@ -#Wed May 19 16:10:16 CEST 2021 +#Wed Aug 13 09:46:29 CEST 2025 +xscanMoveTimeout=600 +autoSaveScanData=true +simulation=false +commandExecutionEvents=false +logDaysToLive=50 +xscanCrlogicChannel=null +dataScanSaveOutput=false +xscanCrlogicSimulated=false +userAuthenticator= +logLevelConsole=Off +filePermissionsConfig=Default +scanStreamerPort=-1 +dataScanSaveScript=false +dataScanSaveSetpoints=false +notifiedTasks=null +parallelInitialization=false +fdaSerialization=false +dataTransferPath=null +saveConsoleSessionFiles=false +xscanAppendSuffix=true +versionTrackingManual=false +dataTransferMode=Off hostName= userManagement=false instanceName=PH disableEmbeddedAttributes=false -autoSaveScanData=true -simulation=false dataServerPort=-1 hideServerMessages=false serverPort=8095 versionTrackingEnabled=true dataPath={data}/{year}/{month}/{day}/{date}_{time}_{name} serverEnabled=false -commandExecutionEvents=false -logDaysToLive=50 dataScanReleaseRecords=false depthDimension=0 dataScanPreserveTypes=false logLevel=Fine -dataScanSaveOutput=false dataScanFlushRecords=false logPath={logs}/{date}_{time} +filePermissionsLogs=Default dataLayout=default disableDataFileLogs=false -sessionHandling=null +dataScanSaveTimestamps=false +sessionHandling=Off terminalEnabled=false -notificationLevel=null -userAuthenticator= -logLevelConsole=Off +notificationLevel=Off +filePermissionsScripts=Default terminalPort=3579 -scanStreamerPort=-1 -dataScanSaveScript=false +xscanCrlogicPrefix=null dataTransferUser=null -dataScanSaveSetpoints=false -notifiedTasks=null -parallelInitialization=false -dataTransferPath=null +filePermissionsData=Default +xscanCrlogicAbortable=true +xscanContinuousUpdate=false createSessionFiles=false -saveConsoleSessionFiles=false versionTrackingLogin={context}/svcusr-hlapp_robot -versionTrackingManual=false +noBytecodeFiles=false versionTrackingRemote=git@git.psi.ch\:pshell_config/sf-ph.git dataProvider=h5 +xscanCrlogicIoc=null +dataScanLazyTableCreation=false saveCommandStatistics=false -dataTransferMode=null +pythonHome= diff --git a/config/preferences.json b/config/preferences.json new file mode 100644 index 0000000..7117a47 --- /dev/null +++ b/config/preferences.json @@ -0,0 +1,101 @@ +{ + "fontShellPanel" : { + "name" : "Monospaced", + "style" : 0, + "size" : 13 + }, + "fontShellCommand" : { + "name" : "SansSerif", + "style" : 0, + "size" : 13 + }, + "fontOutput" : { + "name" : "Monospaced", + "style" : 0, + "size" : 13 + }, + "fontEditor" : { + "name" : "Monospaced", + "style" : 0, + "size" : 13 + }, + "fontPlotLabel" : null, + "fontPlotTick" : null, + "fontPlotTitle" : null, + "fontTerminal" : null, + "tabSize" : 4, + "contentWidth" : 0, + "editorBackground" : null, + "editorForeground" : null, + "simpleEditor" : false, + "hideEditorLineNumbers" : false, + "hideEditorContextMenu" : false, + "consoleLocation" : "Document", + "dataPanelLocation" : null, + "openDataFilesInDocTab" : false, + "noVariableEvaluationPropagation" : false, + "processingScripts" : null, + "asyncViewersUpdate" : false, + "scanPlotDisabled" : false, + "scanTableDisabled" : false, + "cachedDataPanel" : false, + "dataExtensions" : null, + "dataSubFiles" : null, + "hideFileName" : false, + "showEmergencyStop" : false, + "showHomingButtons" : false, + "showJogButtons" : false, + "hideScanPanel" : false, + "hideOutputPanel" : false, + "showXScanFileBrowser" : false, + "showQueueBrowser" : false, + "backgroundRendering" : false, + "showImageStatusBar" : true, + "persistRendererWindows" : true, + "defaultRendererColormap" : "Grayscale", + "linePlot" : "ch.psi.pshell.plot.LinePlotJFree", + "matrixPlot" : "ch.psi.pshell.plot.MatrixPlotJFree", + "surfacePlot" : "null", + "timePlot" : "ch.psi.pshell.plot.TimePlotJFree", + "plotsDetached" : false, + "plotLayout" : "Vertical", + "quality" : "High", + "defaultPlotColormap" : "Temperature", + "markerSize" : 2, + "plotBackground" : null, + "gridColor" : null, + "outlineColor" : null, + "disableOffscreenBuffer" : false, + "defaultPanels" : [ { + "deviceClassName" : "ch.psi.pshell.epics.Scaler", + "panelClassName" : "ch.psi.pshell.swing.ScalerPanel" + }, { + "deviceClassName" : "ch.psi.pshell.epics.Scienta", + "panelClassName" : "ch.psi.pshell.swing.ScientaPanel" + }, { + "deviceClassName" : "ch.psi.pshell.device.Motor", + "panelClassName" : "ch.psi.pshell.swing.MotorPanel" + }, { + "deviceClassName" : "ch.psi.pshell.device.ProcessVariable", + "panelClassName" : "ch.psi.pshell.swing.ProcessVariablePanel" + }, { + "deviceClassName" : "ch.psi.pshell.device.MotorGroup", + "panelClassName" : "ch.psi.pshell.swing.MotorGroupPanel" + }, { + "deviceClassName" : "ch.psi.pshell.device.DiscretePositioner", + "panelClassName" : "ch.psi.pshell.swing.DiscretePositionerPanel" + }, { + "deviceClassName" : "ch.psi.pshell.device.Camera", + "panelClassName" : "ch.psi.pshell.swing.CameraPanel" + }, { + "deviceClassName" : "ch.psi.pshell.device.Slit", + "panelClassName" : "ch.psi.pshell.swing.SlitPanel" + }, { + "deviceClassName" : "ch.psi.pshell.device.ReadonlyRegister$ReadonlyRegisterArray", + "panelClassName" : "ch.psi.pshell.swing.DeviceValueChart" + }, { + "deviceClassName" : "ch.psi.pshell.device.ReadonlyRegister$ReadonlyRegisterMatrix", + "panelClassName" : "ch.psi.pshell.swing.DeviceValueChart" + } ], + "scriptPopupDialog" : "None" +} \ No newline at end of file diff --git a/config/setup.properties b/config/setup.properties index 44db6b6..63d8fbd 100755 --- a/config/setup.properties +++ b/config/setup.properties @@ -1,23 +1,25 @@ -#Wed May 19 16:10:16 CEST 2021 +#Thu Sep 29 09:51:05 CEST 2022 sessionsPath={outp}/sessions scriptPath={home}/script -pluginsPath={home}/plugins configFileDevices={config}/devices.properties -consoleSessionsPath={sessions}/console -libraryPath={script}; {script}/Lib -configFilePlugins={config}/plugins.properties -contextPath={outp}/context +xscanPath={script} +queuePath={script} extensionsPath={home}/extensions configPath={home}/config configFileSessions={config}/sessions.properties userSessionsPath={sessions}/user dataPath={outp}/data -devicesPath={home}/devices configFileVariables={config}/variables.properties -configFileSettings={config}/settings.properties logPath={outp}/log wwwPath={home}/www -imagesPath={outp}/images configFile={config}/config.properties -scriptType=py configFileTasks={config}/tasks.properties +pluginsPath={home}/plugins +consoleSessionsPath={sessions}/console +libraryPath={script}; {script}/Lib +configFilePlugins={config}/plugins.properties +contextPath={outp}/context +devicesPath={home}/devices +configFileSettings={config}/settings.properties +imagesPath={outp}/images +scriptType=py diff --git a/devices/apu44x.properties b/devices/apu44x.properties index 5fa4542..eb95f86 100755 --- a/devices/apu44x.properties +++ b/devices/apu44x.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=1000.0 precision=2 rotation=false scale=1.0 +description=null estbilizationDelay=1 maxSpeed=1.0 resolution=0.01 diff --git a/devices/apu44y.properties b/devices/apu44y.properties index 697eb5e..aaa391d 100755 --- a/devices/apu44y.properties +++ b/devices/apu44y.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=1.0E10 precision=2 rotation=false scale=1.0 +description=null estbilizationDelay=1 maxSpeed=1.0 resolution=0.1 diff --git a/devices/dispatcher.properties b/devices/dispatcher.properties index de3b891..a7ecd46 100755 --- a/devices/dispatcher.properties +++ b/devices/dispatcher.properties @@ -1,11 +1,13 @@ -#Mon Nov 25 14:38:43 CET 2019 +#Wed Aug 13 09:46:30 CEST 2025 sendStrategy=complete_all dropIncomplete=false -keepListeningOnStop=false disableCompression=false +keepListeningOnStop=false parallelHandlerProcessing=true sendBuildChannelConfig=at_startup +analizeHeader=false sendAwaitFirstMessage=false +headerReservingAllocator=false socketType=DEFAULT validationInconsistency=keep_as_is byteBufferAllocator=false diff --git a/devices/m1ba.properties b/devices/m1ba.properties index 7a23aa0..c933e6e 100755 --- a/devices/m1ba.properties +++ b/devices/m1ba.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=2.0 precision=3 rotation=false scale=1.0 +description=null estbilizationDelay=0 maxSpeed=0.1 resolution=1.0E-6 diff --git a/devices/m1bb.properties b/devices/m1bb.properties index 7a23aa0..c933e6e 100755 --- a/devices/m1bb.properties +++ b/devices/m1bb.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=2.0 precision=3 rotation=false scale=1.0 +description=null estbilizationDelay=0 maxSpeed=0.1 resolution=1.0E-6 diff --git a/devices/m2rx.properties b/devices/m2rx.properties index d8e1e29..68d7b52 100755 --- a/devices/m2rx.properties +++ b/devices/m2rx.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=100.0 precision=6 rotation=false scale=1.0 +description=null estbilizationDelay=0 maxSpeed=NaN resolution=0.001 diff --git a/devices/pbpg_mx.properties b/devices/pbpg_mx.properties index 0c13d58..9eaddcf 100755 --- a/devices/pbpg_mx.properties +++ b/devices/pbpg_mx.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=1.6 precision=3 rotation=false scale=1.0 +description=null estbilizationDelay=0 maxSpeed=10.0 resolution=0.01 diff --git a/devices/pbpg_my.properties b/devices/pbpg_my.properties index 0c13d58..9eaddcf 100755 --- a/devices/pbpg_my.properties +++ b/devices/pbpg_my.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=1.6 precision=3 rotation=false scale=1.0 +description=null estbilizationDelay=0 maxSpeed=10.0 resolution=0.01 diff --git a/devices/pbps53_mx.properties b/devices/pbps53_mx.properties index b48077a..71f8d8d 100755 --- a/devices/pbps53_mx.properties +++ b/devices/pbps53_mx.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=1.0 precision=3 rotation=false scale=1.0 +description=null estbilizationDelay=0 maxSpeed=NaN resolution=1.953125E-5 diff --git a/devices/pbps53_my.properties b/devices/pbps53_my.properties index b48077a..71f8d8d 100755 --- a/devices/pbps53_my.properties +++ b/devices/pbps53_my.properties @@ -1,9 +1,10 @@ -#Wed Sep 18 17:45:42 CEST 2019 +#Thu Sep 29 09:51:07 CEST 2022 offset=0.0 maxValue=1.0 precision=3 rotation=false scale=1.0 +description=null estbilizationDelay=0 maxSpeed=NaN resolution=1.953125E-5