Click or drag to resize

AccessParametersWriteBehindInterval Property

Time (ms) before flushing data.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public ModelTime WriteBehindInterval { get; }

Property Value

Type: ModelTime
Remarks
Use DefaultInterval to enable scanning at the default rate. Use OffInterval to disable scanning. Use FastInterval for the fastest scan rate.
See Also