IValueFactorySettingsValueUpdateMode Property
Gets or sets the value update mode.
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
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 DynamicValue.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. |
Reference
IValueFactorySettings Interface TwinCAT Namespace
Beckhoff Automation GmbH & Co. KG 2001-2026