Click or drag to resize

AccessParametersWriteBehindInterval Property

Time (ms) before flushing data.

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

Property Value

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