[corehandler]
    description = "Core handler"
    [[params]]
        configfile = coreconfig.txt
        loglevel = "error"
        logfile = "smhs.log"
        logfiles_num = 5
        logfile_size = 1048576
[plchandler]
    description = "Async PLC handler"
    run = 0
    [[params]]
        configfile = tags_config.txt
        [[[server]]]
            pollingTimeout = 0
            packetSize = 50
            counter_threshold = 250
        [[[port]]]
            name = "/dev/ttyS0"
            data_length = 7
            speed = 9600
            parity = "E"
            stop_bits = 1
            station_address = 1
            timeout = 0.03

[webhandler]
    description = "WebServer handler"
    parent = "corehandler"
    run = 1
    [[params]]
        port = 8080
        wwwPath = pysmhs/www

[datehandler]
    run = 1
    description = "date handler"
    [[params]]
        configfile = dateconfig.txt

[actionhandler]
    description = "action handler"
    parent = "corehandler"
    run = 0
        [[params]]
            configfile = actions.txt
