From aa3451e084937dab743cec62522f0fb5bbe31d69 Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Tue, 7 Nov 2023 17:39:48 +0000 Subject: [PATCH] WIP - Add pvi entry to NDFileHDF5 ibek definition --- ADCore/ADCore.ibek.support.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/ADCore/ADCore.ibek.support.yaml b/ADCore/ADCore.ibek.support.yaml index bdda2f4..7edcff3 100644 --- a/ADCore/ADCore.ibek.support.yaml +++ b/ADCore/ADCore.ibek.support.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=/epics/links/ibek/support.schema.json +# yaml-language-server: $schema=/workspace/ibek/tests/samples/schemas/ibek.support.schema.json module: ADCore @@ -730,6 +730,12 @@ defs: # NDFileHDF5Configure(portName, queueSize, blockingCallbacks, NDArrayPort, NDArrayAddr) NDFileHDF5Configure("{{PORT}}", {{QUEUE}}, {{BLOCK}}, "{{NDARRAY_PORT}}", {{NDARRAY_ADDR}}) + pvi: + yaml_path: /epics/pvi-defs/NDFileHDF5.pvi.device.yaml + prefix: "{{ P }}{{ R }}" + index: true + pva: false + - name: NDStdArrays description: |- This plugin provides a waveform record that can display the NDArrays @@ -1561,15 +1567,6 @@ defs: # NDROIConfigure(portName, queueSize, blockingCallbacks, NDArrayPort, NDArrayAddr, maxBuffers, maxMemory, priority, stackSize, maxThreads) NDROIConfigure("{{PORT}}", {{QUEUE}}, {{BLOCK}}, "{{NDARRAY_PORT}}", {{NDARRAY_ADDR}}, 0, 0, 0, 0, {{MAX_THREADS}}) - opis: - - type: pvi - file: NDROI.pvi.device.yaml - prefix: "{{ P }}{{ R }}" - # TODO we probably don't want this its for demo - - type: bob - file: ADApp/op/bob/autoconvert/NDROI.bob - prefix: "{{ P }}{{ R }}" - - name: NDAttribute description: |- This plugin displays NDArray attributes