Closedown
This commit is contained in:
@@ -203,7 +203,7 @@ public class Eiger extends Panel {
|
||||
}
|
||||
});
|
||||
|
||||
buttonStop.setText("Stop");
|
||||
buttonStop.setText("Abort");
|
||||
buttonStop.addActionListener(new java.awt.event.ActionListener() {
|
||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||
buttonStopActionPerformed(evt);
|
||||
@@ -419,7 +419,7 @@ public class Eiger extends Panel {
|
||||
private void buttonStopActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonStopActionPerformed
|
||||
try{
|
||||
if (stddaq!=null){
|
||||
evalAsync("std_daq.stop()");
|
||||
evalAsync("std_daq.abort()");
|
||||
}
|
||||
} catch (Exception ex){
|
||||
showException(ex);
|
||||
|
||||
Reference in New Issue
Block a user