Skip to content

Commit

Permalink
enable PVA plugins by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 25, 2024
1 parent e4bfadd commit 7c22c2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/bl46p-ea-dcam-01/config/ioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ entities:
- type: epics.dbpf
pv: BL46P-EA-DET-01:DET:GC_GevSCPSPacketSize
value: "1500"

- type: epics.dbpf
pv: BL46P-EA-DET-01:TX:EnableCallbacks
value: "1"
4 changes: 4 additions & 0 deletions services/bl46p-ea-dcam-02/config/ioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ entities:
- type: epics.dbpf
pv: BL46P-EA-DET-02:DET:AcquireTime
value: "0.5"

- type: epics.dbpf
pv: BL46P-EA-DET-02:TX:EnableCallbacks
value: "1"

0 comments on commit 7c22c2d

Please sign in to comment.