Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

26 create oav device #27

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
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
1,315 changes: 790 additions & 525 deletions Pipfile.lock

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions s03_configs/oav.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- tickit_devices.oav.oav_edge_detection.OAV_DI_OAV:
name: oav_di_oav
inputs: {}
ioc_name: "BLO3S-DI-OAV-01"
db_file: "tickit_devices/oav/db_files/DI-OAV.db"
port: 25570
- tickit_devices.oav.oav_edge_detection.OAV_DEVICE_DEFAULT:
name: oav_di_ioc
inputs: {}
ioc_name: "BLO3S-DI-IOC-01"
db_file: "tickit_devices/oav/db_files/DI-IOC.db"
port: 25569
- tickit_devices.oav.oav_edge_detection.OAV_DEVICE_DEFAULT:
name: oav_ea_fscn
inputs: {}
ioc_name: "BLO3S-EA-FSCN-01"
db_file: "tickit_devices/oav/db_files/EA-FSCN.db"
port: 25568
- tickit_devices.oav.oav_edge_detection.OAV_DEVICE_DEFAULT:
name: oav_ea_oav
inputs: {}
ioc_name: "BLO3S-EA-OAV-01"
db_file: "tickit_devices/oav/db_files/EA-OAV.db"
port: 25567
- tickit_devices.oav.oav_edge_detection.OAV_DEVICE_DEFAULT:
name: oav_ea_bl
inputs: {}
ioc_name: "BL03S-EA-BL-01"
db_file: "tickit_devices/oav/db_files/EA-BL.db"
port: 25566
Empty file added tickit_devices/oav/__init__.py
Empty file.
Loading