BindableItemPreserveAllUpdates Property |
Namespace: Demo3D.Visuals
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.