cgse-common 2023.1.4__py3-none-any.whl → 2024.1.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
egse/settings.yaml CHANGED
@@ -1,980 +1,7 @@
1
- Common-EGSE:
2
- VERSION: 2023.38.0+CGSE # bump version here and below
3
- RELEASE: September 2023, 2023.38.0+CGSE
4
-
5
1
  SITE:
6
2
  ID: XXX
7
3
  SSH_SERVER: localhost # The IP address of the SSH server on your site
8
4
  SSH_PORT: 22 # The TCP/IP port on which the SSH server is listening
9
5
 
10
- REPO:
11
- PLATO_CGSE_CONF: ENV['PLATO_CONF_REPO_LOCATION']
12
-
13
- DSI:
14
-
15
- # Application settings
16
-
17
- RX_BUFFER_LENGTH: 32768 # The size of the reception buffer for RMAP messages
18
- TX_BUFFER_LENGTH: 5120 # The size of the transmission buffer for RMAP messages
19
-
20
- # DSI Specific Settings
21
-
22
- DSI_FEE_IP_ADDRESS: localhost # IP address of the DSI EtherSpaceLink interface
23
- DSI_FEE_PORT: 4949 # The TCP/IP port where the DSI is listening for connections
24
- DSI_DPU_IP_ADDRESS: localhost # IP address of the DSI EtherSpaceLink interface
25
- DSI_DPU_PORT: 4949 # The TCP/IP port where the DSI is listening for connections
26
- LINK_SPEED: 100 # SpW link speed used for both up- and downlink
27
-
28
-
29
- # RMAP Specific Settings
30
-
31
- INITIATOR_LOGICAL_ADDRESS: 0x50 # The logical address for the initiator, i.e. the DPU Simulator
32
- TARGET_LOGICAL_ADDRESS: 0x51 # The logical address for the target, i.e. the FEE Simulator
33
-
34
- RMAP_BASE_ADDRESS: 0x00000000 # The start of the RMAP memory map managed by the FEE
35
- RMAP_MEMORY_SIZE: 0x1000000 # The size of the RMAP memory map managed by the FEE, i.e. 16MB
36
-
37
- ESL_DYLIB_FILENAME: EtherSpaceLink_v34_86.dylib # Filename of the dynamic library for EtherSpaceLink
38
- RMAP_DYLIB_FILENAME: ESL-RMAP_v34_86.dylib # Filename of the dynamic library for EtherSpaceLink RMAP
39
-
40
- DPU:
41
-
42
- TIMEOUT_MS: 1000 # Timeout in milli seconds
43
- HDF5_QUEUE: "hdf5_queue" # Where in $PLATO_DATA_STORAGE_LOCATION the queue of HDF5 files will be stored
44
-
45
- FEE:
46
- # The last setting of duplicates will be the one selected!
47
-
48
- PLATOSIM_FILENAME: "SF500x500_E100.hdf5" # SubField 500x500, # Exposures 100
49
-
50
- N-FEE:
51
- ROUND_TRIP_FOR_RMAP_COMMAND: 100 # how much time does it take to send an RMAP write
52
- # command and get a response back [milliseconds]
53
- ORIGIN_SPW_DATA: N-FEE_SPW # used by the DPU Processor to register to Storage
54
- ORIGIN_SPW_DATA_TYPE: HDF5
55
- ORIGIN_CCD_DATA: N-FEE_CCD
56
- ORIGIN_CCD_DATA_TYPE: FITS
57
-
58
-
59
6
  PROCESS:
60
7
  METRICS_INTERVAL: 10
