File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
services/bl01t-ea-andor-01 Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://github.com/epics-containers/ioc-template-example /releases/download/3.5 .1/ibek.ioc.schema.json
1+ # yaml-language-server: $schema=https://github.com/epics-containers/ioc-adsimdetector /releases/download/2025.8 .1/ibek.ioc.schema.json
22
33# TODO replace above with the generic IOC schema this IOC is based on
44ioc_name : " {{ _global.get_env('IOC_NAME') }}"
5-
6- description : REPLACE_WITH_DESCRIPTION
5+ description : Example simulated detector for BL01T
76
87entities :
98 - type : epics.EpicsEnvSet
@@ -18,3 +17,13 @@ entities:
1817 IOC : " {{ ioc_name | upper }}"
1918
2019 # - todo: Add more entities to make a meaningful IOC
20+ - type : autosave.Autosave
21+ P : " BL01T-EA-ANDOR-01:"
22+
23+ - type : ADSimDetector.simDetector
24+ PORT : ANDOR.DET
25+ P : BL01T-EA-ANDOR-01
26+ R : " :DET:"
27+ DATATYPE : 0 # Int8
28+ WIDTH : 1024
29+ HEIGHT : 1024
Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ ioc-instance:
77 # dataVolume:
88 # pvc: false
99 # hostPath: /dls/ixx/data
10+
11+ podAnnotations :
12+ usb-compat : " enabled"
You can’t perform that action at this time.
0 commit comments