Closedown

This commit is contained in:
gac-x12sa
2023-01-05 14:48:47 +01:00
parent d30c312dae
commit 70b259b9e2
3 changed files with 8 additions and 5 deletions

View File

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