Skip to content

Commit

Permalink
add stdarray plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 29, 2024
1 parent bb87f7e commit c069dd9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions services/bl01t-di-cam-01/config/ioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,27 @@ entities:
PORT: DET.DET
P: BL01T-DI-CAM-01
R: ":DET:"
WIDTH: 1024
HEIGHT: 1024

- type: ADCore.NDPvaPlugin
PORT: DET.PVA
PVNAME: BL01T-DI-CAM-01:PVA:OUTPUT
P: BL01T-DI-CAM-01
R: ":PVA:"
NDARRAY_PORT: DET.DET

- type: ADCore.NDStdArrays
PORT: DET.ARR
P: BL01T-DI-CAM-01
R: ":ARR:"
NDARRAY_PORT: DET.DET
TYPE: Int8
NELEMENTS: 1048576
FTVL: UCHAR

# - type: ADCore.NDROI
# PORT: DET.ROI
# P: BL01T-DI-CAM-01
# R: ":ROI:"
# NDARRAY_PORT: DET.DET
2 changes: 1 addition & 1 deletion services/pvagw/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
command: -c "pvagw /config/pvagw.config"

profiles:
- deploy
- removed_due_to_networking_issue

configs:
pvagw_config:
Expand Down

0 comments on commit c069dd9

Please sign in to comment.