diff --git a/plugins/Kollimators.java b/plugins/Kollimators.java index 6d3f331..f11c17b 100644 --- a/plugins/Kollimators.java +++ b/plugins/Kollimators.java @@ -188,7 +188,7 @@ public class Kollimators extends javax.swing.JPanel { JCALibrary jca= JCALibrary.getInstance(); Context ctxt= jca.createContext(JCALibrary.JNI_SINGLE_THREADED); // Create the Channel to connect to the PV. - Channel ch= (Channel) ctxt.createChannel(deviceName+":IST1:1"); + Channel ch= (Channel) ctxt.createChannel("SIM-MMAC3:STR:2"); System.out.println("channel created"); this.jTextIst1.setText(String.valueOf(ch.getValue())); System.out.println("value got"); diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 7c2a85c..f3203e5 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 27 11:56:23 CET 2015 +#Tue Oct 27 11:57:18 CET 2015 customPanel=Kollimators showEnabledTestsOnly=true -listFilter=LabTests +listFilter=CollimatorTests