Skip to content

Commit

Permalink
simplify example ioc
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 23, 2024
1 parent b326ca4 commit 5ac1ff5
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions ioc_examples/bl01t-ea-ioc-02/config/ioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,24 @@ description: Example simulated camera for BL01T
entities:
- type: ADSimDetector.simDetector
PORT: det.cam
P: BL01T-EA-TST-02
P: BL01T-EA-TST-03
R: ":CAM:"

- type: ADCore.NDPvaPlugin
PORT: det.pva
PVNAME: BL01T-EA-TST-02:PVA:OUTPUT
P: BL01T-EA-TST-02
PVNAME: BL01T-EA-TST-03:PVA:OUTPUT
P: BL01T-EA-TST-03
R: ":PVA:"
NDARRAY_PORT: det.cam

- type: ADCore.NDROI
NDARRAY_PORT: det.cam
P: BL01T-EA-TST-02
P: BL01T-EA-TST-03
PORT: det.roi
R: ":ROI:"

- type: ADCore.NDStdArrays
FTVL: UCHAR
NDARRAY_PORT: det.roi
NELEMENTS: 1200000
P: BL01T-EA-TST-02
PORT: det.arr
R: ":ARR:"
TYPE: Int8

- type: ADCore.NDStats
HIST_SIZE: 256
NDARRAY_PORT: det.cam
P: BL01T-EA-TST-02
PORT: det.stat
R: ":STAT:"
XSIZE: 1292
YSIZE: 964

- type: ADCore.NDProcess
NDARRAY_PORT: det.cam
P: BL01T-EA-TST-02
PORT: det.proc
R: ":PROC:"

- type: ADCore.NDFileTIFF
NDARRAY_PORT: det.cam
P: BL01T-EA-TST-02
PORT: det.tiff
R: ":TIFF:"

- type: ADCore.NDFileHDF5
NDARRAY_PORT: det.cam
P: BL01T-EA-TST-02
P: BL01T-EA-TST-03
PORT: det.hdf
R: ":HDF5:"

0 comments on commit 5ac1ff5

Please sign in to comment.