Skip to content

Commit 1cc88f7

Browse files
committed
Add usb-compat and sim detector to andor IOC
1 parent cb60d72 commit 1cc88f7

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

services/bl01t-ea-andor-01/config/ioc.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
44
ioc_name: "{{ _global.get_env('IOC_NAME') }}"
5-
6-
description: REPLACE_WITH_DESCRIPTION
5+
description: Example simulated detector for BL01T
76

87
entities:
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

services/bl01t-ea-andor-01/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)