DynamicValueUpdateMode Property

Gets / Sets the update mode


Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public ValueUpdateMode UpdateMode { get; set; }

Property Value

ValueUpdateMode
The update mode.

Implements

IValueUpdateMode

Remarks

The default value is initialized by the creating Value Factory.

Mode

Description

Immediately

Writes the values of this DynamicValue"/> instantly when setting its value or the value of its child members/elements.

Triggered

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.

Reference

DynamicValue Class TwinCAT.TypeSystem Namespace ValueUpdateMode

Beckhoff Automation GmbH & Co. KG 2001-2026