Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions config/hshk/hshk_hkdettherm.yaml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions config/hshk/hshk_hkpress.yaml
Original file line number Diff line number Diff line change
@@ -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
33 changes: 33 additions & 0 deletions config/hsyj/hsyj_yjdettherm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ATCLakeshore - Lakeshore 336 for the BLUE-yj dewar
#
# Usage:
# daemons/generic/lakeshore -c config/hsyj/hsyj_yjdettherm.yaml

peer_id: yjdettherm
group_id: hsyj

hardware:
ip_address: 192.168.29.175
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
17 changes: 17 additions & 0 deletions config/hsyj/hsyj_yjpress.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading