Startup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user