AdsSymbolicServerBaseTick Property

Gets or sets the base tick of the AdsSymbolicServer (Default: 50 Milliseconds)


Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.SymbolicServer (in TwinCAT.Ads.SymbolicServer.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public TimeSpan BaseTick { get; set; }

Property Value

TimeSpan
The base tick.

Remarks

The base tick can only be changed before the AdsSymbolicServer is connected. It specfies the periodic cycle time in which Notifications will be checked and fired. The AdsSymbolicServer is running in UserMode (not in the TwinCAT realtime driver). The minimum resolution is dependent on the underlying system's timer resolution. Typically, this can be around 15-16 milliseconds on most platforms due to how the system clock is implemented. However, this can vary depending on the system and configuration.

Reference

AdsSymbolicServer Class TwinCAT.Ads.Server Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026