augustin_s
|
e40c75f3ab
|
added 2D scan to GUI
|
2021-12-07 12:58:32 +01:00 |
|
augustin_s
|
a2674180d3
|
set default units to Hz; format rate such that it does not jump around at <= 100 Hz
|
2021-12-03 14:38:35 +01:00 |
|
augustin_s
|
1c14504516
|
switched tqdm(range(n)) to trange(n)
|
2021-12-03 14:06:13 +01:00 |
|
augustin_s
|
8ad55f2ae1
|
moved modified tqdm into separate utils file
|
2021-12-03 13:59:37 +01:00 |
|
augustin_s
|
df6e430260
|
renamed DisabledTextCtrl -> ReadOnlyTextCtrl
|
2021-11-28 16:59:57 +01:00 |
|
augustin_s
|
6e009a48f1
|
switched to printed_exception contextmanager
|
2021-11-27 18:38:37 +01:00 |
|
augustin_s
|
4c745a6bcf
|
added printed_exception contextmanager
|
2021-11-27 15:46:14 +01:00 |
|
augustin_s
|
0c82d8f21b
|
added missing import
|
2021-11-27 15:45:19 +01:00 |
|
augustin_s
|
4676b8bd52
|
turned GoTo Go! buttons into toggles that do not block the GUI
|
2021-11-27 01:48:10 +01:00 |
|
augustin_s
|
be3be0bd18
|
second try on the style of the GoTo tab
|
2021-11-27 00:43:36 +01:00 |
|
augustin_s
|
c08269aab5
|
buttons stay depressed while task runs
|
2021-11-26 21:05:25 +01:00 |
|
augustin_s
|
40eda922db
|
made space right of checkboxes not trigger checkbox change
|
2021-11-26 20:17:35 +01:00 |
|
augustin_s
|
0ccf62cf16
|
refactor, added comments
|
2021-11-21 19:55:06 +01:00 |
|
augustin_s
|
bed66ef863
|
added simpler logic: wants_repeat
|
2021-11-21 19:52:47 +01:00 |
|
augustin_s
|
7289dedb40
|
added a note
|
2021-11-21 17:29:08 +01:00 |
|
augustin_s
|
73c16549be
|
count time measured
|
2021-11-21 17:27:05 +01:00 |
|
augustin_s
|
7a7ea13e04
|
distinguish between limits in slic and in epics
|
2021-11-16 18:24:35 +01:00 |
|
augustin_s
|
35c1aaa417
|
added some comments
|
2021-11-11 10:16:04 +01:00 |
|
augustin_s
|
588aa7e336
|
clearer messages in case of errors during scan
|
2021-11-09 13:11:54 +01:00 |
|
augustin_s
|
501864fa14
|
use printable_exception
|
2021-11-04 16:10:11 +01:00 |
|
augustin_s
|
25c6505fb5
|
import utils.exceptions.* into utils
|
2021-11-04 16:04:55 +01:00 |
|
augustin_s
|
903d4e535d
|
properly reset buttons if command crashes
|
2021-11-04 14:49:09 +01:00 |
|
augustin_s
|
7b682df2a7
|
use limit-check mix-in
|
2021-11-04 14:15:33 +01:00 |
|
augustin_s
|
3b05fb4062
|
added mix-in for checked limits
|
2021-11-04 14:14:52 +01:00 |
|
augustin_s
|
e8e4198d97
|
moved AdjustableError to won file
|
2021-10-29 13:00:33 +02:00 |
|
augustin_s
|
b7a4ab1879
|
rename tools.py -> producer.py
|
2021-10-27 16:41:42 +02:00 |
|
augustin_s
|
741d0ed95d
|
less noise in tab completion
|
2021-10-27 16:37:32 +02:00 |
|
augustin_s
|
61d0717c34
|
updated for simpler set_target_value (using TaskProducer)
|
2021-10-27 16:34:20 +02:00 |
|
augustin_s
|
13af8484df
|
changed set_target_value to TaskProducer logic
|
2021-10-27 16:33:40 +02:00 |
|
augustin_s
|
a2fac6965d
|
changed set_target_value to TaskProducer logic
|
2021-10-27 15:45:07 +02:00 |
|
augustin_s
|
3da2c7e60e
|
changed set_target_value to TaskProducer logic; fixed error handling for put
|
2021-10-27 13:56:57 +02:00 |
|
augustin_s
|
437d20a801
|
new lines
|
2021-10-27 12:59:56 +02:00 |
|
augustin_s
|
57ccaa51bd
|
added a note
|
2021-10-27 12:59:18 +02:00 |
|
augustin_s
|
4c398c9b79
|
allow to stop
|
2021-10-27 12:52:29 +02:00 |
|
augustin_s
|
631c2c96d4
|
go step-wise with sleeps in between, allow is_moving() to check state
|
2021-10-27 12:46:10 +02:00 |
|
augustin_s
|
b41c0b55a2
|
added a process time
|
2021-10-27 12:29:45 +02:00 |
|
augustin_s
|
d4fcf24344
|
made jitter configurable
|
2021-10-27 12:23:27 +02:00 |
|
augustin_s
|
f151081cee
|
changed set_target_value to TaskProducer logic
|
2021-10-27 12:18:53 +02:00 |
|
augustin_s
|
cf4009d402
|
added a note
|
2021-10-27 12:12:07 +02:00 |
|
augustin_s
|
6e261a496e
|
made task_producer internal method
|
2021-10-27 12:08:57 +02:00 |
|
augustin_s
|
7dc5eaba7c
|
also create start, stop and wait function in task_producer
|
2021-10-27 12:07:31 +02:00 |
|
augustin_s
|
70721ed536
|
removed unused import
|
2021-10-27 11:26:38 +02:00 |
|
augustin_s
|
0b11081f74
|
moved all methods dealing with current_task into TaskProducer mix-in
|
2021-10-27 11:18:35 +02:00 |
|
augustin_s
|
adbdfa6ffc
|
added starter/stopper to task_producer arguments, forward to _as_task
|
2021-10-26 19:42:03 +02:00 |
|
augustin_s
|
808bd4785c
|
fix signature
|
2021-10-26 19:24:44 +02:00 |
|
augustin_s
|
da2d8c8f82
|
use task_producer helper
|
2021-10-26 18:57:14 +02:00 |
|
augustin_s
|
dcb848e57f
|
added task_producer helper
|
2021-10-26 18:56:51 +02:00 |
|
augustin_s
|
7b130eb571
|
added task_producer helper
|
2021-10-26 18:56:29 +02:00 |
|
augustin_s
|
eedd841a0e
|
use Task.run() for nested tasks
|
2021-10-26 16:55:09 +02:00 |
|
augustin_s
|
82fe5d6924
|
Task.run() works for already started and held Tasks
|
2021-10-26 16:54:04 +02:00 |
|