Closedown

This commit is contained in:
gac-x03da
2023-08-15 11:19:04 +02:00
parent 4e314b2736
commit 425eb19873
4 changed files with 19 additions and 18 deletions

View File

@@ -607,7 +607,7 @@ public class ManipulatorScan extends ScriptProcessor {
private void buttonAbortActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonAbortActionPerformed
try {
abort();
((Scienta) getDevice("Scienta")).stop();
getDevice("Scienta").stop();
} catch (Exception ex) {
showException(ex);
}