-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add base AD PVs such as SDK, Firmware, Serial Number #1070
base: master
Are you sure you want to change the base?
Conversation
Can you drop the first two commits from this branch and force-push to have just the third? |
I dropped the two prior commits, and pushed the 3-rd commit. |
There are now 6 commits... |
@kgofron @tacaswell wants the original two commits dropped from history.
|
'--force-with-lease' does not work:
Used '--force'
======================= |
manufacturer = ADCpt(EpicsSignalRO, "Manufacturer_RBV") | ||
model = ADCpt(EpicsSignalRO, "Model_RBV") | ||
serial_number = ADCpt(EpicsSignalRO, "SerialNumber_RBV") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these came in from AreaDetector R2-6: https://klauer.github.io/ad_compare/ (search for SerialNumber_RBV
and check the first column that doesn't say 'no
').
It's (probably) fine if ophyd starts assuming a newer version of AreaDetector than the ancient R1-9-1, but it should at least be a very prominent part of the release notes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we could read the Signal for ADCoreVersion_RBV
and then conditionally include functionality based on that? Though I agree that assuming newer than R1-9-1 going forward is probably OK
@kgofron I suspect you did the merge on GH and so you need to either pull that merge commit you created on the remote first or else do plain |
No description provided.