AdsClientSettingsFastWriteThrough Property
Gets a Settings object that configures the AdsClient for FastWriteThrough
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public static AdsClientSettings FastWriteThrough { get; }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 FailFastHandlerInterceptor active.
- Default communicationtimeout 200ms.
- Not synchronized Notifications.