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.

system_conf.conf 1.0KB

12345678910111213141516
  1. SystemConfig:
  2. read_data_interval_s = 50 #continous reading interval in seconds
  3. tcp_server_port = 7777 #TCP Port to access stored data
  4. modbus_poc_ip = 127.0.0.1 #ip address for modbus tcp poc
  5. modbus_poc_port = 502 #port for modbus tcp powercenter
  6. modbus_rtu_device = /dev/pts/6 #serial modbus rtu interface
  7. modbus_rtu_baud = 9600 #serial modbus baud rate
  8. modbus_rtu_stop_bits = 2 #serial modbus stop bits
  9. modbus_rtu_pairity = N #serial modbus pairiy
  10. modbus_rtu_slave_address = 1 #serial modbus slave address
  11. modbus_tcp_slave_address = 1 #tcp/ip modbus slave address
  12. permanent_param_history = 5000 #seconds of permanent storage
  13. crit_residual_current = 30.0 #critical residual current [mA]
  14. crit_residual_timerange = 120 #notify if crit tendency is within n weeks
  15. update_model_rate = 10 #Update ML model after n data points
  16. narrow_block = 50 #Flushing n data points at once