Commit Graph
1253 Commits
Author SHA1 Message Date
augustin_s 46ef7b07bb also nope the dropdown if no adjustable is selected 2023-10-05 12:42:33 +02:00
augustin_s 3f080277d8 also log changing to absolute values 2023-10-05 00:48:50 +02:00
augustin_s 7d9ac48eaa added paragraph about Sensors 2023-10-04 21:50:06 +02:00
augustin_s 361f6e5b39 improved CTASequencer 2023-09-29 15:09:02 +02:00
augustin_s 2b40f5dd8b update the pulse ID PVs 2023-08-23 18:25:20 +02:00
augustin_s cf01d99138 added + and . to allowed characters 2023-08-22 16:49:10 +02:00
augustin_s 1595ba87d9 added preliminary get method to Combined 2023-07-29 18:09:51 +02:00
augustin_s d7183a3a35 add default axes labels 2023-07-29 18:07:55 +02:00
augustin_s 9afdf3798f strip spaces; added quotation marks 2023-07-13 22:54:35 +02:00
augustin_s 88fd8aa89f nicer warning for forbidden character clean-up 2023-07-12 22:45:29 +02:00
augustin_s 6bb3e54d39 added functions that wrap their argument string in a color/reset pair 2023-07-12 22:44:51 +02:00
augustin_s d40e40d489 added a clean up for filename / output directory 2023-07-12 18:29:46 +02:00
augustin_s 19973099f1 update the field name 2023-07-12 15:59:01 +02:00
augustin_s 9d05e28e40 fixed delay stages set target value 2023-07-10 12:08:45 +02:00
augustin_s 512749b5d3 added persistence and SetValue to Choice class 2023-07-10 11:50:45 +02:00
augustin_s df7adb1d32 made SFX default panel, if it exists 2023-07-10 11:49:37 +02:00
augustin_s a6c6eb7ffe added SFX tab 2023-07-06 16:50:29 +02:00
augustin_s e40a2c9b89 allowed @ time as string (h, m, s, us as int seperated by :) 2023-06-23 09:53:13 +02:00
augustin_s 2753e9aa0c typo: reset -> clear 2023-06-21 14:08:15 +02:00
augustin_s acdcb7db71 added forwarding of unknown arguments of SFAcquisition constructor to the Broker 2023-06-20 13:40:10 +02:00
augustin_s bdd28a7d1d added forwarding of unknown arguments of SFAcquisition.acquire() to the Broker 2023-06-20 12:12:19 +02:00
augustin_s 094b896aeb order 2023-06-06 11:11:57 +02:00
augustin_s 0c5f8f0fe0 allow setting timeout from PVAcquisition constructor 2023-06-06 11:06:46 +02:00
augustin_s 4bffc99f4a added timeout value to error message 2023-06-06 10:30:04 +02:00
augustin_s a5c3241f8b order 2023-06-06 10:18:45 +02:00
augustin_s 0d6164342f added a PV connection check 2023-06-06 10:18:01 +02:00
augustin_s b2235bbc3c handle downsampe as LabeledNumberSequence 2023-05-01 17:23:43 +02:00
augustin_s 8cd2baf3c2 switched downsample from bool to tuple 2023-05-01 17:22:12 +02:00
augustin_s cd91fae0c2 catch empty or wrong start, stop, step 2023-04-28 21:38:22 +02:00
augustin_s 7f79879a76 added some meta PVs (EGU and DESC) 2023-04-26 17:21:55 +02:00
augustin_s 7576651dfc allow non-Adjustable (i.e., regular) PVs 2023-04-26 17:21:16 +02:00
augustin_s e7262af628 added warning when moving status PV name does not have an expected suffix 2023-04-26 14:48:39 +02:00
augustin_s ec68cfe4e7 import IOC one level up 2023-04-14 15:44:29 +02:00
augustin_s 99a598d891 IOC starts/stops gracefully 2023-04-14 15:44:16 +02:00
augustin_s 26a2941bb2 fill the unit field 2023-04-13 19:33:48 +02:00
augustin_s 5407289110 made scan entry a constant 2023-04-13 11:42:08 +02:00
augustin_s 91bf5da794 if nothing specified, collect all Adjustables 2023-04-11 12:44:11 +02:00
augustin_s 410d06896b allow to keep weak set 2023-04-11 12:43:35 +02:00
augustin_s 8fe2d8150d use ID instead of name 2023-04-11 12:30:05 +02:00
augustin_s 42c48ab548 added scan entry to enable monitoring; added commented sync command as alternative 2023-04-11 12:19:03 +02:00
augustin_s 2bd2dbd39f use ServerThread 2023-04-10 21:08:05 +02:00
augustin_s ce19dcf538 prototype IOC exposing Adjustables as PVs 2023-04-10 21:00:40 +02:00
augustin_s 2a3327e1d6 renamed get_current_value to read_from_source 2023-03-26 18:08:26 +02:00
augustin_s d63ff88d06 renamed get_current_value to read_from_source; added new get_current_value that applies aggregation to current value from source; get_last_value also applies aggregation; get returns aggregate or current depending on cache contents 2023-03-26 18:07:55 +02:00
augustin_s 3789e5f844 use get instead of get_aggregate 2023-03-26 18:05:10 +02:00
augustin_s 63a3338b5b overwrite unusable methods to raise NotImplementedError 2023-03-26 18:04:24 +02:00
augustin_s 83e7fd7175 added get as abstractmethod of the sensor interface 2023-03-26 18:03:32 +02:00
augustin_s aa18b4fa18 added missing import; allow setting run number 2023-03-25 15:49:01 +01:00
augustin_s 36173273a3 changed the device structure 2023-03-25 15:49:01 +01:00
augustin_s 8383d72d9e monitor ignores exceptions when appending data 2023-03-25 15:37:22 +01:00