1)

; Filter for [StartCmd] 
; Commands will be sent to modules with specified Accounts 
; Accounts sets by range (from-to)
[AccFilter]
1=$1,$100
2=$150,$200

This filter is working together with [StartCmd] option and determine to what modules will be sent the broadcast commands.
Filter consist of strings. Structure of string is following:
	1=$1,$100
where
	1= - is a string number
	$  - is a hex format of Account marker
	1  - is a start value of range
	100- is an end value of range
This string means, what commands, described in StartCmd option, will be sent to modules with Accounts from 1h to 100h.

FOR ACCEPTING THIS SETTINGS YOU MUST RESTART THE TLF_Server.


2)
In Settings Menu now is separated the connection Life Time setting. After the first start of TLF_Server please set this parameter.
The recomended value is a few minutes.