Click or drag to resize

IOModuleUpdateRate Property

The expected update rate (microseconds), or 0.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public virtual uint UpdateRate { get; }

Property Value

UInt32
Remarks
For modules that expect multiple connection from the PLC, the UpdateRate returned will be defined by the module. Usually the main IO connection.
See Also