Startup
This commit is contained in:
@@ -36,6 +36,7 @@ public class EnergyScan extends Panel {
|
||||
public EnergyScan() {
|
||||
initComponents();
|
||||
buttonDefaultsActionPerformed(null);
|
||||
setBackgroundUpdate(true);
|
||||
}
|
||||
|
||||
ChannelDoubleArray data;
|
||||
@@ -65,7 +66,8 @@ public class EnergyScan extends Panel {
|
||||
edata = (ChannelDoubleArray) getController().getDevicePool().getByName("edata");
|
||||
idata = (ChannelDoubleArray) getController().getDevicePool().getByName("idata");
|
||||
fdata = (ChannelDoubleArray) getController().getDevicePool().getByName("fdata");
|
||||
System.out.println(count);
|
||||
|
||||
|
||||
count.addListener(new DeviceAdapter() {
|
||||
@Override
|
||||
public void onValueChanged(Device device, Object value, Object former) {
|
||||
|
||||
Reference in New Issue
Block a user