...
Table of Contents:
Table of Contents |
---|
Page Status
...
Date
...
Initials
...
Change
...
June 24, 2021
...
SG
...
Changed page name from “Lakeshore 224-12” to match convention used with other device pages
...
May 10, 2021
...
SG
...
Introduction
Three Lakeshore controllers are used for high precision temperature telemetry within KPF.
...
Relevant Devices
Description | Qty | Source | Part Number | High Precision Temperature Sensors|
---|---|---|---|---|
Green Lakeshore | 1 | Lakeshore | 224-12 | |
Red Lakeshore | 1 | Lakeshore | 224-12 | |
Cryostat Temperature SensorsSpectrometer Lakeshore | 1 | Lakeshore | 224-12 | |
RTD Sensors | 36 | Honeywell | Honeywell PN: HRTS-5760-B-U-1-12 |
NOTE: we have two three identical devices. The only difference in the control software between the two will be the look-up table which maps the Lakeshore sensor input names (i.e. ‘C1’) to physical sensor locations within KPF (i.e. ‘Echelle’)same KTL dispatcher is used for all three, however each device has a its own configuration file as described within the “Dispatcher Configuration File” section below.
...
Relevant Functional Block Diagram
...
Both The three Lakeshores will be set up the same, with sensors placed at within (or withinaround) the vacuum chamber. The temperature sensor cable details differ depending on where the sensors are placed, see “Installation Details and Sensor Locations” table below for more details.
Software Actions
...
...
Installation Details and Sensor Locations
Description | File | Notes | |
---|---|---|---|
1 |
Read 12 temperature values
Installation details and sensor locations | ||
2 |
Required Adjustable Settings
...
Setting
...
When Needed
...
Notes
...
Build
...
Observing
...
Maintenance
...
Temperature measurement frequency
...
Yes
...
No
...
Maybe
Device Set-up Parameters
...
Input B Temperature [deg C]
...
Input C1 Temperature [deg C]
...
Input C2 Temperature [deg C]
...
Input C3 Temperature [deg C]
...
Input C4 Temperature [deg C]
...
Input C5 Temperature [deg C]
...
Input D1 Temperature [deg C]
...
Input D2 Temperature [deg C]
...
Input D3 Temperature [deg C]
...
Input D4 Temperature [deg C]
...
Input D5 Temperature [deg C]
Lakeshore Input Names/KPF Location Look-up Tables
Green Lakeshore
...
Lakeshore Input
...
KPF Location
...
Notes
...
A
Green Cryostat
Individual Locations TBD
...
B
...
C1
...
C2
...
C3
...
C4
...
C5
...
D1
...
D2
Spectrometer
Individual Locations TBD
...
D3
...
D4
...
D5
Red Lakeshore
...
Lakeshore Input
...
KPF Location
...
Notes
...
A
Red Cryostat
Individual Locations TBD
...
B
...
C1
...
C2
...
C3
...
C4
...
C5
...
D1
...
D2
Spectrometer
Individual Locations TBD
...
D3
...
D4
...
D5
Required Alarms
Parameter
Threshold
Notes
Interconnection Diagram | |||||
3 | Sensor cable harness fabrication details |
|
...
Required Telemetry
...
Parameter
...
Report Frequency
...
Purpose
...
Notes
...
Input A Temperature [deg C]
...
Once every 5 sec [TBC]
...
Environmental monitoring
| |||
4 | Cable details between Lakeshores and vacuum chamber |
...
Relevant Datasheets & Manuals
Description
File
Source
Description | File | Source | |||||
---|---|---|---|---|---|---|---|
1 | Device Manual |
| |||||
2 | Rack Mounting Instructions |
|
Relevant Software
3 | RTD Sensor Datasheet |
|
Written by S. Gibson for tests at SSL.
Dispatcher Implementation
...
Covers many sensors, the part number of the sensor KPF uses is: HRTS-5760-B-U-1-12. | DigiKey download. |
...
Dispatcher Configuration File
Each Lakeshore has a unique name, noted as $(NAME). Currently the names are green and red but that can easily change. That name is used to denote details about the connections.
Finally, each Each sensor has a unique name, noted as $(sensor). That name is set by the configuration file. The keyword for the sensor is set by the sensor name. The units, data type, and display format are also all defined in the configuration file.
...
Keyword
...
Value
...
Type
...
$(NAME)_SERIAL
...
LSA2BFB/OCD2BFB/OCC2BFB
Serial number of device read at connection.
...
String - read only
...
$(NAME)_REV
...
1.2
Version of device, read at connection
...
String - read only
...
$(sensor_name)
...
-273.15
...
Read only value from the sensor. The type, units, and format is determined by the configuration file (see below)
...
DISP$(DISPNUM)STA
...
0 - Ready
1 - Initializing
2 - Shutting down
3 - Connecting
4 - Not connected
...
Read only enumerated list gives status of the dispatcher. Ready means connected to the device. Initializing occurs at start up, shutting down when exiting, connecting when connecting and not connected when the connection to the Lakeshore is lost.
...
DISP$(DISPNUM)STOP
...
0 - Go
1 - Stop
...
Boolean that is writable, 1 means that the dispatcher exits.
...
DISP$(DISPNUM)CONN
...
IP address and port separated by colon
...
Read only string set in configuration file.
...
DISP$(DISPNUM)DEV
...
Device name
...
Read only string set in configuration file.
...
Other DISP keywords
...
last request, memory, clock, message and error
...
The standard dispatcher keywords.
...
Note, beyond the blocks device and dispatcher each sensor needs its own block. That block named by the sensor name, so, A, B, C1, etc.
...