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");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user