QuickOPC User's Guide and Reference
DefaultAutomaticPublishingFactor Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > EasyUAEngineParameters Class : DefaultAutomaticPublishingFactor Field
The default automatic publishing factor (AutomaticPublishingFactor) that the component uses to determine the publishing interval. Equals to 2.0.
Syntax
'Declaration
 
Public Const DefaultAutomaticPublishingFactor As Single
'Usage
 
Dim value As Single
 
value = EasyUAEngineParameters.DefaultAutomaticPublishingFactor
public const float DefaultAutomaticPublishingFactor
public:
const float DefaultAutomaticPublishingFactor
Remarks

If you do not specify the publishing interval (if it is set to zero in OpcLabs.EasyOpc.UA.UASubscriptionParameters.PublishingInterval), the component will calculate it by dividing the sampling interval by the automatic publishing factor. The resulting value is limited by FastestAutomaticPublishingInterval.

By default, the publishing interval equals to one half of the sampling interval.

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