Skip to content

Commit

Permalink
Merge pull request #342 from lsst-ts/tickets/DM-46571
Browse files Browse the repository at this point in the history
Tickets/dm 46571
  • Loading branch information
wvreeven authored Nov 5, 2024
2 parents 5c9f2c9 + e6e309d commit b0d071c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
23 changes: 18 additions & 5 deletions ESS/v7/_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ instances:
MT camera rotator motor 1,
MT camera rotator motor 2
# - sal_index: 101 -> now 111
# - sal_index: 102 -> now 112
# - sal_index: 103 -> now 113
- sal_index: 104
data_clients:
- client_class: LabJackAccelerometerDataClient
Expand Down Expand Up @@ -179,7 +182,7 @@ instances:
config:
host: camera-ess01.cp.lsst.org
devices:
- name: M1M3-ESS01
- name: Camera-ESS01
device_type: Serial
serial_port: /dev/serial1
sensor_type: HX85A
Expand All @@ -188,9 +191,9 @@ instances:
data_clients:
- client_class: ControllerDataClient
config:
host: m2-ess01.cp.lsst.org
host: m2-ess02.cp.lsst.org
devices:
- name: MTDome-ESS02
- name: M2-ESS02
device_type: Serial
serial_port: /dev/serial1
sensor_type: HX85A
Expand All @@ -201,7 +204,7 @@ instances:
config:
host: m1m3-ess01.cp.lsst.org
devices:
- name: MTDome-ESS03
- name: M1M3-ESS03
device_type: Serial
serial_port: /dev/serial1
sensor_type: HX85BA
Expand Down Expand Up @@ -330,7 +333,7 @@ instances:
location: AT Dome
# 1 sample per second so for 1 minute that is 60 samples.
num_samples: 60
# - sal_index: 205 This used to be used for the Gill anemometer which is now 110.
# - sal_index: 205 -> now 110

- sal_index: 301
data_clients:
Expand All @@ -357,3 +360,13 @@ instances:
scale_offset_wind_speed: [0.0834, 0]
scale_rain_rate: 0.25
location: "Weather tower"
- sal_index: 302
data_clients:
- client_class: EarthquakeDataClient
config:
host: 139.229.178.22
port: 6330
serial_id: 01000018753C8C49
max_read_timeouts: 5
sensor_name: Q330
location: Inside pier 5th floor
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ DevelopPipeline(
extra_packages: [
// Dependencies
"lsst-ts/ts_ess_common",
"lsst-ts/ts_ess_earthquake",
"lsst-ts/ts_ess_labjack",
"lsst-ts/ts_simactuators",
"lsst-ts/ts_tcpip",
Expand Down
2 changes: 2 additions & 0 deletions Watcher/v6/_summit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rules:
- name: ESS:203
- name: ESS:204
- name: ESS:301
- name: ESS:302
- name: Electrometer:101
- name: Electrometer:102
- name: Electrometer:201
Expand Down Expand Up @@ -110,6 +111,7 @@ rules:
- name: ESS:203
- name: ESS:204
- name: ESS:301
- name: ESS:302
- name: Electrometer:101
- name: Electrometer:102
- name: Electrometer:201
Expand Down
1 change: 1 addition & 0 deletions ups/ts_config_ocs.table
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ setupOptional(ts_electrometer)
setupOptional(ts_epm)
setupOptional(ts_ess_common)
setupOptional(ts_ess_csc)
setupOptional(ts_ess_earthquake)
setupOptional(ts_ess_labjack)
setupOptional(ts_fiberspectrograph)
setupOptional(ts_genericcamera)
Expand Down

0 comments on commit b0d071c

Please sign in to comment.