Closedown

This commit is contained in:
boccioli_m
2015-10-27 11:59:15 +01:00
parent cc605efbd7
commit 30acdb37f4
2 changed files with 3 additions and 3 deletions

View File

@@ -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");