61
-
62
- # ---------- Controllers ---------------------------------------------------------------------------
63
-
64
- OGSE Controller:
65
- HOSTNAME: localhost
66
- PORT: 4181
67
-
68
- TCS Controller:
69
- HOSTNAME: localhost
70
- COMMANDING_PORT: 6666
71
- TELEMETRY_PORT: 6667
72
-
73
- Keithley DAQ6510:
74
- HOSTNAME: localhost
75
- PORT: 5025
76
- MAC_ADDRESS: 08:00:11:24:0C:7A
77
- SERIAL_NUMBER: 04457823
78
- TIMEOUT: 60
79
-
80
- LakeShore Controller:
81
- LS_1:
82
- TYPE: LSCI_336
83
- HOSTNAME: XXX.XXX.XXX.XXX
84
- PORT: 7777
85
- LS_2:
86
- TYPE: LSCI_336
87
- HOSTNAME: XXX.XXX.XXX.XXX
88
- PORT: 7777
89
- LS_3:
90
- TYPE: LSCI_336
91
- HOSTNAME: XXX.XXX.XXX.XXX
92
- PORT: 7777
93
-
94
- PUNA Alpha+ Controller:
95
- user_name: provide username in local settings
96
- password: provide password in local settings
97
-
98
- PMAC Controller:
99
-
100
- DEFAULT_SPEED: 2 # Default actuator speed
101
-
102
- H_1A:
103
- TYPE: ALPHA
104
- HOSTNAME: XXX.XXX.XXX.X1A
105
- PORT: 1025
106
-
107
- H_1B:
108
- TYPE: ALPHA
109
- HOSTNAME: XXX.XXX.XXX.X1B
110
- PORT: 1025
111
-
112
- H_2A:
113
- TYPE: ALPHA
114
- HOSTNAME: XXX.XXX.XXX.X2A
115
- PORT: 1025
116
-
117
- H_2B:
118
- TYPE: ALPHA
119
- HOSTNAME: XXX.XXX.XXX.X2B
120
- PORT: 1025
121
-
122
- Gimbal Controller:
123
-
124
- DEFAULT_SPEED: 0.25 # Default rotation speed (deg/s)
125
- HOSTNAME: localhost #192.168.16.220 # IP address of the Hexapod controller, use localhost if you have set up an ssh tunnel
126
- PORT: 1025 # the port number on which the Gimbal controller is listening
127
-
128
- ZONDA Controller: # Zonda controller is in reality a POWER PMAC controller. For the moment the configuration is set for an Hexapod Emulator
129
- DEFAULT_SPEED: 2 # Default actuator speed
130
- IP: 192.168.80.7 #192.168.16.175 #IP for the simulator: "192.168.56.10"
131
- PORT: 22 # the port number on which the Hexapod controller is listening
132
-
133
- Huber Controller:
134
-
135
- HOSTNAME: localhost
136
- PORT: 4243
137
- NUMBER_OF_AXES: 3 # How many axes does this controller serve?
138
- BIG_ROTATION_STAGE: 1
139
- SMALL_ROTATION_STAGE: 2
140
- TRANSLATION_STAGE: 3
141
- DEFAULT_SPEED: [15000, 15000, 15000] # Default speed for each of the axes, big and small rotation and translation
142
-
143
- Thorlabs PM100 Controller:
144
-
145
- VISA_RESOURCE: 'USB0::4883::32889::P1001855::0::INSTR'
146
-
147
- Shutter KSC101 Controller:
148
- DEVICE_ID: '68001622'
149
- BAUDRATE: 115200
150
-
151
- Filter Wheel 8SMC4 Controller:
152
- FRIENDLY_NAME: '10MCWA168-1'
153
- SERIAL: '16556'
154
- IP: '192.168.80.6'
155
- MAC_ADDRESS: c0:b0:b7:64:a3:03
156
-
157
- Standa 8SMC5 Controller:
158
- PORT_0: /dev/filterwheel0
159
- PORT_1: /dev/filterwheel1
160
-
161
- Pfeiffer ACP40 Controller:
162
- PORT: /dev/acp40
163
- BAUDRATE: 9600
164
- ADDRESS: 0
165
-
166
- KELLER Leo3 Controller:
167
- PORT: /dev/leo3
168
- BAUDRATE: 9600
169
-
170
- InstruTech IGM402 Controller:
171
- PORT: /dev/igm402
172
- BAUDRATE: 19200
173
- ADDRESS: 1
174
-
175
- Pfeiffer TPG261 Controller:
176
- PORT: /dev/tpg261
177
- BAUDRATE: 9600
178
-
179
- Pfeiffer TC400 Controller:
180
- PORT: /dev/tc400
181
- BAUDRATE: 9600
182
- ADDRESS: 1
183
-
184
- Arun SMD3 Controller:
185
- PORT: /dev/smd3
186
- BAUDRATE: 115200
187
-
188
- Aerotech Ensemble Controller:
189
- HOSTNAME: localhost
190
- PORT: 8000
191
-
192
- Agilent 34970 Controller:
193
- DAQ 0:
194
- PORT: /dev/agilent0
195
- BAUDRATE: 115200
196
- DAQ 1:
197
- PORT: /dev/agilent1
198
- BAUDRATE: 115200
199
-
200
- Agilent 34972 Controller:
201
- DAQ 0:
202
- PORT: 5025
203
- HOST: localhost
204
- DAQ 1:
205
- PORT: 5025
206
- HOST: localhost
207
-
208
- Digalox LN2 level monitor Controller:
209
- PORT: /dev/digalox
210
- BAUDRATE: 19200
211
-
212
- Thorlabs SC10 Controller:
213
- PORT: /dev/sc10
214
- BAUDRATE: 9600
215
-
216
- Lamp EQ99 Controller:
217
- DEVICE_ID: 'AL00803U'
218
- BAUDRATE: 38400
219
-
220
- SRS PTC10 Controller:
221
- HOSTNAME: localhost
222
-
223
- NI Controller:
224
- HOSTNAME: localhost
225
- CDAQ9184_PORT: 8089 # CDAQ9174_PORT: 64804 (CDAQ9184_PORT: 64803)
226
- CDAQ9375_PORT: 6340
227
-
228
- AEU Controller:
229
- HOSTNAME: localhost
230
- AWG1_PORT: 50001
231
- AWG2_PORT: 50002
232
- CRIO_PORT: 50011
233
- PSU1_PORT: 50021
234
- PSU2_PORT: 50022
235
- PSU3_PORT: 50023
236
- PSU4_PORT: 50024
237
- PSU5_PORT: 50025
238
- PSU6_PORT: 50026
239
-
240
- # ---------- Data Acquisition System (DAS) ---------------------------------------------------------
241
-
242
- Data Acquisition System:
243
-
244
- METRICS_PORT_TCS: 7004
245
- METRICS_PORT_DAQ6510: 7005
246
- METRICS_PORT_PTC10: 7006
247
- METRICS_PORT_CDAQ: 7007
248
- METRICS_PORT_N_FEE_HK: 7008
249
- METRICS_PORT_CDAQ_ALARMS: 7002
250
-
251
-
252
- # ---------- GUIs ----------------------------------------------------------------------------------
253
-
254
- PM GUI:
255
- METRICS_PORT: 8513
256
-
257
- DPU GUI:
258
- METRICS_PORT: 8514
259
-
260
- OGSE GUI:
261
- METRICS_PORT: 8515
262
-
263
- PUNA GUI:
264
- METRICS_PORT: 8541
265
-
266
- SMC9300 GUI:
267
- STATES_TIMER_INTERVAL: 1000
268
- STRIPCHART_TIMER_INTERVAL: 1000
269
- METRICS_PORT: 8542
270
-
271
- ZONDA GUI:
272
- METRICS_PORT: 8543
273
-
274
- AEU GUI:
275
- METRICS_PORT: 8544
276
-
277
- GIMBAL GUI:
278
- METRICS_PORT: 8545
279
-
280
- FW8SMC4 GUI:
281
- METRICS_PORT: 32000
282
-
283
- LAMP EQ99 GUI:
284
- METRICS_PORT: 33000
285
-
286
- CDAQ 9184 GUI:
287
- METRICS_PORT: 30001
288
-
289
- PM100A GUI:
290
- METRICS_PORT: 30000
291
-
292
- KSC101 GUI:
293
- METRICS_PORT: 31000
294
-
295
- # ---------- Notification Channels -----------------------------------------------------------------
296
-
297
- Slack Notifications:
298
-
299
- WEBHOOK: define the webhook in the local-settings.yaml on your machine
300
-
301
- # ---------- Control Servers -----------------------------------------------------------------------
302
-
303
- Logging Control Server: # LG_CS
304
-
305
- PROTOCOL: tcp
306
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
307
- LOGGING_PORT: 7000
308
- COMMANDING_PORT: 7001
309
- METRICS_PORT: 7003 # The HTTP port where Prometheus will connect to for retrieving metrics
310
- FILE_STORAGE_LOCATION: ENV['PLATO_LOG_FILE_LOCATION']
311
- MAX_NR_LOG_FILES: 20 # The maximum number of log files that will be maintained in a roll-over
312
- MAX_SIZE_LOG_FILES: 20 # The maximum size one log file can become
313
- CUTELOG_IP_ADDRESS: 127.0.0.1 # The IP address of the cutelog listening server
314
- CUTELOG_LISTENING_PORT: 19996 # The port number on which the cutelog server is listening
315
-
316
- Configuration Manager Control Server: # CM_CS
317
-
318
- PROTOCOL: tcp
319
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
320
- COMMANDING_PORT: 6000 # The port on which the controller listens to commands - REQ-REP
321
- MONITORING_PORT: 6001 # The port on which the controller sends periodic status information of the device - PUB-SUB
322
- SERVICE_PORT: 6002 # The port on which the controller listens for configuration and administration - REQ-REP
323
- METRICS_PORT: 6003 # The HTTP port where Prometheus will connect to for retrieving metrics
324
- DELAY: 1 # The delay time between publishing status information [seconds]
325
- STORAGE_MNEMONIC: CM # The mnemonic to be used in the filename storing the housekeeping data
326
- FILE_STORAGE_LOCATION: ENV['PLATO_CONF_DATA_LOCATION']
327
-
328
- Storage Control Server: # SM_CS
329
-
330
- PROTOCOL: tcp
331
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
332
- COMMANDING_PORT: 6100 # The port on which the controller listens to commands - REQ-REP
333
- MONITORING_PORT: 6101 # The port on which the controller sends periodic status information of the device - PUB-SUB
334
- SERVICE_PORT: 6102 # The port on which the controller listens for configuration and administration - REQ-REP
335
- METRICS_PORT: 6103 # The HTTP port where Prometheus will connect to for retrieving metrics
336
- DELAY: 1 # The delay time between publishing status information [seconds]
337
- FILE_STORAGE_LOCATION: ENV['PLATO_DATA_STORAGE_LOCATION']
338
-
339
- Process Manager Control Server: # PM_CS
340
-
341
- PROTOCOL: tcp
342
- HOSTNAME: localhost # The hostname that the client shall connect to, e.g. pleiad01 @ KU Leuven
343
- COMMANDING_PORT: 6200 # The port on which the controller listens to commands - REQ-REP
344
- MONITORING_PORT: 6201 # The port on which the controller sends periodic status information of the devide - PUB-SUB
345
- SERVICE_PORT: 6202 # The port number on which the controller listens for configuration and administration - REQ-REP
346
- METRICS_PORT: 6203 # The HTTP port where Prometheus will connect to for retrieving metrics
347
- DELAY: 1 # The delay time between publishing status information [seconds]
348
- STORAGE_MNEMONIC: PM # The mnemonic to be used in the filename storing the housekeeping data
349
-
350
- Synoptics Manager Control Server:
351
-
352
- PROTOCOL: tcp
353
- HOSTNAME: localhost
354
- COMMANDING_PORT: 6204 # The port on which the controller listens to commands - REQ-REP
355
- MONITORING_PORT: 6205 # The port on which the controller sends periodic status information of the devide - PUB-SUB
356
- SERVICE_PORT: 6206 # The port number on which the controller listens for configuration and administration - REQ-REP
357
- METRICS_PORT: 6207 # The HTTP port where Prometheus will connect to for retrieving metrics
358
- DELAY: 1 # The delay time between publishing status information [seconds]
359
- STORAGE_MNEMONIC: SYN # The mnemonic to be used in the filename storing the housekeeping data
360
-
361
- FDIR Manager Control Server: # FM_CS
362
-
363
- PROTOCOL: tcp
364
- HOSTNAME: localhost # The hostname that the client shall connect to, e.g. pleiad01 @ KU Leuven
365
- COMMANDING_PORT: 6300 # The port on which the controller listens to commands - REQ-REP
366
- MONITORING_PORT: 6301 # The port on which the controller sends periodic status information of the devide - PUB-SUB
367
- SERVICE_PORT: 6302 # The port number on which the controller listens for configuration and administration - REQ-REP
368
- METRICS_PORT: 6303 # The HTTP port where Prometheus will connect to for retrieving metrics
369
- DELAY: 1 # The delay time between publishing status information [seconds]
370
- STORAGE_MNEMONIC: FM # The mnemonic to be used in the filename storing the housekeeping data
371
- RECOVERY_SCRIPT_LOCATION: ENV['PLATO_RECOVERY_SCRIPT_LOCATION']
372
- LOGGING_LOCATION: ENV['PLATO_LOG_FILE_LOCATION']
373
- GRAFANA_HOSTNAME: localhost
374
- GRAFANA_PORT: 3000
375
-
376
- FDIR Remote Control Server:
377
- PROTOCOL: tcp
378
- HOSTNAME: localhost # The hostname that the client shall connect to, e.g. pleiad01 @ KU Leuven
379
- COMMANDING_PORT: 6305 # The port on which the controller listens to commands - REQ-REP
380
- MONITORING_PORT: 6306 # The port on which the controller sends periodic status information of the devide - PUB-SUB
381
- SERVICE_PORT: 6307 # The port number on which the controller listens for configuration and administration - REQ-REP
382
- METRICS_PORT: 6308 # The HTTP port where Prometheus will connect to for retrieving metrics
383
- DELAY: 1 # The delay time between publishing status information [seconds]
384
- STORAGE_MNEMONIC: FR # The mnemonic to be used in the filename storing the housekeeping data
385
-
386
- Alert Manager Control Server:
387
- PROTOCOL: tcp
388
- HOSTNAME: localhost
389
- COMMANDING_PORT: 6309
390
- MONITORING_PORT: 6310
391
- SERVICE_PORT: 6311
392
- METRICS_PORT: 6312
393
- DELAY: 5
394
- STORAGE_MNEMONIC: AM
395
- EMAIL_SENDER: ENV['PLATO_EMAIL_SENDER']
396
- EMAIL_SERVER: ENV['PLATO_EMAIL_SERVER']
397
- EMAIL_WARNING_RECIPIENTS: ENV['PLATO_EMAIL_WARNING_RECIPIENTS']
398
- EMAIL_CS_RECIPIENTS: ENV['PLATO_EMAIL_CS_RECIPIENTS']
399
- CONFIGURATION_LOCATION: ENV['PLATO_ALERT_CONFIGURATION_LOCATION']
400
-
401
-
402
- DPU Control Server:
403
-
404
- PROTOCOL: tcp
405
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
406
- COMMANDING_PORT: 6600 # The port on which the controller listens to commands - REQ-REP
407
- MONITORING_PORT: 6601 # The port on which the controller sends periodic status information of the device - PUB-SUB
408
- SERVICE_PORT: 6602 # The port on which the controller listens for configuration and administration - REQ-REP
409
- METRICS_PORT: 6603 # The HTTP port where Prometheus will connect to for retrieving metrics
410
-
411
- DPU Processor:
412
- PROTOCOL: tcp
413
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
414
- MONITORING_PORT: 30102 # The port on which the controller sends periodic status information of the device - PUB-SUB
415
- DATA_DISTRIBUTION_PORT: 30103 # The port on which SpW data will be distributed
416
-
417
- OGSE Control Server: # OGSE_CS
418
- PROTOCOL: tcp
419
- HOSTNAME: localhost
420
- COMMANDING_PORT: 4242
421
- # NOTE: Port 4243 is used by the HUBER Stages
422
- MONITORING_PORT: 4244 # The port on which the controller sends periodic status information of the device - PUB-SUB
423
- SERVICE_PORT: 4245 # The port on which the controller listens for configuration and administration - REQ-REP
424
- METRICS_PORT: 4246 # The HTTP port where Prometheus will connect to for retrieving metrics
425
- ST_DELAY: 2 # The delay time between publishing status information [seconds]
426
- HK_DELAY: 10 # The delay time between storing housekeeping information [seconds]
427
-
428
- TCS Control Server: # TCS_CS
429
-
430
- PROTOCOL: tcp
431
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
432
- COMMANDING_PORT: 6605 # The port on which the controller listens to commands - REQ-REP
433
- MONITORING_PORT: 6606 # The port on which the controller sends periodic status information of the device - PUB-SUB
434
- SERVICE_PORT: 6607 # The port on which the controller listens for configuration and administration - REQ-REP
435
- HEARTBEAT_PORT: 6608 # The port on which the controller replies to are-you-alive requests - REQ-REP
436
- METRICS_PORT: 6609 # The HTTP port where Prometheus will connect to for retrieving metrics
437
- CS_METRICS_PORT: 7004
438
- STORAGE_MNEMONIC: TCS # The mnemonic to be used in the filename storing the device housekeeping data
439
- STORAGE_TM_MNEMONIC: TCS-HK # The mnemonic used to store the telemetry housekeeping data
440
- ST_DELAY: 1 # The delay time between publishing status information [seconds]
441
- HK_DELAY: 10 # The delay time between storing housekeeping information [seconds]
442
-
443
- Hexapod PUNA Control Server: # PUNA_CS
444
-
445
- PROTOCOL: tcp
446
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
447
- COMMANDING_PORT: 6700 # The port on which the controller listens to commands - REQ-REP
448
- MONITORING_PORT: 6701 # The port on which the controller sends periodic status information of the device - PUB-SUB
449
- SERVICE_PORT: 6702 # The port on which the controller listens for configuration and administration - REQ-REP
450
- METRICS_PORT: 6703 # The HTTP port where Prometheus will connect to for retrieving metrics
451
- DELAY: 10 # The delay time between publishing status information [seconds]
452
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
453
-
454
- Hexapod ZONDA Control Server:
455
-
456
- PROTOCOL: tcp
457
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
458
- COMMANDING_PORT: 6704 # The port on which the controller listens to commands - REQ-REP
459
- MONITORING_PORT: 6705 # The port on which the controller sends periodic status information of the device - PUB-SUB
460
- SERVICE_PORT: 6706 # The port on which the controller listens for configuration and administration - REQ-REP
461
- METRICS_PORT: 6707 # The HTTP port where Prometheus will connect to for retrieving metrics
462
- DELAY: 10 # The delay time between publishing status information [seconds]
463
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
464
-
465
- Gimbal Control Server: # GIMBAL_CS
466
-
467
- PROTOCOL: tcp
468
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
469
- COMMANDING_PORT: 6708 # The port on which the controller listens to commands - REQ-REP
470
- MONITORING_PORT: 6709 # The port on which the controller sends periodic status information of the device - PUB-SUB
471
- SERVICE_PORT: 6710 # The port on which the controller listens for configuration and administration - REQ-REP
472
- METRICS_PORT: 6711 # The HTTP port where Prometheus will connect to for retrieving metrics
473
- DELAY: 10 # The delay time between publishing status information [seconds]
474
- USE_SIMULATOR: YES # Use the GimbalSimulator class instead of the actual Gimbal class
475
-
476
- Huber Control Server:
477
-
478
- PROTOCOL: tcp
479
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
480
- COMMANDING_PORT: 6800 # The port on which the controller listens to commands - REQ-REP
481
- MONITORING_PORT: 6801 # The port on which the controller sends periodic status information of the device - PUB-SUB
482
- SERVICE_PORT: 6802 # The port on which the controller listens for configuration and administration - REQ-REP
483
- METRICS_PORT: 6803 # The HTTP port where Prometheus will connect to for retrieving metrics
484
- ST_DELAY: 2 # The delay time between publishing status information [seconds]
485
- HK_DELAY: 10 # The delay time between storing housekeeping information [seconds]
486
-
487
- Lamp EQ99 Control Server:
488
- #TODO: Ask Rik to assign real values to the different ports
489
- PROTOCOL: tcp
490
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
491
- COMMANDING_PORT: 6804 # The port on which the controller listens to commands - REQ-REP
492
- MONITORING_PORT: 6805 # The port on which the controller sends periodic status information of the device - PUB-SUB
493
- SERVICE_PORT: 6806 # The port on which the controller listens for configuration and administration - REQ-REP
494
- METRICS_PORT: 6807 # The HTTP port where Prometheus will connect to for retrieving metrics
495
- DELAY: 1 # The delay time between publishing status information [seconds]
496
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
497
- STORAGE_MNEMONIC: EQ99
498
-
499
- SRS PTC10 Control Server:
500
- PROTOCOL: tcp
501
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
502
- COMMANDING_PORT: 6808 # The port on which the controller listens to commands - REQ-REP
503
- MONITORING_PORT: 6809 # The port on which the controller sends periodic status information of the device - PUB-SUB
504
- SERVICE_PORT: 6810 # The port on which the controller listens for configuration and administration - REQ-REP
505
- METRICS_PORT: 6811 # The HTTP port where Prometheus will connect to for retrieving metrics
506
- DELAY: 1 # The delay time between publishing status information [seconds]
507
- TIMEOUT: 60
508
- STORAGE_MNEMONIC: DAS-PTC10-EMPTY
509
-
510
-
511
- LakeShore Control Server:
512
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
513
- PROTOCOL: tcp
514
- LS_1:
515
- COMMANDING_PORT: 6812 # The port on which the controller listens to commands - REQ-REP
516
- MONITORING_PORT: 6813 # The port on which the controller sends periodic status information of the device - PUB-SUB
517
- SERVICE_PORT: 6814 # The port on which the controller listens for configuration and administration - REQ-REP
518
- METRICS_PORT: 6815 # The HTTP port where Prometheus will connect to for retrieving metrics
519
- STORAGE_MNEMONIC: LS-1
520
- TYPE: LSCI_336
521
- LS_2:
522
- COMMANDING_PORT: 6816 # The port on which the controller listens to commands - REQ-REP
523
- MONITORING_PORT: 6817 # The port on which the controller sends periodic status information of the device - PUB-SUB
524
- SERVICE_PORT: 6818 # The port on which the controller listens for configuration and administration - REQ-REP
525
- METRICS_PORT: 6819 # The HTTP port where Prometheus will connect to for retrieving metrics
526
- STORAGE_MNEMONIC: LS-2
527
- TYPE: LSCI_336
528
- LS_3:
529
- COMMANDING_PORT: 6820 # The port on which the controller listens to commands - REQ-REP
530
- MONITORING_PORT: 6821 # The port on which the controller sends periodic status information of the device - PUB-SUB
531
- SERVICE_PORT: 6822 # The port on which the controller listens for configuration and administration - REQ-REP
532
- METRICS_PORT: 6823 # The HTTP port where Prometheus will connect to for retrieving metrics
533
- STORAGE_MNEMONIC: LS-3
534
- TYPE: LSCI_336
535
- DELAY: 10 # The delay time between publishing status information [seconds]
536
-
537
- Thorlabs PM100 Control Server:
538
-
539
- PROTOCOL: tcp
540
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
541
- COMMANDING_PORT: 6905 # The port on which the controller listens to commands - REQ-REP
542
- MONITORING_PORT: 6906 # The port on which the controller sends periodic status information of the device - PUB-SUB
543
- SERVICE_PORT: 6907 # The port on which the controller listens for configuration and administration - REQ-REP
544
- METRICS_PORT: 6908 # The HTTP port where Prometheus will connect to for retrieving metrics
545
- DELAY: 1 # The delay time between publishing status information [seconds]
546
- STORAGE_MNEMONIC: PM100A
547
-
548
- Shutter KSC101 Control Server: # Ports to be confirmed by KUL
549
- PROTOCOL: tcp
550
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
551
- COMMANDING_PORT: 6909 # The port on which the controller listens to commands - REQ-REP
552
- MONITORING_PORT: 6910 # The port on which the controller sends periodic status information of the device - PUB-SUB
553
- SERVICE_PORT: 6911 # The port on which the controller listens for configuration and administration - REQ-REP
554
- METRICS_PORT: 6912 # The HTTP port where Prometheus will connect to for retrieving metrics
555
- DELAY: 1 # The delay time between publishing status information [seconds]
556
-
557
- Filter Wheel 8SMC4 Control Server:
558
- #TODO: asign real values to the different ports
559
- PROTOCOL: tcp
560
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
561
- COMMANDING_PORT: 6913 # The port on which the controller listens to commands - REQ-REP
562
- MONITORING_PORT: 6914 # The port on which the controller sends periodic status information of the device - PUB-SUB
563
- SERVICE_PORT: 6915 # The port on which the controller listens for configuration and administration - REQ-REP
564
- METRICS_PORT: 6916 # The HTTP port where Prometheus will connect to for retrieving metrics
565
- DELAY: 1 # The delay time between publishing status information [seconds]
566
- STORAGE_MNEMONIC: FW8SMC4
567
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
568
-
569
- Keithley Control Server:
570
-
571
- PROTOCOL: tcp
572
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
573
- COMMANDING_PORT: 6920 # The port on which the controller listens to commands - REQ-REP
574
- MONITORING_PORT: 6921 # The port on which the controller sends periodic status information of the device - PUB-SUB
575
- SERVICE_PORT: 6922 # The port on which the controller listens for configuration and administration - REQ-REP
576
- METRICS_PORT: 6923 # The HTTP port where Prometheus will connect to for retrieving metrics
577
- DELAY: 10 # The delay time between publishing status information [seconds]
578
- STORAGE_MNEMONIC: DAQ6510 # The mnemonic to be used in the filename storing the housekeeping data
579
- TIMEOUT: 90 # The timeout for DAQ6510Proxy [seconds]. timeout must be > scan count * interval + (one scan duration)
580
-
581
- BeagleBone Heater Control Server:
582
-
583
- PROTOCOL: tcp
584
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. stardust @ SRON
585
- # HOSTNAME: 10.33.178.140 # The hostname that client shall connect to, e.g. stardust @ SRON
586
- COMMANDING_PORT: 6930 # The port on which the controller listens to commands - REQ-REP
587
- MONITORING_PORT: 6931 # The port on which the controller sends periodic status information of the device - PUB-SUB
588
- SERVICE_PORT: 6932 # The port on which the controller listens for configuration and administration - REQ-REP
589
- HEARTBEAT_PORT: 6933 # The port on which the controller replies to are-you-alive requests - REQ-REP
590
- METRICS_PORT: 6934 # The HTTP port where Prometheus will connect to for retrieving metrics
591
- DELAY: 10 # The delay time between publishing status information [seconds]
592
- STORAGE_MNEMONIC: BBB_HEATERS # The mnemonic to be used in the filename storing the housekeeping data
593
-
594
- BeagleBone Valve Control Server:
595
- PROTOCOL: tcp
596
- HOSTNAME: localhost
597
- COMMANDING_PORT: 8210
598
- MONITORING_PORT: 8211
599
- SERVICE_PORT: 8212
600
- HEARTBEAT_PORT: 8213
601
- METRICS_PORT: 8214
602
- DELAY: 10
603
- STORAGE_MNEMONIC: BBB_VALVES
604
-
605
- BeagleBone Lamp Control Server:
606
- PROTOCOL: tcp
607
- HOSTNAME: localhost
608
- COMMANDING_PORT: 7215
609
- MONITORING_PORT: 7216
610
- SERVICE_PORT: 7217
611
- HEARTBEAT_PORT: 7218
612
- METRICS_PORT: 7219
613
- DELAY: 10
614
- STORAGE_MNEMONIC: BBB_LAMP
615
-
616
- BeagleBone GSM Control Server:
617
- PROTOCOL: tcp
618
- HOSTNAME: localhost
619
- COMMANDING_PORT: 7220
620
- MONITORING_PORT: 7221
621
- SERVICE_PORT: 7222
622
- HEARTBEAT_PORT: 7223
623
- METRICS_PORT: 7224
624
- DELAY: 10
625
- STORAGE_MNEMONIC: BBB_GSM
626
-
627
- SPID Control Server:
628
-
629
- PROTOCOL: tcp
630
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. stardust @ SRON
631
- # HOSTNAME: 10.33.178.140 # The hostname that client shall connect to, e.g. stardust @ SRON
632
- COMMANDING_PORT: 6935 # The port on which the controller listens to commands - REQ-REP
633
- MONITORING_PORT: 6936 # The port on which the controller sends periodic status information of the device - PUB-SUB
634
- SERVICE_PORT: 6937 # The port on which the controller listens for configuration and administration - REQ-REP
635
- HEARTBEAT_PORT: 6938 # The port on which the controller replies to are-you-alive requests - REQ-REP
636
- METRICS_PORT: 6939 # The HTTP port where Prometheus will connect to for retrieving metrics
637
- DELAY: 10 # The delay time between publishing status information [seconds]
638
- STORAGE_MNEMONIC: SPID # The mnemonic to be used in the filename storing the housekeeping data
639
-
640
- Pfeiffer ACP40 Control Server:
641
-
642
- PROTOCOL: tcp
643
- HOSTNAME: localhost
644
- COMMANDING_PORT: 6940 # The port on which the controller listens to commands - REQ-REP
645
- MONITORING_PORT: 6941 # The port on which the controller sends periodic status information of the device - PUB-SUB
646
- SERVICE_PORT: 6942 # The port on which the controller listens for configuration and administration - REQ-REP
647
- HEARTBEAT_PORT: 6943
648
- METRICS_PORT: 6944
649
- DELAY: 10 # The delay time between publishing status information [seconds]
650
- STORAGE_MNEMONIC: ACP40 # The mnemonic to be used in the filename storing the housekeeping data
651
-
652
- Pfeiffer TC400 Control Server:
653
-
654
- PROTOCOL: tcp
655
- HOSTNAME: localhost
656
- COMMANDING_PORT: 6945 # The port on which the controller listens to commands - REQ-REP
657
- MONITORING_PORT: 6946 # The port on which the controller sends periodic status information of the device - PUB-SUB
658
- SERVICE_PORT: 6947 # The port on which the controller listens for configuration and administration - REQ-REP
659
- HEARTBEAT_PORT: 6948
660
- METRICS_PORT: 6949
661
- DELAY: 10 # The delay time between publishing status information [seconds]
662
- STORAGE_MNEMONIC: TC400 # The mnemonic to be used in the filename storing the housekeeping data
663
-
664
- InstruTech IGM402 Control Server:
665
-
666
- PROTOCOL: tcp
667
- HOSTNAME: localhost
668
- COMMANDING_PORT: 6950 # The port on which the controller listens to commands - REQ-REP
669
- MONITORING_PORT: 6951 # The port on which the controller sends periodic status information of the device - PUB-SUB
670
- SERVICE_PORT: 6952 # The port on which the controller listens for configuration and administration - REQ-REP
671
- HEARTBEAT_PORT: 6953
672
- METRICS_PORT: 6954
673
- DELAY: 10 # The delay time between publishing status information [seconds]
674
- STORAGE_MNEMONIC: IGM402 # The mnemonic to be used in the filename storing the housekeeping data
675
-
676
- Pfeiffer TPG261 Control Server:
677
- PROTOCOL: tcp
678
- HOSTNAME: localhost
679
- COMMANDING_PORT: 7300 # The port on which the controller listens to commands - REQ-REP
680
- MONITORING_PORT: 7301 # The port on which the controller sends periodic status information of the device - PUB-SUB
681
- SERVICE_PORT: 7302 # The port on which the controller listens for configuration and administration - REQ-REP
682
- HEARTBEAT_PORT: 7303
683
- METRICS_PORT: 7304
684
- DELAY: 10 # The delay time between publishing status information [seconds]
685
- STORAGE_MNEMONIC: TPG261 # The mnemonic to be used in the filename storing the housekeeping data
686
-
687
- Arun SMD3 Control Server:
688
-
689
- PROTOCOL: tcp
690
- HOSTNAME: localhost
691
- COMMANDING_PORT: 6955
692
- MONITORING_PORT: 6956
693
- SERVICE_PORT: 6957
694
- HEARTBEAT_PORT: 6958
695
- METRICS_PORT: 6959
696
- DELAY: 10
697
- STORAGE_MNEMONIC: SMD3
698
-
699
- Aerotech Ensemble Control Server:
700
-
701
- PROTOCOL: tcp
702
- HOSTNAME: localhost
703
- COMMANDING_PORT: 6960
704
- MONITORING_PORT: 6961
705
- SERVICE_PORT: 6962
706
- HEARTBEAT_PORT: 6963
707
- METRICS_PORT: 6964
708
- DELAY: 1
709
- STORAGE_MNEMONIC: ENSEMBLE
710
-
711
-
712
- MKS E-Vision RGA Control Server:
713
-
714
- PROTOCOL: tcp
715
- HOSTNAME: localhost
716
- COMMANDING_PORT: 6965
717
- MONITORING_PORT: 6966
718
- SERVICE_PORT: 6967
719
- HEARTBEAT_PORT: 6968
720
- METRICS_PORT: 6969
721
- DELAY: 10
722
- STORAGE_MNEMONIC: EVISION
723
-
724
- Standa 8SMC5 Control Server:
725
-
726
- PROTOCOL: tcp
727
- HOSTNAME: localhost
728
- COMMANDING_PORT: 6970
729
- MONITORING_PORT: 6971
730
- SERVICE_PORT: 6972
731
- HEARTBEAT_PORT: 6973
732
- METRICS_PORT: 6974
733
- DELAY: 10
734
- STORAGE_MNEMONIC: FW8SMC5
735
-
736
- Thorlabs SC10 Control Server:
737
- PROTOCOL: tcp
738
- HOSTNAME: localhost
739
- COMMANDING_PORT: 6975
740
- MONITORING_PORT: 6976
741
- SERVICE_PORT: 6977
742
- HEARTBEAT_PORT: 6978
743
- METRICS_PORT: 6979
744
- DELAY: 10
745
- STORAGE_MNEMONIC: SC10
746
-
747
- APC Control Server:
748
- PROTOCOL: tcp
749
- HOSTNAME: localhost
750
- COMMANDING_PORT: 7205
751
- MONITORING_PORT: 7206
752
- SERVICE_PORT: 7207
753
- HEARTBEAT_PORT: 7208
754
- METRICS_PORT: 7209
755
- DELAY: 10
756
- STORAGE_MNEMONIC: APC
757
-
758
- KELLER Leo3 Control Server:
759
- PROTOCOL: tcp
760
- HOSTNAME: localhost
761
- COMMANDING_PORT: 7420
762
- MONITORING_PORT: 7421
763
- SERVICE_PORT: 7422
764
- METRICS_PORT: 7423
765
- DELAY: 10
766
- STORAGE_MNEMONIC: LEO3
767
-
768
- Digalox LN2 level monitor Control Server:
769
- PROTOCOL: tcp
770
- HOSTNAME: localhost
771
- COMMANDING_PORT: 7900
772
- MONITORING_PORT: 7901
773
- SERVICE_PORT: 7902
774
- METRICS_PORT: 7903
775
- DELAY: 10
776
- STORAGE_MNEMONIC: DIGALOX_LN2
777
-
778
-
779
- Agilent 34972 Control Server:
780
- PROTOCOL: tcp
781
- HOSTNAME: localhost
782
- DAQ0:
783
- COMMANDING_PORT: 6980
784
- MONITORING_PORT: 6981
785
- SERVICE_PORT: 6982
786
- METRICS_PORT: 6984
787
- STORAGE_MNEMONIC: AG34972-0
788
- DAQ1:
789
- COMMANDING_PORT: 6985
790
- MONITORING_PORT: 6986
791
- SERVICE_PORT: 6987
792
- METRICS_PORT: 6989
793
- STORAGE_MNEMONIC: AG34972-1
794
- DELAY: 10
795
-
796
- Agilent 34970 Control Server:
797
- PROTOCOL: tcp
798
- HOSTNAME: localhost
799
- DAQ0:
800
- COMMANDING_PORT: 6990
801
- MONITORING_PORT: 6991
802
- SERVICE_PORT: 6992
803
- METRICS_PORT: 6994
804
- STORAGE_MNEMONIC: AG34970-0
805
- DAQ1:
806
- COMMANDING_PORT: 6995
807
- MONITORING_PORT: 6996
808
- SERVICE_PORT: 6997
809
- METRICS_PORT: 6999
810
- STORAGE_MNEMONIC: AG34970-1
811
- DELAY: 10
812
-
813
- NI Control Server:
814
- PROTOCOL: tcp
815
- HOSTNAME: localhost
816
- CDAQ9184:
817
- COMMANDING_PORT: 7200
818
- MONITORING_PORT: 7201
819
- SERVICE_PORT: 7203
820
- METRICS_PORT: 7204
821
- STORAGE_MNEMONIC: DAS-CDAQ-PHOTODIODES-EMPTY
822
- CDAQ9375:
823
- COMMANDING_PORT: 7400
824
- MONITORING_PORT: 7401
825
- SERVICE_PORT: 7403
826
- METRICS_PORT: 7404
827
- STORAGE_MNEMONIC: DAS-CDAQ-ALARMS-EMPTY
828
- TIMEOUT: 30
829
-
830
- AEU Control Server:
831
- PROTOCOL: tcp
832
- HOSTNAME: localhost
833
- CRIO:
834
- COMMANDING_PORT: 30002
835
- MONITORING_PORT: 30003
836
- SERVICE_PORT: 30004
837
- METRICS_PORT: 30005
838
- STORAGE_MNEMONIC: AEU-CRIO
839
- HK_DELAY: 2.5 # The delay time between storing housekeeping information [seconds]
840
- DELAY: 2.5 # The delay time between publishing status information [seconds]
841
- PSU1:
842
- COMMANDING_PORT: 30006
843
- MONITORING_PORT: 30007
844
- SERVICE_PORT: 30008
845
- METRICS_PORT: 30009
846
- STORAGE_MNEMONIC: AEU-PSU1
847
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
848
- DELAY: 1 # The delay time between publishing status information [seconds]
849
- PSU2:
850
- COMMANDING_PORT: 30010
851
- MONITORING_PORT: 30011
852
- SERVICE_PORT: 30012
853
- METRICS_PORT: 30013
854
- STORAGE_MNEMONIC: AEU-PSU2
855
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
856
- DELAY: 1 # The delay time between publishing status information [seconds]
857
- PSU3:
858
- COMMANDING_PORT: 30014
859
- MONITORING_PORT: 30015
860
- SERVICE_PORT: 30016
861
- METRICS_PORT: 30017
862
- STORAGE_MNEMONIC: AEU-PSU3
863
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
864
- DELAY: 1 # The delay time between publishing status information [seconds]
865
- PSU4:
866
- COMMANDING_PORT: 30018
867
- MONITORING_PORT: 30019
868
- SERVICE_PORT: 30020
869
- METRICS_PORT: 30021
870
- STORAGE_MNEMONIC: AEU-PSU4
871
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
872
- DELAY: 1 # The delay time between publishing status information [seconds]
873
- PSU5:
874
- COMMANDING_PORT: 30022
875
- MONITORING_PORT: 30023
876
- SERVICE_PORT: 30024
877
- METRICS_PORT: 30025
878
- STORAGE_MNEMONIC: AEU-PSU5
879
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
880
- DELAY: 1 # The delay time between publishing status information [seconds]
881
- PSU6:
882
- COMMANDING_PORT: 30026
883
- MONITORING_PORT: 30027
884
- SERVICE_PORT: 30028
885
- METRICS_PORT: 30029
886
- STORAGE_MNEMONIC: AEU-PSU6
887
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
888
- DELAY: 1 # The delay time between publishing status information [seconds]
889
- AWG1:
890
- COMMANDING_PORT: 30030
891
- MONITORING_PORT: 30031
892
- SERVICE_PORT: 30032
893
- METRICS_PORT: 30033
894
- STORAGE_MNEMONIC: AEU-AWG1
895
- HK_DELAY: 2.5 # The delay time between storing housekeeping information [seconds]
896
- DELAY: 2.5 # The delay time between publishing status information [seconds]
897
- AWG2:
898
- COMMANDING_PORT: 30034
899
- MONITORING_PORT: 30035
900
- SERVICE_PORT: 30036
901
- METRICS_PORT: 30037
902
- STORAGE_MNEMONIC: AEU-AWG2
903
- HK_DELAY: 2.5 # The delay time between storing housekeeping information [seconds]
904
- DELAY: 2.5 # The delay time between publishing status information [seconds]
905
-
906
- Rotation Stage Setup:
907
-
908
- DEFAULT_SPEED: 20000
909
- AXIS_NUMBER: 1
910
- NAME: Rotation Stage Setup
911
- ID: 420-20913
912
-
913
- Rotation Stage SMA:
914
-
915
- DEFAULT_SPEED: 20000
916
- AXIS_NUMBER: 2
917
- NAME: Rotation Stage SMA
918
- ID: 409-10661
919
-
920
- Translation Stage SMA:
921
-
922
- DEFAULT_SPEED: 20000
923
- AXIS_NUMBER: 3
924
- NAME: Translation Stage
925
- ID: 5101.30-943
926
-
927
- FITS Generator Control Server:
928
-
929
- PROTOCOL: tcp
930
- HOSTNAME: localhost
931
- COMMANDING_PORT: 7011
932
- METRICS_PORT: 7012
933
- MONITORING_PORT: 7014
934
-
935
- N-FEE HK Control Server:
936
-
937
- PROTOCOL: tcp
938
- HOSTNAME: localhost
939
- COMMANDING_PORT: 7013
940
- METRICS_PORT: 7008 # <--- THIS IS ALSO DEFINED ABOVE, SEARCH METRICS_PORT_N_FEE_HK
941
-
942
- FOV HK Control Server:
943
-
944
- PROTOCOL: tcp
945
- HOSTNAME: localhost
946
- COMMANDING_PORT: 7009
947
- METRICS_PORT: 7010
948
-
949
-
950
- Windowing:
951
-
952
- CCD_SIDE_LEFT: 0
953
- CCD_SIDE_RIGHT: 1
954
-
955
- MIN_WINDOW_SIZE: 2
956
- MAX_WINDOW_SIZE: 32
957
- DEFAULT_WINDOW_SIZE: 10
958
-
959
- Field-Of-View:
960
-
961
- RADIUS_DEGREES: 18.8908 # Radius of the field-of-view [degrees]
962
- RADIUS_PIXELS: 4706 # Radius of the field-of-view [pixels]
963
- RADIUS_MM: 84.7 # Radius of the field-of-view [mm]
964
- DISTORTION_COEFFICIENTS: [0.316257210577, 0.066373219688, 0.372589221219] # Distortion coefficients [k1, k3, k5]
965
- FOCAL_LENGTH: 247.52 # Focal length [mm]
966
-
967
- CCD:
968
-
969
- ZEROPOINT: [-1.3, 82.48] # CCD zeropoint (x, y) [mm]
970
- ORIENTATION: [180, 270, 0, 90] # Orientation of the CCD w.r.t. the focal plane [degrees]
971
- PIXEL_SIZE: 18 # Pixel size [µm]
972
- NUM_ROWS: 4510 # Number of rows
973
- NUM_COLUMNS: 4510 # Number of columns
974
- LENGTH_SERIAL_PRESCAN: 25 # Number of columns in the serial pre-scan
975
-
976
- Visited Positions UI:
977
-
978
- PROTOCOL: tcp
979
- HOSTNAME: localhost # The hostname that client shall connect to
980
- PORT: 7100