This commit is contained in:
x07maop
2015-05-28 11:15:48 +02:00
parent 84b613efaa
commit a6e3392783

View File

@@ -34,7 +34,7 @@ public class EnergyScan extends Panel {
@Override
protected void onInitialize(int runCount) {
super.onInitialize();
super.onInitialize(runCount);
count = (ChannelInteger) getController().getDevicePool().getByName("count");
data = (ChannelDoubleArray) getController().getDevicePool().getByName("data");
@@ -75,7 +75,6 @@ public class EnergyScan extends Panel {
void plot(){
try{
requestedPlotting=false;
Integer c = count.take();
if (c == null){
series.clear();