Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions roles/deploy_ioc/vars/adphantom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ deploy_ioc_use_ad_common: true
deploy_ioc_required_module: adphantom_329598e
deploy_ioc_template_root_path:
"{{ deploy_ioc_required_module_path }}/iocs/phantomIOC"
deploy_ioc_device_specific_env:
QSIZE: 20
XSIZE: 1280
YSIZE: 960
NCHANS: 1280
CBUFFS: 100
MAX_THREADS: 8
EPICS_DB_INCLUDE_PATH: "$(ADCORE)/db"
NELEMENTS: 5000000
PORT: "PH1"
CTRL_PORT: 7115
DATA_PORT: 7116
2 changes: 1 addition & 1 deletion roles/device_roles/adphantom/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADPhantom:
type: "adphantom"
environment:
PREFIX: "XF:31ID1-ES{VEO:Cam-1}"
ENGINEER: "K. Barry"
ENGINEER: "J. Wlodek"
MAC_ADDR: "1423f21fdeb0"
INTF: "eno5"
CAMERA_IP: "100.100.214.107"
Expand Down
7 changes: 6 additions & 1 deletion roles/device_roles/adphantom/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ type: enum("adphantom")
environment:
ENGINEER: str()
PREFIX: str()
CAMERA_IP: str()
CAMERA_IP: any(ip(), hostname())
NUM_CINES: int()
MAC_ADDR: str()
INTF: str()
XSIZE: int(required=False)
YSIZE: int(required=False)
CTRL_PORT: int(required=False)
DATA_PORT: int(required=False)
PORT: str(required=False)