Skip to content

Commit

Permalink
add a simdetector
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 18, 2024
1 parent 6b7e9a5 commit 73b96eb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions iocs/bl47p-ea-test-01/config/bl47p-ea-test-01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adsimdetector/releases/download/2024.1.1b1/ibek.ioc.schema.json
ioc_name: "{{ ioc_yaml_file_name }}"

description: Example simulated camera for BL47P

entities:
- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

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

- type: ADSimDetector.simDetector
PORT: DET.DET
P: BL47P-EA-TST-01
R: ":DET:"
WIDTH: 600
HEIGHT: 1024

- type: ADCore.NDPvaPlugin
PORT: DET.PVA
PVNAME: BL47P-EA-TST-01:PVA:OUTPUT
P: BL47P-EA-TST-01
R: ":PVA:"
NDARRAY_PORT: DET.DET
1 change: 1 addition & 0 deletions iocs/bl47p-ea-test-01/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
image: ghcr.io/epics-containers/ioc-adsimdetector-linux-runtime:2024.1.1b1

0 comments on commit 73b96eb

Please sign in to comment.