This commit is contained in:
gac-x11ma
2025-09-03 16:52:53 +02:00
parent 216ff1c8d5
commit 0f8956cafe
249 changed files with 9 additions and 8 deletions
View File
View File
View File
View File
View File
View File
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
+2 -4
View File
@@ -46,7 +46,7 @@
"simpleEditor" : false,
"hideEditorLineNumbers" : false,
"hideEditorContextMenu" : false,
"consoleLocation" : "Plot",
"consoleLocation" : "Left",
"dataPanelLocation" : "Status",
"openDataFilesInDocTab" : false,
"noVariableEvaluationPropagation" : false,
@@ -58,7 +58,6 @@
"cachedDataPanel" : false,
"dataExtensions" : "log txt xml py png tif tiff mat",
"dataSubFiles" : "*",
"hideFileName" : false,
"showEmergencyStop" : false,
"showHomingButtons" : false,
"showJogButtons" : false,
@@ -114,6 +113,5 @@
}, {
"deviceClassName" : "ch.psi.pshell.device.ReadonlyRegister$ReadonlyRegisterMatrix",
"panelClassName" : "ch.psi.pshell.swing.DeviceValueChart"
} ],
"scriptPopupDialog" : "None"
} ]
}
Executable → Regular
View File
Executable → Regular
View File
View File
+1 -1
View File
@@ -1,4 +1,4 @@
#Thu Aug 28 10:36:26 CEST 2025
#Wed Sep 03 16:47:25 CEST 2025
ALPHA_ID_2=0.0
AUTO_SWITCH_BEAMLINE=false
AUTO_SWITCH_SHUTTER=true
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
+1 -1
View File
@@ -1,4 +1,4 @@
#Mon Aug 25 11:01:59 CEST 2025
#Thu Aug 28 14:45:05 CEST 2025
DaySequentialNumber=0
FileSequentialNumber=58
LastRunDate=240407
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
+5 -2
View File
@@ -3,10 +3,10 @@ import ch.psi.pshell.epics.GenericChannel;
import ch.psi.pshell.swing.DevicePanel;
import ch.psi.pshell.swing.RegisterPanel;
import ch.psi.pshell.framework.Panel;
import ch.psi.pshell.framework.Setup;
import ch.psi.pshell.stripchart.StripChart;
import ch.psi.pshell.utils.State;
import java.io.File;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
@@ -27,6 +27,9 @@ public class Cooling extends Panel {
for (DevicePanel p : panels){
GenericChannel channel = new GenericChannel(p.getName(), p.getName());
if (Setup.isSimulation()){
channel.setSimulated();
}
if (p instanceof RegisterPanel){
channel.setPrecision(((RegisterPanel)p).getDecimals());
}
@@ -41,7 +44,7 @@ public class Cooling extends Panel {
}
panelPlot.removeAll();
panelPlot.add(StripChart.getPlotPanel(new File("/sls/X11MA/data/X11MA/strip/PEEM-Pt100.scd")));
panelPlot.add(StripChart.getPlotPanel(new File(Setup.expandPath("{home}/stripchart/PEEM-Pt100.scd"))));
}
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
Executable → Regular
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File

Some files were not shown because too many files have changed in this diff Show More