NotificationSettings.CycleTime Property

Gets or sets the cycle time (in milliseconds) for AdsNotifications.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public int CycleTime { get; }

VB

Public ReadOnly Property CycleTime As Integer
    Get

Property Value

Type: Int32
The cycle time.

Remarks

The ADS server checks if the value changes in this time slice. The unit is 1ms

Reference

NotificationSettings Class

TwinCAT.Ads Namespace