cgse-common 2023.1.5__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,981 +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
- CGSE_CONF: ENV['CGSE_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
- FILENAME: general.log # The name used for the log file in the logging manager
312
- MAX_NR_LOG_FILES: 20 # The maximum number of log files that will be maintained in a roll-over
313
- MAX_SIZE_LOG_FILES: 20 # The maximum size one log file can become
314
- CUTELOG_IP_ADDRESS: 127.0.0.1 # The IP address of the cutelog listening server
315
- CUTELOG_LISTENING_PORT: 19996 # The port number on which the cutelog server is listening
316
-
317
- Configuration Manager Control Server: # CM_CS
318
-
319
- PROTOCOL: tcp
320
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
321
- COMMANDING_PORT: 6000 # The port on which the controller listens to commands - REQ-REP
322
- MONITORING_PORT: 6001 # The port on which the controller sends periodic status information of the device - PUB-SUB
323
- SERVICE_PORT: 6002 # The port on which the controller listens for configuration and administration - REQ-REP
324
- METRICS_PORT: 6003 # The HTTP port where Prometheus will connect to for retrieving metrics
325
- DELAY: 1 # The delay time between publishing status information [seconds]
326
- STORAGE_MNEMONIC: CM # The mnemonic to be used in the filename storing the housekeeping data
327
- FILE_STORAGE_LOCATION: ENV['PLATO_CONF_DATA_LOCATION']
328
-
329
- Storage Control Server: # SM_CS
330
-
331
- PROTOCOL: tcp
332
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
333
- COMMANDING_PORT: 6100 # The port on which the controller listens to commands - REQ-REP
334
- MONITORING_PORT: 6101 # The port on which the controller sends periodic status information of the device - PUB-SUB
335
- SERVICE_PORT: 6102 # The port on which the controller listens for configuration and administration - REQ-REP
336
- METRICS_PORT: 6103 # The HTTP port where Prometheus will connect to for retrieving metrics
337
- DELAY: 1 # The delay time between publishing status information [seconds]
338
- FILE_STORAGE_LOCATION: ENV['PLATO_DATA_STORAGE_LOCATION']
339
-
340
- Process Manager Control Server: # PM_CS
341
-
342
- PROTOCOL: tcp
343
- HOSTNAME: localhost # The hostname that the client shall connect to, e.g. pleiad01 @ KU Leuven
344
- COMMANDING_PORT: 6200 # The port on which the controller listens to commands - REQ-REP
345
- MONITORING_PORT: 6201 # The port on which the controller sends periodic status information of the devide - PUB-SUB
346
- SERVICE_PORT: 6202 # The port number on which the controller listens for configuration and administration - REQ-REP
347
- METRICS_PORT: 6203 # The HTTP port where Prometheus will connect to for retrieving metrics
348
- DELAY: 1 # The delay time between publishing status information [seconds]
349
- STORAGE_MNEMONIC: PM # The mnemonic to be used in the filename storing the housekeeping data
350
-
351
- Synoptics Manager Control Server:
352
-
353
- PROTOCOL: tcp
354
- HOSTNAME: localhost
355
- COMMANDING_PORT: 6204 # The port on which the controller listens to commands - REQ-REP
356
- MONITORING_PORT: 6205 # The port on which the controller sends periodic status information of the devide - PUB-SUB
357
- SERVICE_PORT: 6206 # The port number on which the controller listens for configuration and administration - REQ-REP
358
- METRICS_PORT: 6207 # The HTTP port where Prometheus will connect to for retrieving metrics
359
- DELAY: 1 # The delay time between publishing status information [seconds]
360
- STORAGE_MNEMONIC: SYN # The mnemonic to be used in the filename storing the housekeeping data
361
-
362
- FDIR Manager Control Server: # FM_CS
363
-
364
- PROTOCOL: tcp
365
- HOSTNAME: localhost # The hostname that the client shall connect to, e.g. pleiad01 @ KU Leuven
366
- COMMANDING_PORT: 6300 # The port on which the controller listens to commands - REQ-REP
367
- MONITORING_PORT: 6301 # The port on which the controller sends periodic status information of the devide - PUB-SUB
368
- SERVICE_PORT: 6302 # The port number on which the controller listens for configuration and administration - REQ-REP
369
- METRICS_PORT: 6303 # The HTTP port where Prometheus will connect to for retrieving metrics
370
- DELAY: 1 # The delay time between publishing status information [seconds]
371
- STORAGE_MNEMONIC: FM # The mnemonic to be used in the filename storing the housekeeping data
372
- RECOVERY_SCRIPT_LOCATION: ENV['PLATO_RECOVERY_SCRIPT_LOCATION']
373
- LOGGING_LOCATION: ENV['PLATO_LOG_FILE_LOCATION']
374
- GRAFANA_HOSTNAME: localhost
375
- GRAFANA_PORT: 3000
376
-
377
- FDIR Remote Control Server:
378
- PROTOCOL: tcp
379
- HOSTNAME: localhost # The hostname that the client shall connect to, e.g. pleiad01 @ KU Leuven
380
- COMMANDING_PORT: 6305 # The port on which the controller listens to commands - REQ-REP
381
- MONITORING_PORT: 6306 # The port on which the controller sends periodic status information of the devide - PUB-SUB
382
- SERVICE_PORT: 6307 # The port number on which the controller listens for configuration and administration - REQ-REP
383
- METRICS_PORT: 6308 # The HTTP port where Prometheus will connect to for retrieving metrics
384
- DELAY: 1 # The delay time between publishing status information [seconds]
385
- STORAGE_MNEMONIC: FR # The mnemonic to be used in the filename storing the housekeeping data
386
-
387
- Alert Manager Control Server:
388
- PROTOCOL: tcp
389
- HOSTNAME: localhost
390
- COMMANDING_PORT: 6309
391
- MONITORING_PORT: 6310
392
- SERVICE_PORT: 6311
393
- METRICS_PORT: 6312
394
- DELAY: 5
395
- STORAGE_MNEMONIC: AM
396
- EMAIL_SENDER: ENV['PLATO_EMAIL_SENDER']
397
- EMAIL_SERVER: ENV['PLATO_EMAIL_SERVER']
398
- EMAIL_WARNING_RECIPIENTS: ENV['PLATO_EMAIL_WARNING_RECIPIENTS']
399
- EMAIL_CS_RECIPIENTS: ENV['PLATO_EMAIL_CS_RECIPIENTS']
400
- CONFIGURATION_LOCATION: ENV['PLATO_ALERT_CONFIGURATION_LOCATION']
401
-
402
-
403
- DPU Control Server:
404
-
405
- PROTOCOL: tcp
406
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
407
- COMMANDING_PORT: 6600 # The port on which the controller listens to commands - REQ-REP
408
- MONITORING_PORT: 6601 # The port on which the controller sends periodic status information of the device - PUB-SUB
409
- SERVICE_PORT: 6602 # The port on which the controller listens for configuration and administration - REQ-REP
410
- METRICS_PORT: 6603 # The HTTP port where Prometheus will connect to for retrieving metrics
411
-
412
- DPU Processor:
413
- PROTOCOL: tcp
414
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
415
- MONITORING_PORT: 30102 # The port on which the controller sends periodic status information of the device - PUB-SUB
416
- DATA_DISTRIBUTION_PORT: 30103 # The port on which SpW data will be distributed
417
-
418
- OGSE Control Server: # OGSE_CS
419
- PROTOCOL: tcp
420
- HOSTNAME: localhost
421
- COMMANDING_PORT: 4242
422
- # NOTE: Port 4243 is used by the HUBER Stages
423
- MONITORING_PORT: 4244 # The port on which the controller sends periodic status information of the device - PUB-SUB
424
- SERVICE_PORT: 4245 # The port on which the controller listens for configuration and administration - REQ-REP
425
- METRICS_PORT: 4246 # The HTTP port where Prometheus will connect to for retrieving metrics
426
- ST_DELAY: 2 # The delay time between publishing status information [seconds]
427
- HK_DELAY: 10 # The delay time between storing housekeeping information [seconds]
428
-
429
- TCS Control Server: # TCS_CS
430
-
431
- PROTOCOL: tcp
432
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
433
- COMMANDING_PORT: 6605 # The port on which the controller listens to commands - REQ-REP
434
- MONITORING_PORT: 6606 # The port on which the controller sends periodic status information of the device - PUB-SUB
435
- SERVICE_PORT: 6607 # The port on which the controller listens for configuration and administration - REQ-REP
436
- HEARTBEAT_PORT: 6608 # The port on which the controller replies to are-you-alive requests - REQ-REP
437
- METRICS_PORT: 6609 # The HTTP port where Prometheus will connect to for retrieving metrics
438
- CS_METRICS_PORT: 7004
439
- STORAGE_MNEMONIC: TCS # The mnemonic to be used in the filename storing the device housekeeping data
440
- STORAGE_TM_MNEMONIC: TCS-HK # The mnemonic used to store the telemetry housekeeping data
441
- ST_DELAY: 1 # The delay time between publishing status information [seconds]
442
- HK_DELAY: 10 # The delay time between storing housekeeping information [seconds]
443
-
444
- Hexapod PUNA Control Server: # PUNA_CS
445
-
446
- PROTOCOL: tcp
447
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
448
- COMMANDING_PORT: 6700 # The port on which the controller listens to commands - REQ-REP
449
- MONITORING_PORT: 6701 # The port on which the controller sends periodic status information of the device - PUB-SUB
450
- SERVICE_PORT: 6702 # The port on which the controller listens for configuration and administration - REQ-REP
451
- METRICS_PORT: 6703 # The HTTP port where Prometheus will connect to for retrieving metrics
452
- DELAY: 10 # The delay time between publishing status information [seconds]
453
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
454
-
455
- Hexapod ZONDA Control Server:
456
-
457
- PROTOCOL: tcp
458
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
459
- COMMANDING_PORT: 6704 # The port on which the controller listens to commands - REQ-REP
460
- MONITORING_PORT: 6705 # The port on which the controller sends periodic status information of the device - PUB-SUB
461
- SERVICE_PORT: 6706 # The port on which the controller listens for configuration and administration - REQ-REP
462
- METRICS_PORT: 6707 # The HTTP port where Prometheus will connect to for retrieving metrics
463
- DELAY: 10 # The delay time between publishing status information [seconds]
464
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
465
-
466
- Gimbal Control Server: # GIMBAL_CS
467
-
468
- PROTOCOL: tcp
469
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. on the same machine
470
- COMMANDING_PORT: 6708 # The port on which the controller listens to commands - REQ-REP
471
- MONITORING_PORT: 6709 # The port on which the controller sends periodic status information of the device - PUB-SUB
472
- SERVICE_PORT: 6710 # The port on which the controller listens for configuration and administration - REQ-REP
473
- METRICS_PORT: 6711 # The HTTP port where Prometheus will connect to for retrieving metrics
474
- DELAY: 10 # The delay time between publishing status information [seconds]
475
- USE_SIMULATOR: YES # Use the GimbalSimulator class instead of the actual Gimbal class
476
-
477
- Huber Control Server:
478
-
479
- PROTOCOL: tcp
480
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
481
- COMMANDING_PORT: 6800 # The port on which the controller listens to commands - REQ-REP
482
- MONITORING_PORT: 6801 # The port on which the controller sends periodic status information of the device - PUB-SUB
483
- SERVICE_PORT: 6802 # The port on which the controller listens for configuration and administration - REQ-REP
484
- METRICS_PORT: 6803 # The HTTP port where Prometheus will connect to for retrieving metrics
485
- ST_DELAY: 2 # The delay time between publishing status information [seconds]
486
- HK_DELAY: 10 # The delay time between storing housekeeping information [seconds]
487
-
488
- Lamp EQ99 Control Server:
489
- #TODO: Ask Rik to assign real values to the different ports
490
- PROTOCOL: tcp
491
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
492
- COMMANDING_PORT: 6804 # The port on which the controller listens to commands - REQ-REP
493
- MONITORING_PORT: 6805 # The port on which the controller sends periodic status information of the device - PUB-SUB
494
- SERVICE_PORT: 6806 # The port on which the controller listens for configuration and administration - REQ-REP
495
- METRICS_PORT: 6807 # The HTTP port where Prometheus will connect to for retrieving metrics
496
- DELAY: 1 # The delay time between publishing status information [seconds]
497
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
498
- STORAGE_MNEMONIC: EQ99
499
-
500
- SRS PTC10 Control Server:
501
- PROTOCOL: tcp
502
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
503
- COMMANDING_PORT: 6808 # The port on which the controller listens to commands - REQ-REP
504
- MONITORING_PORT: 6809 # The port on which the controller sends periodic status information of the device - PUB-SUB
505
- SERVICE_PORT: 6810 # The port on which the controller listens for configuration and administration - REQ-REP
506
- METRICS_PORT: 6811 # The HTTP port where Prometheus will connect to for retrieving metrics
507
- DELAY: 1 # The delay time between publishing status information [seconds]
508
- TIMEOUT: 60
509
- STORAGE_MNEMONIC: DAS-PTC10-EMPTY
510
-
511
-
512
- LakeShore Control Server:
513
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
514
- PROTOCOL: tcp
515
- LS_1:
516
- COMMANDING_PORT: 6812 # The port on which the controller listens to commands - REQ-REP
517
- MONITORING_PORT: 6813 # The port on which the controller sends periodic status information of the device - PUB-SUB
518
- SERVICE_PORT: 6814 # The port on which the controller listens for configuration and administration - REQ-REP
519
- METRICS_PORT: 6815 # The HTTP port where Prometheus will connect to for retrieving metrics
520
- STORAGE_MNEMONIC: LS-1
521
- TYPE: LSCI_336
522
- LS_2:
523
- COMMANDING_PORT: 6816 # The port on which the controller listens to commands - REQ-REP
524
- MONITORING_PORT: 6817 # The port on which the controller sends periodic status information of the device - PUB-SUB
525
- SERVICE_PORT: 6818 # The port on which the controller listens for configuration and administration - REQ-REP
526
- METRICS_PORT: 6819 # The HTTP port where Prometheus will connect to for retrieving metrics
527
- STORAGE_MNEMONIC: LS-2
528
- TYPE: LSCI_336
529
- LS_3:
530
- COMMANDING_PORT: 6820 # The port on which the controller listens to commands - REQ-REP
531
- MONITORING_PORT: 6821 # The port on which the controller sends periodic status information of the device - PUB-SUB
532
- SERVICE_PORT: 6822 # The port on which the controller listens for configuration and administration - REQ-REP
533
- METRICS_PORT: 6823 # The HTTP port where Prometheus will connect to for retrieving metrics
534
- STORAGE_MNEMONIC: LS-3
535
- TYPE: LSCI_336
536
- DELAY: 10 # The delay time between publishing status information [seconds]
537
-
538
- Thorlabs PM100 Control Server:
539
-
540
- PROTOCOL: tcp
541
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
542
- COMMANDING_PORT: 6905 # The port on which the controller listens to commands - REQ-REP
543
- MONITORING_PORT: 6906 # The port on which the controller sends periodic status information of the device - PUB-SUB
544
- SERVICE_PORT: 6907 # The port on which the controller listens for configuration and administration - REQ-REP
545
- METRICS_PORT: 6908 # The HTTP port where Prometheus will connect to for retrieving metrics
546
- DELAY: 1 # The delay time between publishing status information [seconds]
547
- STORAGE_MNEMONIC: PM100A
548
-
549
- Shutter KSC101 Control Server: # Ports to be confirmed by KUL
550
- PROTOCOL: tcp
551
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
552
- COMMANDING_PORT: 6909 # The port on which the controller listens to commands - REQ-REP
553
- MONITORING_PORT: 6910 # The port on which the controller sends periodic status information of the device - PUB-SUB
554
- SERVICE_PORT: 6911 # The port on which the controller listens for configuration and administration - REQ-REP
555
- METRICS_PORT: 6912 # The HTTP port where Prometheus will connect to for retrieving metrics
556
- DELAY: 1 # The delay time between publishing status information [seconds]
557
-
558
- Filter Wheel 8SMC4 Control Server:
559
- #TODO: asign real values to the different ports
560
- PROTOCOL: tcp
561
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
562
- COMMANDING_PORT: 6913 # The port on which the controller listens to commands - REQ-REP
563
- MONITORING_PORT: 6914 # The port on which the controller sends periodic status information of the device - PUB-SUB
564
- SERVICE_PORT: 6915 # The port on which the controller listens for configuration and administration - REQ-REP
565
- METRICS_PORT: 6916 # The HTTP port where Prometheus will connect to for retrieving metrics
566
- DELAY: 1 # The delay time between publishing status information [seconds]
567
- STORAGE_MNEMONIC: FW8SMC4
568
- USE_SIMULATOR: NO # Use the HexapodSimulator class instead of the actual Hexapod class
569
-
570
- Keithley Control Server:
571
-
572
- PROTOCOL: tcp
573
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. pleiad01 @ KU Leuven
574
- COMMANDING_PORT: 6920 # The port on which the controller listens to commands - REQ-REP
575
- MONITORING_PORT: 6921 # The port on which the controller sends periodic status information of the device - PUB-SUB
576
- SERVICE_PORT: 6922 # The port on which the controller listens for configuration and administration - REQ-REP
577
- METRICS_PORT: 6923 # The HTTP port where Prometheus will connect to for retrieving metrics
578
- DELAY: 10 # The delay time between publishing status information [seconds]
579
- STORAGE_MNEMONIC: DAQ6510 # The mnemonic to be used in the filename storing the housekeeping data
580
- TIMEOUT: 90 # The timeout for DAQ6510Proxy [seconds]. timeout must be > scan count * interval + (one scan duration)
581
-
582
- BeagleBone Heater Control Server:
583
-
584
- PROTOCOL: tcp
585
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. stardust @ SRON
586
- # HOSTNAME: 10.33.178.140 # The hostname that client shall connect to, e.g. stardust @ SRON
587
- COMMANDING_PORT: 6930 # The port on which the controller listens to commands - REQ-REP
588
- MONITORING_PORT: 6931 # The port on which the controller sends periodic status information of the device - PUB-SUB
589
- SERVICE_PORT: 6932 # The port on which the controller listens for configuration and administration - REQ-REP
590
- HEARTBEAT_PORT: 6933 # The port on which the controller replies to are-you-alive requests - REQ-REP
591
- METRICS_PORT: 6934 # The HTTP port where Prometheus will connect to for retrieving metrics
592
- DELAY: 10 # The delay time between publishing status information [seconds]
593
- STORAGE_MNEMONIC: BBB_HEATERS # The mnemonic to be used in the filename storing the housekeeping data
594
-
595
- BeagleBone Valve Control Server:
596
- PROTOCOL: tcp
597
- HOSTNAME: localhost
598
- COMMANDING_PORT: 8210
599
- MONITORING_PORT: 8211
600
- SERVICE_PORT: 8212
601
- HEARTBEAT_PORT: 8213
602
- METRICS_PORT: 8214
603
- DELAY: 10
604
- STORAGE_MNEMONIC: BBB_VALVES
605
-
606
- BeagleBone Lamp Control Server:
607
- PROTOCOL: tcp
608
- HOSTNAME: localhost
609
- COMMANDING_PORT: 7215
610
- MONITORING_PORT: 7216
611
- SERVICE_PORT: 7217
612
- HEARTBEAT_PORT: 7218
613
- METRICS_PORT: 7219
614
- DELAY: 10
615
- STORAGE_MNEMONIC: BBB_LAMP
616
-
617
- BeagleBone GSM Control Server:
618
- PROTOCOL: tcp
619
- HOSTNAME: localhost
620
- COMMANDING_PORT: 7220
621
- MONITORING_PORT: 7221
622
- SERVICE_PORT: 7222
623
- HEARTBEAT_PORT: 7223
624
- METRICS_PORT: 7224
625
- DELAY: 10
626
- STORAGE_MNEMONIC: BBB_GSM
627
-
628
- SPID Control Server:
629
-
630
- PROTOCOL: tcp
631
- HOSTNAME: localhost # The hostname that client shall connect to, e.g. stardust @ SRON
632
- # HOSTNAME: 10.33.178.140 # The hostname that client shall connect to, e.g. stardust @ SRON
633
- COMMANDING_PORT: 6935 # The port on which the controller listens to commands - REQ-REP
634
- MONITORING_PORT: 6936 # The port on which the controller sends periodic status information of the device - PUB-SUB
635
- SERVICE_PORT: 6937 # The port on which the controller listens for configuration and administration - REQ-REP
636
- HEARTBEAT_PORT: 6938 # The port on which the controller replies to are-you-alive requests - REQ-REP
637
- METRICS_PORT: 6939 # The HTTP port where Prometheus will connect to for retrieving metrics
638
- DELAY: 10 # The delay time between publishing status information [seconds]
639
- STORAGE_MNEMONIC: SPID # The mnemonic to be used in the filename storing the housekeeping data
640
-
641
- Pfeiffer ACP40 Control Server:
642
-
643
- PROTOCOL: tcp
644
- HOSTNAME: localhost
645
- COMMANDING_PORT: 6940 # The port on which the controller listens to commands - REQ-REP
646
- MONITORING_PORT: 6941 # The port on which the controller sends periodic status information of the device - PUB-SUB
647
- SERVICE_PORT: 6942 # The port on which the controller listens for configuration and administration - REQ-REP
648
- HEARTBEAT_PORT: 6943
649
- METRICS_PORT: 6944
650
- DELAY: 10 # The delay time between publishing status information [seconds]
651
- STORAGE_MNEMONIC: ACP40 # The mnemonic to be used in the filename storing the housekeeping data
652
-
653
- Pfeiffer TC400 Control Server:
654
-
655
- PROTOCOL: tcp
656
- HOSTNAME: localhost
657
- COMMANDING_PORT: 6945 # The port on which the controller listens to commands - REQ-REP
658
- MONITORING_PORT: 6946 # The port on which the controller sends periodic status information of the device - PUB-SUB
659
- SERVICE_PORT: 6947 # The port on which the controller listens for configuration and administration - REQ-REP
660
- HEARTBEAT_PORT: 6948
661
- METRICS_PORT: 6949
662
- DELAY: 10 # The delay time between publishing status information [seconds]
663
- STORAGE_MNEMONIC: TC400 # The mnemonic to be used in the filename storing the housekeeping data
664
-
665
- InstruTech IGM402 Control Server:
666
-
667
- PROTOCOL: tcp
668
- HOSTNAME: localhost
669
- COMMANDING_PORT: 6950 # The port on which the controller listens to commands - REQ-REP
670
- MONITORING_PORT: 6951 # The port on which the controller sends periodic status information of the device - PUB-SUB
671
- SERVICE_PORT: 6952 # The port on which the controller listens for configuration and administration - REQ-REP
672
- HEARTBEAT_PORT: 6953
673
- METRICS_PORT: 6954
674
- DELAY: 10 # The delay time between publishing status information [seconds]
675
- STORAGE_MNEMONIC: IGM402 # The mnemonic to be used in the filename storing the housekeeping data
676
-
677
- Pfeiffer TPG261 Control Server:
678
- PROTOCOL: tcp
679
- HOSTNAME: localhost
680
- COMMANDING_PORT: 7300 # The port on which the controller listens to commands - REQ-REP
681
- MONITORING_PORT: 7301 # The port on which the controller sends periodic status information of the device - PUB-SUB
682
- SERVICE_PORT: 7302 # The port on which the controller listens for configuration and administration - REQ-REP
683
- HEARTBEAT_PORT: 7303
684
- METRICS_PORT: 7304
685
- DELAY: 10 # The delay time between publishing status information [seconds]
686
- STORAGE_MNEMONIC: TPG261 # The mnemonic to be used in the filename storing the housekeeping data
687
-
688
- Arun SMD3 Control Server:
689
-
690
- PROTOCOL: tcp
691
- HOSTNAME: localhost
692
- COMMANDING_PORT: 6955
693
- MONITORING_PORT: 6956
694
- SERVICE_PORT: 6957
695
- HEARTBEAT_PORT: 6958
696
- METRICS_PORT: 6959
697
- DELAY: 10
698
- STORAGE_MNEMONIC: SMD3
699
-
700
- Aerotech Ensemble Control Server:
701
-
702
- PROTOCOL: tcp
703
- HOSTNAME: localhost
704
- COMMANDING_PORT: 6960
705
- MONITORING_PORT: 6961
706
- SERVICE_PORT: 6962
707
- HEARTBEAT_PORT: 6963
708
- METRICS_PORT: 6964
709
- DELAY: 1
710
- STORAGE_MNEMONIC: ENSEMBLE
711
-
712
-
713
- MKS E-Vision RGA Control Server:
714
-
715
- PROTOCOL: tcp
716
- HOSTNAME: localhost
717
- COMMANDING_PORT: 6965
718
- MONITORING_PORT: 6966
719
- SERVICE_PORT: 6967
720
- HEARTBEAT_PORT: 6968
721
- METRICS_PORT: 6969
722
- DELAY: 10
723
- STORAGE_MNEMONIC: EVISION
724
-
725
- Standa 8SMC5 Control Server:
726
-
727
- PROTOCOL: tcp
728
- HOSTNAME: localhost
729
- COMMANDING_PORT: 6970
730
- MONITORING_PORT: 6971
731
- SERVICE_PORT: 6972
732
- HEARTBEAT_PORT: 6973
733
- METRICS_PORT: 6974
734
- DELAY: 10
735
- STORAGE_MNEMONIC: FW8SMC5
736
-
737
- Thorlabs SC10 Control Server:
738
- PROTOCOL: tcp
739
- HOSTNAME: localhost
740
- COMMANDING_PORT: 6975
741
- MONITORING_PORT: 6976
742
- SERVICE_PORT: 6977
743
- HEARTBEAT_PORT: 6978
744
- METRICS_PORT: 6979
745
- DELAY: 10
746
- STORAGE_MNEMONIC: SC10
747
-
748
- APC Control Server:
749
- PROTOCOL: tcp
750
- HOSTNAME: localhost
751
- COMMANDING_PORT: 7205
752
- MONITORING_PORT: 7206
753
- SERVICE_PORT: 7207
754
- HEARTBEAT_PORT: 7208
755
- METRICS_PORT: 7209
756
- DELAY: 10
757
- STORAGE_MNEMONIC: APC
758
-
759
- KELLER Leo3 Control Server:
760
- PROTOCOL: tcp
761
- HOSTNAME: localhost
762
- COMMANDING_PORT: 7420
763
- MONITORING_PORT: 7421
764
- SERVICE_PORT: 7422
765
- METRICS_PORT: 7423
766
- DELAY: 10
767
- STORAGE_MNEMONIC: LEO3
768
-
769
- Digalox LN2 level monitor Control Server:
770
- PROTOCOL: tcp
771
- HOSTNAME: localhost
772
- COMMANDING_PORT: 7900
773
- MONITORING_PORT: 7901
774
- SERVICE_PORT: 7902
775
- METRICS_PORT: 7903
776
- DELAY: 10
777
- STORAGE_MNEMONIC: DIGALOX_LN2
778
-
779
-
780
- Agilent 34972 Control Server:
781
- PROTOCOL: tcp
782
- HOSTNAME: localhost
783
- DAQ0:
784
- COMMANDING_PORT: 6980
785
- MONITORING_PORT: 6981
786
- SERVICE_PORT: 6982
787
- METRICS_PORT: 6984
788
- STORAGE_MNEMONIC: AG34972-0
789
- DAQ1:
790
- COMMANDING_PORT: 6985
791
- MONITORING_PORT: 6986
792
- SERVICE_PORT: 6987
793
- METRICS_PORT: 6989
794
- STORAGE_MNEMONIC: AG34972-1
795
- DELAY: 10
796
-
797
- Agilent 34970 Control Server:
798
- PROTOCOL: tcp
799
- HOSTNAME: localhost
800
- DAQ0:
801
- COMMANDING_PORT: 6990
802
- MONITORING_PORT: 6991
803
- SERVICE_PORT: 6992
804
- METRICS_PORT: 6994
805
- STORAGE_MNEMONIC: AG34970-0
806
- DAQ1:
807
- COMMANDING_PORT: 6995
808
- MONITORING_PORT: 6996
809
- SERVICE_PORT: 6997
810
- METRICS_PORT: 6999
811
- STORAGE_MNEMONIC: AG34970-1
812
- DELAY: 10
813
-
814
- NI Control Server:
815
- PROTOCOL: tcp
816
- HOSTNAME: localhost
817
- CDAQ9184:
818
- COMMANDING_PORT: 7200
819
- MONITORING_PORT: 7201
820
- SERVICE_PORT: 7203
821
- METRICS_PORT: 7204
822
- STORAGE_MNEMONIC: DAS-CDAQ-PHOTODIODES-EMPTY
823
- CDAQ9375:
824
- COMMANDING_PORT: 7400
825
- MONITORING_PORT: 7401
826
- SERVICE_PORT: 7403
827
- METRICS_PORT: 7404
828
- STORAGE_MNEMONIC: DAS-CDAQ-ALARMS-EMPTY
829
- TIMEOUT: 30
830
-
831
- AEU Control Server:
832
- PROTOCOL: tcp
833
- HOSTNAME: localhost
834
- CRIO:
835
- COMMANDING_PORT: 30002
836
- MONITORING_PORT: 30003
837
- SERVICE_PORT: 30004
838
- METRICS_PORT: 30005
839
- STORAGE_MNEMONIC: AEU-CRIO
840
- HK_DELAY: 2.5 # The delay time between storing housekeeping information [seconds]
841
- DELAY: 2.5 # The delay time between publishing status information [seconds]
842
- PSU1:
843
- COMMANDING_PORT: 30006
844
- MONITORING_PORT: 30007
845
- SERVICE_PORT: 30008
846
- METRICS_PORT: 30009
847
- STORAGE_MNEMONIC: AEU-PSU1
848
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
849
- DELAY: 1 # The delay time between publishing status information [seconds]
850
- PSU2:
851
- COMMANDING_PORT: 30010
852
- MONITORING_PORT: 30011
853
- SERVICE_PORT: 30012
854
- METRICS_PORT: 30013
855
- STORAGE_MNEMONIC: AEU-PSU2
856
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
857
- DELAY: 1 # The delay time between publishing status information [seconds]
858
- PSU3:
859
- COMMANDING_PORT: 30014
860
- MONITORING_PORT: 30015
861
- SERVICE_PORT: 30016
862
- METRICS_PORT: 30017
863
- STORAGE_MNEMONIC: AEU-PSU3
864
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
865
- DELAY: 1 # The delay time between publishing status information [seconds]
866
- PSU4:
867
- COMMANDING_PORT: 30018
868
- MONITORING_PORT: 30019
869
- SERVICE_PORT: 30020
870
- METRICS_PORT: 30021
871
- STORAGE_MNEMONIC: AEU-PSU4
872
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
873
- DELAY: 1 # The delay time between publishing status information [seconds]
874
- PSU5:
875
- COMMANDING_PORT: 30022
876
- MONITORING_PORT: 30023
877
- SERVICE_PORT: 30024
878
- METRICS_PORT: 30025
879
- STORAGE_MNEMONIC: AEU-PSU5
880
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
881
- DELAY: 1 # The delay time between publishing status information [seconds]
882
- PSU6:
883
- COMMANDING_PORT: 30026
884
- MONITORING_PORT: 30027
885
- SERVICE_PORT: 30028
886
- METRICS_PORT: 30029
887
- STORAGE_MNEMONIC: AEU-PSU6
888
- HK_DELAY: 1 # The delay time between storing housekeeping information [seconds]
889
- DELAY: 1 # The delay time between publishing status information [seconds]
890
- AWG1:
891
- COMMANDING_PORT: 30030
892
- MONITORING_PORT: 30031
893
- SERVICE_PORT: 30032
894
- METRICS_PORT: 30033
895
- STORAGE_MNEMONIC: AEU-AWG1
896
- HK_DELAY: 2.5 # The delay time between storing housekeeping information [seconds]
897
- DELAY: 2.5 # The delay time between publishing status information [seconds]
898
- AWG2:
899
- COMMANDING_PORT: 30034
900
- MONITORING_PORT: 30035
901
- SERVICE_PORT: 30036
902
- METRICS_PORT: 30037
903
- STORAGE_MNEMONIC: AEU-AWG2
904
- HK_DELAY: 2.5 # The delay time between storing housekeeping information [seconds]
905
- DELAY: 2.5 # The delay time between publishing status information [seconds]
906
-
907
- Rotation Stage Setup:
908
-
909
- DEFAULT_SPEED: 20000
910
- AXIS_NUMBER: 1
911
- NAME: Rotation Stage Setup
912
- ID: 420-20913
913
-
914
- Rotation Stage SMA:
915
-
916
- DEFAULT_SPEED: 20000
917
- AXIS_NUMBER: 2
918
- NAME: Rotation Stage SMA
919
- ID: 409-10661
920
-
921
- Translation Stage SMA:
922
-
923
- DEFAULT_SPEED: 20000
924
- AXIS_NUMBER: 3
925
- NAME: Translation Stage
926
- ID: 5101.30-943
927
-
928
- FITS Generator Control Server:
929
-
930
- PROTOCOL: tcp
931
- HOSTNAME: localhost
932
- COMMANDING_PORT: 7011
933
- METRICS_PORT: 7012
934
- MONITORING_PORT: 7014
935
-
936
- N-FEE HK Control Server:
937
-
938
- PROTOCOL: tcp
939
- HOSTNAME: localhost
940
- COMMANDING_PORT: 7013
941
- METRICS_PORT: 7008 # <--- THIS IS ALSO DEFINED ABOVE, SEARCH METRICS_PORT_N_FEE_HK
942
-
943
- FOV HK Control Server:
944
-
945
- PROTOCOL: tcp
946
- HOSTNAME: localhost
947
- COMMANDING_PORT: 7009
948
- METRICS_PORT: 7010
949
-
950
-
951
- Windowing:
952
-
953
- CCD_SIDE_LEFT: 0
954
- CCD_SIDE_RIGHT: 1
955
-
956
- MIN_WINDOW_SIZE: 2
957
- MAX_WINDOW_SIZE: 32
958
- DEFAULT_WINDOW_SIZE: 10
959
-
960
- Field-Of-View:
961
-
962
- RADIUS_DEGREES: 18.8908 # Radius of the field-of-view [degrees]
963
- RADIUS_PIXELS: 4706 # Radius of the field-of-view [pixels]
964
- RADIUS_MM: 84.7 # Radius of the field-of-view [mm]
965
- DISTORTION_COEFFICIENTS: [0.316257210577, 0.066373219688, 0.372589221219] # Distortion coefficients [k1, k3, k5]
966
- FOCAL_LENGTH: 247.52 # Focal length [mm]
967
-
968
- CCD:
969
-
970
- ZEROPOINT: [-1.3, 82.48] # CCD zeropoint (x, y) [mm]
971
- ORIENTATION: [180, 270, 0, 90] # Orientation of the CCD w.r.t. the focal plane [degrees]
972
- PIXEL_SIZE: 18 # Pixel size [µm]
973
- NUM_ROWS: 4510 # Number of rows
974
- NUM_COLUMNS: 4510 # Number of columns
975
- LENGTH_SERIAL_PRESCAN: 25 # Number of columns in the serial pre-scan
976
-
977
- Visited Positions UI:
978
-
979
- PROTOCOL: tcp
980
- HOSTNAME: localhost # The hostname that client shall connect to
981
- PORT: 7100