Click or drag to resize

Class3Protocol Enumeration

CIP Class 3 protocol selection.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public enum Class3Protocol
Members
  Member nameValueDescription
Auto0 Automatically choose a Class 3 protocol based on detected PLC firmware.
Basic1 Use basic CIP driver (implies ANSI symbol protocol, but no tag merging, no fragmented IO, nor masked writes, etc).
ANSIName2 Use ANSI symbol names with extensions where possible.
Protocol13 Use PLC driver specific protocol.
Protocol24 Use PLC driver specific protocol.
See Also