Skip to content

Commit

Permalink
add stdarrays to example IOC
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 13, 2024
1 parent 26161bd commit 89fd54b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions services/bl01t-ea-ioc-02/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adsimdetector/releases/download/2024.1.1/ibek.ioc.schema.json
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adsimdetector/releases/download/2024.8.2/ibek.ioc.schema.json

ioc_name: "{{ _global.get_env('IOC_NAME') }}"

Expand All @@ -10,16 +10,25 @@ entities:
value: GMT0BST

- type: devIocStats.iocAdminSoft
IOC: '{{ ioc_name | upper }}'
IOC: "{{ ioc_name | upper }}"

- type: ADSimDetector.simDetector
PORT: DET.DET
P: BL01T-EA-TST-02
R: ':DET:'
R: ":DET:"

- type: ADCore.NDPvaPlugin
PORT: DET.PVA
PVNAME: BL01T-EA-TST-02:PVA:OUTPUT
P: BL01T-EA-TST-02
R: ':PVA:'
R: ":PVA:"
NDARRAY_PORT: DET.DET

- type: ADCore.NDStdArrays
PORT: DET.ARR
P: BL01T-EA-TST-02
R: ":ARR:"
NDARRAY_PORT: DET.DET
TYPE: Int8
FTVL: CHAR
NELEMENTS: 1310720

0 comments on commit 89fd54b

Please sign in to comment.