Skip to content

Commit

Permalink
update to ibek 3.0 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 18, 2024
1 parent 3fff47b commit a749f2a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
18 changes: 9 additions & 9 deletions services/bl47p-ea-dcam-01/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adaravis/releases/download/2024.4.2/ibek.ioc.schema.json

ioc_name: "{{ __utils__.get_env('IOC_NAME') }}"
ioc_name: "{{ _global.get_env('IOC_NAME') }}"

description: auto-generated by https://github.com/epics-containers/builder2ibek

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"
value: GMT0BST

- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

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

- type: ADAravis.aravisCamera
CLASS: AVT_Mako_G125B
ID: 192.168.250.3
P: BL47P-EA-DET-01
PORT: DET.CAM
R: ":DET:"
R: ':DET:'

- type: ADCore.NDPvaPlugin
NDARRAY_PORT: DET.CAM
P: BL47P-EA-DET-01
PORT: DET.PVA
R: ":TX:"
R: ':TX:'
PVNAME: BL47P-EA-DET-01:TX:PVA

- type: ADCore.NDPosPlugin
NDARRAY_PORT: DET.CAM
P: BL47P-EA-DET-01
PORT: DET.POS
R: ":POS:"
R: ':POS:'

- type: ADCore.NDFileHDF5
ENABLED: 1
NDARRAY_PORT: DET.CAM
P: BL47P-EA-DET-01
PORT: DET.HDF
R: ":HDF5:"
R: ':HDF5:'

- type: ADCore.NDStdArrays
FTVL: UCHAR
NDARRAY_PORT: DET.CAM
NELEMENTS: 38720
P: BL47P-EA-DET-01
PORT: DET.ARR
R: ":ARR:"
R: ':ARR:'
TYPE: Int8

- type: epics.dbpf
Expand All @@ -57,4 +57,4 @@ entities:

- type: epics.dbpf
pv: BL47P-EA-DET-01:DET:GC_GevSCPSPacketSize
value: "1500"
value: '1500'
14 changes: 7 additions & 7 deletions services/bl47p-ea-dcam-02/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adaravis/releases/download/2024.4.2/ibek.ioc.schema.json

ioc_name: "{{ __utils__.get_env('IOC_NAME') }}"
ioc_name: "{{ _global.get_env('IOC_NAME') }}"

description: auto-generated by https://github.com/epics-containers/builder2ibek

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"
value: GMT0BST

- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

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

- type: ADAravis.aravisCamera
CLASS: AVT_Mako_G125B
ID: 192.168.250.28
P: BL47P-EA-DET-02
PORT: DET2.CAM
R: ":DET:"
R: ':DET:'

- type: ADCore.NDPvaPlugin
ENABLED: 1
Expand All @@ -29,7 +29,7 @@ entities:
P: BL47P-EA-DET-02
PORT: DET.PVA
PVNAME: BL47P-EA-DET-02:TX:PVA
R: ":TX:"
R: ':TX:'
TIMEOUT: 0

- type: epics.dbpf
Expand All @@ -38,12 +38,12 @@ entities:

- type: epics.dbpf
pv: BL47P-EA-DET-02:DET:GC_GevSCPSPacketSize
value: "1500"
value: '1500'

- type: epics.dbpf
pv: BL47P-EA-DET-02:DET:ColorMode
value: '"RGB1"'

- type: epics.dbpf
pv: BL47P-EA-DET-02:DET:AcquireTime
value: "0.5"
value: '0.5'
10 changes: 5 additions & 5 deletions services/bl47p-ea-test-01/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-template/releases/download/2024.1.1/ibek.ioc.schema.json

ioc_name: "{{ __utils__.get_env('IOC_NAME') }}"
ioc_name: "{{ _global.get_env('IOC_NAME') }}"

description: Very generic instance for testing generic IOCs

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"
value: GMT0BST

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

- type: epics.StartupCommand
command: dbLoadRecords("/epics/ioc/config/ioc.db")

- type: epics.dbpf
pv: bl47p:IBEK:A
value: "2.54"
value: '2.54'

- type: epics.dbpf
pv: bl47p:IBEK:B
value: "2.61"
value: '2.61'

- type: epics.PostStartupCommand
command: |
Expand Down
14 changes: 7 additions & 7 deletions services/bl47p-mo-ioc-01/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-pmac/releases/download/2024.4.1/ibek.ioc.schema.json
ioc_name: "{{ __utils__.get_env('IOC_NAME') }}"
ioc_name: "{{ _global.get_env('IOC_NAME') }}"

description: auto-generated by https://github.com/epics-containers/builder2ibek

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"
value: GMT0BST

- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

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

- type: pmac.pmacAsynIPPort
IP: 192.168.250.13:1025
Expand Down Expand Up @@ -46,14 +46,14 @@ entities:
DIR: Pos
DLLM: -25
EGU: mm
HLM: "25"
LLM: "-25"
HLM: '25'
LLM: '-25'
M: :X
MRES: -0.000125
P: BL47P-MO-MAP-01:STAGE
PREC: 3
TWV: 1
UEIP: "Yes"
UEIP: Yes
VELO: 4

- type: pmac.dls_pmac_asyn_motor
Expand All @@ -71,7 +71,7 @@ entities:
P: BL47P-MO-MAP-01:STAGE
PREC: 3
TWV: 18
UEIP: "Yes"
UEIP: Yes
VELO: 2500

- type: pmac.CS
Expand Down

0 comments on commit a749f2a

Please sign in to comment.