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