diff --git a/iocs/bl47p-ea-test-01/config/bl47p-ea-test-01.yaml b/iocs/bl47p-ea-test-01/config/bl47p-ea-test-01.yaml new file mode 100644 index 0000000..5948c07 --- /dev/null +++ b/iocs/bl47p-ea-test-01/config/bl47p-ea-test-01.yaml @@ -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 diff --git a/iocs/bl47p-ea-test-01/values.yaml b/iocs/bl47p-ea-test-01/values.yaml new file mode 100644 index 0000000..dfca33e --- /dev/null +++ b/iocs/bl47p-ea-test-01/values.yaml @@ -0,0 +1 @@ +image: ghcr.io/epics-containers/ioc-adsimdetector-linux-runtime:2024.1.1b1 \ No newline at end of file