|
| 1 | +meeting 2025-02-12(ZOOM) |
| 2 | +@@@@@@@@@@@@@@@@@@@@@@@@@ |
| 3 | + |
| 4 | +.. sidebar:: participants |
| 5 | + |
| 6 | + * Markus Zolliker |
| 7 | + * Alexander Zaft |
| 8 | + * Bastian Klemke |
| 9 | + * Klaus Kiefer |
| 10 | + * Enrico Faulhaber |
| 11 | + * Niklas Eckström |
| 12 | + * Peter Braun |
| 13 | + |
| 14 | +.. contents:: Agenda |
| 15 | + :local: |
| 16 | + :depth: 3 |
| 17 | + |
| 18 | + |
| 19 | +1) approval of the minutes 2024-11-05 |
| 20 | +===================================== |
| 21 | +approved. |
| 22 | + |
| 23 | + |
| 24 | +2) RFC-005: UDP Autodetection |
| 25 | +============================= |
| 26 | + |
| 27 | +Markus presents his current data-collection procerss which collects data from all sec-nodes (in a network) and |
| 28 | +stores them in a common database. This is especially useful for collecting historic data. |
| 29 | +It also requires mangling of the equipment id. |
| 30 | + |
| 31 | +Klaus asks for a practical test. Markus replies that it is in use as documented in RFC-005. klaus seems happy with this. |
| 32 | + |
| 33 | +Conclusion: general acceptance. |
| 34 | + |
| 35 | + |
| 36 | +Help for GitHub Pull requests: |
| 37 | + |
| 38 | +https://github.com/SampleEnvironment/SECoP |
| 39 | + |
| 40 | +- click on "Pull requests" (item 3 on 2nd line in header) |
| 41 | +- click on the selected one: "add RFC for UDP discovery" |
| 42 | +- click on Commits (on top of conversation, 2nd item) |
| 43 | +- either: |
| 44 | + - to see the changes in raw source: click on "add RFC for UDP discovery" |
| 45 | + - to see the rendered version: click on <> on the right of the topmost commit and then browse to the file to be seen |
| 46 | + |
| 47 | + |
| 48 | +3) 'Measurable' |
| 49 | +=============== |
| 50 | + |
| 51 | +see also https://github.com/SampleEnvironment/SECoP/issues/24 |
| 52 | + |
| 53 | +Discussion started at the Proposition: discard the condition: "at least one channel MUST have a preset." |
| 54 | + |
| 55 | +Markus presents his use case of some ultrasonic measurement device, which doesn't take that long. |
| 56 | +Peter shows an example of an atomic mass spectrometer, where had to leave the preset as there |
| 57 | +is no sensible parametrisation connected to a preset value. |
| 58 | + |
| 59 | +In a longer discussion several points are discussed: |
| 60 | + |
| 61 | +- Klaus dislikes the name 'preset' and prefers 'goal' or smth. similiar |
| 62 | +- Enno acknowledges the fact that there may be use case where there is no sensible preset |
| 63 | +- Enno propose to change the wording from 'MUST' to 'SHOULD' to cover those cases. |
| 64 | +- Enno also states that always having the preset eases implementation |
| 65 | +- above presented use cases could also use a 0..100% value with a preset of 100%. |
| 66 | + This would allow gui's to show the progress. |
| 67 | +- Georg states that for showing progress bars in a gui an extra parameter of the controller seems better. |
| 68 | +- Markus discusses the difference between measurement (channels) representing an increasing value (e.g. time, counts,...) |
| 69 | + from values where the statistical significance improves, i.e. the value itself roughly stays the same, but gets more precise. |
| 70 | +- Enno thinks that instead of joining a controller with the only channel, the controller may get a 'representative' value, |
| 71 | + which in all cases could be useful. wording seems important here. |
| 72 | +- further discussion about integration into ECS (e.g. nicos, bluesky): what is needed? |
| 73 | + it seems, a mapping is needed from the SECoP module name to the named preset names used by ECS's. |
| 74 | + (e.g. 't' as the preset for measurement time) |
| 75 | +- wordings! |
| 76 | +- agreement on discarding the condition: "use_preset must be there when preset is" (default when not present: use_preset=True) |
| 77 | +- renaming Measurable -> Acquisition (Controller keeps name Controller), MeasurableChannel -> AcquisitionChannel |
| 78 | +- Georg proposes the Controller to have a 'representative' value (and maybe a 'preset') |
| 79 | +- a Controller is required to have a 'go' command. |
| 80 | +- instead of defining a merged (controller+Channel) class, we may also list both in the 'interface_classes' list. |
| 81 | +- Peter states that this is not a good idea, as the ECS should treat a module like the first known interface from interface_class. |
| 82 | +- Enno agrees and proposes to use the 'features' list, though this means that corresponding features need to be defined. |
| 83 | +- Markus proposes to rename 'preset' to 'target'. Enno has no objection. Georg doesn't like it. further discussion. |
| 84 | +- agreement on renaming 'preset' to 'goal'. |
| 85 | + |
| 86 | +Georg will rework the RFC. |
| 87 | + |
| 88 | + |
| 89 | +4) finalize matrix datainfo |
| 90 | +=========================== |
| 91 | + |
| 92 | +https://github.com/SampleEnvironment/SECoP/blob/abd1c12b88617c93edee1e0629d29c02599988c7/protocol/specification/datainfo.rst#binary-matrix-matrix |
| 93 | + |
| 94 | +Since there are no objections, this is be accepted. |
| 95 | + |
| 96 | + |
| 97 | +5) finalize check message and checkable property |
| 98 | +================================================ |
| 99 | + |
| 100 | +if there are no objections, this should be accepted |
| 101 | + |
| 102 | +check message: |
| 103 | + |
| 104 | +https://github.com/SampleEnvironment/SECoP/blob/4fc717017a83254155060e30e64ab33ca30a920a/protocol/specification/buildingblocks.rst#check-value |
| 105 | + |
| 106 | +checkable property: |
| 107 | + |
| 108 | +https://github.com/SampleEnvironment/SECoP/blob/4fc717017a83254155060e30e64ab33ca30a920a/protocol/specification/buildingblocks.rst#optional-accessible-properties |
| 109 | + |
| 110 | +Both are accepted as-is. |
| 111 | + |
| 112 | + |
| 113 | +6) final reports of SECoP@HMC |
| 114 | +============================= |
| 115 | + |
| 116 | +Klaus asks anyone to check the deliverables/reports Peter prepared. |
| 117 | + |
| 118 | +- https://nubes.helmholtz-berlin.de/apps/files/files/627996505?dir=/HMC_SECoP%40HMC/Steering_Board/Reports/Final_Report_2025 |
| 119 | +- https://nubes.helmholtz-berlin.de/apps/files/files/625971700?dir=/HMC_SECoP%40HMC/Steering_Board/Reports/Deliverable_D1 |
| 120 | +- https://nubes.helmholtz-berlin.de/apps/files/files/619391848?dir=/HMC_SECoP%40HMC/Steering_Board/Reports/Deliverable_D3.2 |
| 121 | + |
| 122 | + |
| 123 | +7) Website |
| 124 | +========== |
| 125 | + |
| 126 | +Klaus asks for a search function on the web docu. |
| 127 | +Alex proposes the one on the top right. It seems not very comfortable. |
| 128 | +Markus proposes to use google.... |
| 129 | + |
| 130 | +Shall/OctoPy are missing at the website as well. |
| 131 | + |
| 132 | +Peter has problems to access the website repo (access expired) and asks if it can be moved to github. |
| 133 | +No objection, but no excitement either. |
| 134 | + |
| 135 | + |
| 136 | +8) Access levels |
| 137 | +================ |
| 138 | + |
| 139 | +Klaus is working on a gashandling rack, consisting of several mass flow controllers (as individual sec-nodes) |
| 140 | +and then combined into a 'management' sec-node. |
| 141 | +There seem to be difficulties with 'locking' some modules from external access. |
| 142 | + |
| 143 | +Markus proposes to use different port numbers for distinct access levels. |
| 144 | + |
| 145 | +After some discussion it becomes clear that a paragraph in the spec mentioning the |
| 146 | +problem of different 'access' levels and showing exemplary ways to tackle this problem. |
| 147 | + |
| 148 | + |
| 149 | +9) outlook |
| 150 | +========== |
| 151 | + |
| 152 | +There are some project application deadlines approaching. (Oscars, automated beamline,...) |
| 153 | +Klaus proposes a few project ideas. |
| 154 | + |
| 155 | +The discussion did not trigger any storms of enthusiasm. |
| 156 | + |
| 157 | +Klaus states that the NIAG will probably not do anything if we don't keep pushing. |
| 158 | + |
| 159 | + |
| 160 | +10) Date of next video meeting |
| 161 | +============================= |
| 162 | + |
| 163 | +5(th) of March (Ash Wednesday), 09:00 via zoom. |
0 commit comments