generated from ImperialCollegeLondon/poetry_template_2
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Read data from secondary thermistor on TC4820 #525
Labels
should_have
Things that should be included in the project
Comments
I'm not convinced we need this and we do have to prioritise our tasks. @jonemurray? |
It’s something that I’d like to implement for UNIRAS and by default it would work for FINESSE as the components are the same. Hopefully not an issue to do?
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Alex Dewar ***@***.***>
Sent: Friday, October 11, 2024 1:02:56 PM
To: ImperialCollegeLondon/FINESSE ***@***.***>
Cc: Murray, Jonathan E ***@***.***>; Mention ***@***.***>
Subject: Re: [ImperialCollegeLondon/FINESSE] Read data from secondary thermistor on TC4820 (Issue #525)
This email from ***@***.*** originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list<https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping for this address.
I'm not convinced we need this and we do have to prioritise our tasks. @jonemurray<https://github.com/jonemurray>?
—
Reply to this email directly, view it on GitHub<#525 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A32RD2INBQNNZXVZDH7F65TZ2647BAVCNFSM6AAAAABPYY5POOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGI3DONBQHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Nope, we can look at this. We might need to chat about it at some point though, so I'll leave it as "needs info" |
Great 😊
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Alex Dewar ***@***.***>
Sent: Friday, October 11, 2024 1:19:59 PM
To: ImperialCollegeLondon/FINESSE ***@***.***>
Cc: Murray, Jonathan E ***@***.***>; Mention ***@***.***>
Subject: Re: [ImperialCollegeLondon/FINESSE] Read data from secondary thermistor on TC4820 (Issue #525)
This email from ***@***.*** originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list<https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping for this address.
Nope, we can look at this. We might need to chat about it at some point though, so I'll leave it as "needs info"
—
Reply to this email directly, view it on GitHub<#525 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A32RD2MVRRUCHXM4GVEU6FLZ26667AVCNFSM6AAAAABPYY5POOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGI4TMMZUGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TC4820 features an optional secondary thermistor input for sensing alarm conditions. Interest has been expressed in making use of this feature.
Appendix B of the manual hopefully contains the information required to do this. A quick scan of section "IV. Serial Commands" makes me think we might just be able use
request_decimal("040000")
(cf.request_decimal("010000")
for reading the control thermistor temperature), if all we want to do is read the temperature from this secondary thermistor.The text was updated successfully, but these errors were encountered: