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: 15.0.2.11458
Syntax
C#
public virtual uint UpdateRate { get; }

Property Value

Type: 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