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.
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;} |