From b408e4e31ff7736859a802f0d636f9e91d98eb29 Mon Sep 17 00:00:00 2001 From: Don Neill Date: Mon, 14 Sep 2026 18:06:44 -0700 Subject: [PATCH 1/2] Initial revisions of hshk_hkdettherm.yaml, hshk_hkpress.yaml, hsyj_yjdettherm.yaml, and hsyj_yjpress.yaml --- config/hshk/hshk_hkdettherm.yaml | 33 ++++++++++++++++++++++++++++++++ config/hshk/hshk_hkpress.yaml | 17 ++++++++++++++++ config/hsyj/hsyj_yjdettherm.yaml | 33 ++++++++++++++++++++++++++++++++ config/hsyj/hsyj_yjpress.yaml | 17 ++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 config/hshk/hshk_hkdettherm.yaml create mode 100644 config/hshk/hshk_hkpress.yaml create mode 100644 config/hsyj/hsyj_yjdettherm.yaml create mode 100644 config/hsyj/hsyj_yjpress.yaml diff --git a/config/hshk/hshk_hkdettherm.yaml b/config/hshk/hshk_hkdettherm.yaml new file mode 100644 index 0000000..3a8e167 --- /dev/null +++ b/config/hshk/hshk_hkdettherm.yaml @@ -0,0 +1,33 @@ +# HKLakeshore - Lakeshore 336 for the RED-hk dewar +# +# Usage: +# daemons/generic/lakeshore -c config/hshk/hshk_hkdettherm.yaml + +peer_id: hkdettherm +group_id: hshk + +hardware: + ip_address: 192.168.29.185 + tcp_port: 7777 + model336: true + opt3062: false + celsius: false + +sensors: + - channel: A + keyword: tA_detector + - channel: B + keyword: tB_penguin + - channel: C + keyword: tC + - channel: D + keyword: tD + +heaters: + - id: 1 + keyword: 1_detector + - id: 2 + keyword: 2_penguin + +logging: + level: INFO diff --git a/config/hshk/hshk_hkpress.yaml b/config/hshk/hshk_hkpress.yaml new file mode 100644 index 0000000..dd4fe5b --- /dev/null +++ b/config/hshk/hshk_hkpress.yaml @@ -0,0 +1,17 @@ +# HKPress — Inficon VGC502 RED-hk pressure gauge +# +# Usage: +# daemons/generic/inficon -c config/hshk/hshk_hkpress.yaml + +peer_id: hkpress +group_id: hshk + +hardware: + ip_address: 192.168.29.132 + tcp_port: 8000 + +gauges: + n_gauges: 2 + +logging: + level: INFO diff --git a/config/hsyj/hsyj_yjdettherm.yaml b/config/hsyj/hsyj_yjdettherm.yaml new file mode 100644 index 0000000..15101a5 --- /dev/null +++ b/config/hsyj/hsyj_yjdettherm.yaml @@ -0,0 +1,33 @@ +# ATCLakeshore - Lakeshore 336 for the BLUE-yj dewar +# +# Usage: +# daemons/generic/lakeshore -c config/hsyj/hsyj_yjdettherm.yaml + +peer_id: yjtherm +group_id: hsyj + +hardware: + ip_address: 192.168.29.175 + tcp_port: 7777 + model336: true + opt3062: true + celsius: false + +sensors: + - channel: A + keyword: tA_detector + - channel: B + keyword: tB_penguin + - channel: C + keyword: tC + - channel: D + keyword: tD + +heaters: + - id: 1 + keyword: 1_detector + - id: 2 + keyword: 2_getter + +logging: + level: INFO diff --git a/config/hsyj/hsyj_yjpress.yaml b/config/hsyj/hsyj_yjpress.yaml new file mode 100644 index 0000000..0f28ec5 --- /dev/null +++ b/config/hsyj/hsyj_yjpress.yaml @@ -0,0 +1,17 @@ +# YJPress — Inficon VGC502 BLUE-yj pressure gauge +# +# Usage: +# daemons/generic/inficon -c config/hsyj/hsyj_yjpress.yaml + +peer_id: yjpress +group_id: hsyj + +hardware: + ip_address: 192.168.29.131 + tcp_port: 8000 + +gauges: + n_gauges: 2 + +logging: + level: INFO From 5b2cb41a91e83a6186ea8f86116311cb709ecee2 Mon Sep 17 00:00:00 2001 From: Don Neill Date: Wed, 16 Sep 2026 12:00:59 -0700 Subject: [PATCH 2/2] Fix a few typos in hsyj_yjdettherm.yaml --- config/hsyj/hsyj_yjdettherm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hsyj/hsyj_yjdettherm.yaml b/config/hsyj/hsyj_yjdettherm.yaml index 15101a5..ea71dc8 100644 --- a/config/hsyj/hsyj_yjdettherm.yaml +++ b/config/hsyj/hsyj_yjdettherm.yaml @@ -3,14 +3,14 @@ # Usage: # daemons/generic/lakeshore -c config/hsyj/hsyj_yjdettherm.yaml -peer_id: yjtherm +peer_id: yjdettherm group_id: hsyj hardware: ip_address: 192.168.29.175 tcp_port: 7777 model336: true - opt3062: true + opt3062: false celsius: false sensors: @@ -27,7 +27,7 @@ heaters: - id: 1 keyword: 1_detector - id: 2 - keyword: 2_getter + keyword: 2_penguin logging: level: INFO