mirror of
				https://gitee.com/ThingsGateway/ThingsGateway.git
				synced 2025-11-04 17:43:58 +08:00 
			
		
		
		
	默认检测重连频率为10分钟
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user