SessionSettings.FastWriteThrough Property
Gets a Settings object that configures the AdsSession for FastWriteThrough
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public static SessionSettings FastWriteThrough { get; }
Property Value
Type: SessionSettings
Session settings for a fast write through (with 200 ms
Timeout).
Remarks
The settings typically can be used for polling clients, where the "FailFast" feature will be bypassed. That means, that communication fails doesn't trigger the FailFast interceptor and every Request will go out via ADS. This has the Drawback that communication Timeouts are longer and subsequent timeouts block the ADS mailbox (with the danger of overflows). So use this setting with care for specific purposes and should not be used for standard communication.
- No Resurrection time and therefore:
- No FailFastHandler active.
- Default communication timeout 200ms.
- Not synchronized Notifications.