2026-02-25 17:53:09 +08:00

34 lines
964 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#850通信程序配置参数
[commucation]
#录波文件本地存储路径的根目录, 默认为当前工作目录
waveRootPath=../../data/rec/
#读文件服务超时时间, 单位:S, 程序默认30秒
#ReadWaveTimetout=60
#通道重连周期, 单位:S, 程序默认180秒
ChannelReconnectPeriod=10
#通道建立TCP连接的最大等待超时间单位:S默认3秒
#有些设备需要等待时间长才可以建立TCP连接如GE保护现场需要根据实际情况调整该参数
#ChannelConnectTimeout=3
#ChannelReConnectTimeout=3
#通道监视周期, 单位:S, 程序默认30秒
#ChannelMonitorPeriod=30
#通道监视报文超时时间, 单位:S, 程序默认3秒
#ChannelMonitorTimeout=3
#通道监视中断次数, 程序默认3次
#报文超时连续次数, 超过该次数, 发起断开连接释放资源
#ChannelMonitorCount=3
#客户端监视工具配置参数
[clientScout]
#通道最大条目数(按每个通道计算)
LogMaxNum=100