OPC Studio User's Guide and Reference
SamplingInterval Property (UAMonitoringParameters)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAMonitoringParameters Class : SamplingInterval Property
The fastest rate at which the monitored items should be accessed and evaluated (in milliseconds).
Syntax
'Declaration
 
<DefaultValueAttribute(1000)>
<UnitAttribute("ms")>
Public Property SamplingInterval As Integer
 
'Usage
 
Dim instance As UAMonitoringParameters
Dim value As Integer
 
instance.SamplingInterval = value
 
value = instance.SamplingInterval
Remarks

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.OperationModel.UAMonitoredItemArguments.MonitoringParameters.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also