From 66a3660fd296d252259c5f9690c37a4e52e9c10f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 24 Nov 2015 16:44:29 +0100 Subject: [PATCH] Closedown --- plugins/Marco.java | 17 +++++++---------- script/tests/tests.properties | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/plugins/Marco.java b/plugins/Marco.java index bfa17c5..f4f82f9 100644 --- a/plugins/Marco.java +++ b/plugins/Marco.java @@ -24,6 +24,9 @@ public class Marco extends Panel { public Marco() { initComponents(); } + public Marco (String params) { + initComponents(); + } ChannelDouble channel; @@ -31,11 +34,9 @@ public class Marco extends Panel { @Override public void onInitialize(int runCount) { try { - ChannelDouble channel = new ChannelDouble("MyChannel", "TESTIOC:TESTSINUS:SinCalc", 3); + ChannelDouble channel = new ChannelDouble("MyChannel", "SIM-MMAC3:STR:2", 3); channel.setMonitored(true); - channel.initialize(); - - + channel.initialize(); channel.addListener(new DeviceAdapter() { @Override @@ -43,12 +44,8 @@ public class Marco extends Panel { Double val = (Double )value; valueText.setText(String.valueOf(val)); } - - }); - - //channel.close(); - - + }); + //channel.close(); } catch (Exception ex) { showException(ex); } diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 3c9691a..ae18250 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Mon Nov 23 15:29:36 CET 2015 +#Tue Nov 24 11:44:02 CET 2015 customPanel= showEnabledTestsOnly=true listFilter=LabTests2