From 89fd54b8592e6f75cfa51c604139260ea484af90 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Tue, 13 Aug 2024 09:54:21 +0000 Subject: [PATCH] add stdarrays to example IOC --- services/bl01t-ea-ioc-02/config/ioc.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/services/bl01t-ea-ioc-02/config/ioc.yaml b/services/bl01t-ea-ioc-02/config/ioc.yaml index 0432a07..9912bc8 100644 --- a/services/bl01t-ea-ioc-02/config/ioc.yaml +++ b/services/bl01t-ea-ioc-02/config/ioc.yaml @@ -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') }}" @@ -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