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

Feature request: Consolidate all hardware configuration details into a single devices.toml file in profile_collection.startup #24

Open
PriyankaKetkarBNL opened this issue Sep 10, 2024 · 0 comments
Assignees

Comments

@PriyankaKetkarBNL
Copy link
Contributor

In its current state, hardware is defined in the rsoxs.HW package. Hardware classes are inherited from the ophyd, sst_base, etc. packages or defined within rsoxs.HW. Then, each individual hardware is defined as an object of the aforementioned classes by inputting a process variable (PV) name and other parameters. Such objects are defined in multiple files within rsoxs.HW. This can be problematic if PV names get changed, as multiple files would be affected.

In this feature request, the goal is to define all configuration details (object class, PV name, other parameters, etc.) in a single devices.toml file, which would be loaded upon startup of the profile_collection package. Object classes still would be defined in their original locations.

@PriyankaKetkarBNL PriyankaKetkarBNL self-assigned this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant