Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:4
-
Sprint:TSSW Sprint - Mar 30 - Apr 13, TSSW Sprint - Apr 13 - Apr 27, TSSW Sprint - Apr 27 - May 11
-
Team:Telescope and Site
-
Urgent?:No
Description
Build a model that connects to the ADAM and can read voltages off the analog inputs.
Attachments
Issue Links
- is parent task of
-
DM-24775 Fix negative sign issue in ts_pressureSensor
- Done
Created model class and a jupyter notebook to test it
In the jupyter notebook you can see the ADAM reporting all analog input channels. All of them report -10V except for channel 5, which the pressure sensor is connected to
https://github.com/lsst-ts/ts_pressureSensor/blob/master/python/lsst/ts/pressureSensor/Untitled.ipynb
(In this notebook I also tried opening 2 connections to the same device to see if they step on each other)
I am going to rework this CSC somewhat so that we can configure any combination of thermometers or pressure sensors per ADAM device, so some of this work will be revisited