diff --git a/config/variables.properties b/config/variables.properties index 0f1122d7..f9a47a7e 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,4 +1,4 @@ -#Mon Sep 20 21:23:52 CEST 2021 +#Tue Sep 21 10:23:20 CEST 2021 LastRunDate=210920 FileSequentialNumber=8641 -DaySequentialNumber=66 +DaySequentialNumber=0 diff --git a/plugins/Scienta.java b/plugins/Scienta.java index 0991b67d..5376e3e3 100644 --- a/plugins/Scienta.java +++ b/plugins/Scienta.java @@ -31,7 +31,7 @@ public class Scienta extends ch.psi.pshell.epics.Scienta { //Device[] children = getChildren(); //Arr.remove(children, getSpectrum()); //setChildren(children); - getSpectrum().close(); + super.getSpectrum().close(); spectrum = new ScientaSpectrum(); getNumChannels().removeAllListeners();