Skip to content
Snippets Groups Projects
Commit 18c0d691 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

Merge branch 'add-statistic-emit-ports' into 'master'

Add missing statistics emit ports to nomad job file

See merge request !771
parents a6c90886 4a288641
No related branches found
No related tags found
1 merge request!771Add missing statistics emit ports to nomad job file
......@@ -40,9 +40,12 @@ devices:
- class: Beamlet
- class: BST
ports:
lba: 5003
hba0: 5013
hba1: 5023
lba_in: 5003
hba0_in: 5013
hba1_in: 5023
lba_out: 5103
hba0_out: 5113
hba1_out: 5123
- class: Calibration
- class: CCD
- class: Configuration
......@@ -58,15 +61,21 @@ devices:
- class: SDPFirmware
- class: SST
ports:
lba: 5001
hba0: 5011
hba1: 5021
lba_in: 5001
hba0_in: 5011
hba1_in: 5021
lba_out: 5101
hba0_out: 5111
hba1_out: 5121
- class: StationManager
- class: TemperatureManager
- class: TileBeam
- class: UNB2
- class: XST
ports:
lba: 5002
hba0: 5012
hba1: 5022
lba_in: 5002
hba0_in: 5012
hba1_in: 5022
lba_out: 5102
hba0_out: 5112
hba1_out: 5122
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment