Digitalisierte Elektroverteilung zur permanenten Verbraucherüberwachung
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- SystemConfig:
- read_data_interval_s = 50 #continous reading interval in seconds
- tcp_server_port = 7777 #TCP Port to access stored data
- modbus_poc_ip = 127.0.0.1 #ip address for modbus tcp poc
- modbus_poc_port = 502 #port for modbus tcp powercenter
- modbus_rtu_device = /dev/pts/6 #serial modbus rtu interface
- modbus_rtu_baud = 9600 #serial modbus baud rate
- modbus_rtu_stop_bits = 2 #serial modbus stop bits
- modbus_rtu_pairity = N #serial modbus pairiy
- modbus_rtu_slave_address = 1 #serial modbus slave address
- modbus_tcp_slave_address = 1 #tcp/ip modbus slave address
- permanent_param_history = 5000 #seconds of permanent storage
- crit_residual_current = 30.0 #critical residual current [mA]
- crit_residual_timerange = 120 #notify if crit tendency is within n weeks
- update_model_rate = 10 #Update ML model after n data points
- narrow_block = 50 #Flushing n data points at once
|