SessionSettings.FastWriteThrough Property

Gets a Settings object that configures the AdsSession for FastWriteThrough

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

Syntax

C#

public static SessionSettings FastWriteThrough { get; }

VB

Public Shared ReadOnly Property FastWriteThrough As SessionSettings
    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.

Reference

SessionSettings Class

TwinCAT.Ads Namespace