默认检测重连频率为10分钟

This commit is contained in:
Kimdiego2098
2023-08-29 17:56:59 +08:00
parent 96711ba022
commit 14303f1429

View File

@@ -33,7 +33,7 @@ public class OPCDAClientProperty : CollectDriverPropertyBase
/// <summary>
/// 检测重连频率/min
/// </summary>
[DeviceProperty("检测重连频率/min", "")] public int CheckRate { get; set; } = 60000;
[DeviceProperty("检测重连频率/min", "")] public int CheckRate { get; set; } = 10;
/// <summary>
/// 死区
/// </summary>