OPCDA.NET Reference Manual
ServerCheckInterval Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAServer Class : ServerCheckInterval Property

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
The OPC server connection is checked at this interval in milliseconds by executing a GetStatus call. The default interval is 10 seconds. The minimum is 1 sec.
The GeneralError handler is called if the server does not respond or is not in 'running' state.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("OPC")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines the intervall, in milliseconds, of GetStatus server calls to check if the server is still accessible in case there are no other server calls. ")>
Public Property ServerCheckInterval As Integer
C# 
[CategoryAttribute("OPC")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the intervall, in milliseconds, of GetStatus server calls to check if the server is still accessible in case there are no other server calls. ")]
public int ServerCheckInterval {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.