SymbolLoaderSettings.ValueUpdateMode Property
Gets or sets the value update mode.
Namespace: TwinCAT
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public ValueUpdateMode ValueUpdateMode { get; set; }
Remarks
Mode |
Description |
---|---|
Writes the values of this DynamicValue"/> instantly when setting its value or the value of its child members/elements. | |
Caches internally the value of this DynamicValue"/> until the Write. method is called. This reduces ADS rountrips, if one or more member/element values should be changed. Furthermore the write on the destination system happens consistently in one ADS Write operation, which could be important for dependent properties/members/elements. |