-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathInterfaceConfig
More file actions
39 lines (32 loc) · 2.82 KB
/
Copy pathInterfaceConfig
File metadata and controls
39 lines (32 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
############################ DAQ Interface ############################
UUID b16a0186-c5df-474c-b880-9fc6c0670d7d # unique identifier for client (must be valid uuid)
UUID_path ./UUID # if no uuid is specified one is generated one first execution, saved at the path specified and reused
device_name Example # name of devices
sc_port 6001 # local port to use for slow control
zmq_io_threads 1 # number of io threadws for zmwq context
############################ Service discovery ########################
service_discovery_address 239.192.1.1 # multicast address to use for service discovery
service_discovery_port 5000 # port to use for service discovery braodcast
service_publish_sec 5 # heartbeat send period
service_kick_sec 60 # remove hosts with no heartbeat after given period
multicast_send_period_ms 5000 # batch send multicast messages with this period
########################### Services ##################################
alerts_send 1 # enable ability to send global alerts
alert_receive_port 12245 # local port to use for receiving global alerts
alerts_receive 1 # enable ability to receive global alerts
alert_send_port 12244 # local port to use for sending global alerts
mon_merge_period_ms 5000 # only send the first monitoring message with a given device and subject once per this period
alarm_cooldown_ms 1000 # only send the first alarm with a given device and message once per this period
#config_name ????? # if your configuration is stored in the db not under device name
########################### Services Backend #########################
services_backend_verbosity 1 # verbosity level of backend MM communication
clt_pub_port 5556 # local port used for DB writes
clt_dlr_port 5555 # local port used for DB reads
clt_pub_socket_timeout 500 # send timeout on port used for DB writes
clt_dlr_socket_timeout 500 # send timeout on port used for DB reads
inpoll_timeout 50 # keep short!
command_timeout 1000 # default blocking time to wait for MM reply on DAQInterface commands before giving up
log_port 5000 # remote port to send logging messages to
mon_port 5000 # remote port to send monitoring messages to
log_address 239.192.1.2 # multicast address to send logging messages to
mon_address 239.192.1.3 # multicast address to send monitoring messages to