Click or drag to resize

BindableItemPreserveAllUpdates Property

Gets or sets a property to control how individual updates to this item are presented externally.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public bool PreserveAllUpdates { get; set; }

Property Value

Type: Boolean
Remarks

By default, external IO is compressed such that changing the value of an item from (for example) 1 to 2 to 3, may result in only the value 3 being written externally (to a PLC or other server).

Setting this property to true forces each update (1 to 2, and 2 to 3) to be written externally.

See Also