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

Camera MTE3 sensor temperature read back value does not update until "Acquire" start. #22

Open
LeeYangLBLBCS opened this issue Jul 11, 2023 · 3 comments

Comments

@LeeYangLBLBCS
Copy link

Running MTE3 on ubuntu 18.04.
Camera sensor RBV value does not change until I command "Acquire" image.

@MarkRivers
Copy link
Member

I looked at the driver. There is no explicit code to read the temperature. It appears to happen in a callback function that PICAM calls when it changes. I don't know when those callbacks are enabled and occur.

@LeeYangLBLBCS
Copy link
Author

I noticed that the ADPICam's database template:
https://github.com/areaDetector/ADPICam/blob/master/PICamApp/Db/PICam.template
is not referencing ADBase.template.
Maybe that's why the Temperature PV is not handled?

@MarkRivers
Copy link
Member

ADBase.template is being explicitly loaded in st.cmd, rather than being included in PICam.template:

dbLoadRecords("$(ADCORE)/db/ADBase.template", "P=$(PREFIX),R=cam1:,PORT=$(PORT),ADDR=0,TIMEOUT=1")

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

No branches or pull requests

2 participants