Click or drag to resize

IOEntry Class

An entry in the IO configuration tree.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPIOModule
    Demo3D.PLC.Rockwell.Comms.CIPIOEntry

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class IOEntry : IOModule

The IOEntry type exposes the following members.

Constructors
  NameDescription
Protected methodIOEntry
Constructs an IOEntry.
Top
Properties
  NameDescription
Public propertyCatalogNumber
The catalog number (if known).
(Overrides IOModuleCatalogNumber.)
Public propertyChildren
Children in the IO configuration tree.
Public propertyCompatibleModule
Compatible module bit set.
(Overrides IOModuleCompatibleModule.)
Public propertyConfigSymbol
The module config symbol (or null).
Public propertyConnections
The connections and their associated symbols.
Public propertyDescriptiveName
The module long name.
Public propertyEDSInfo
EDS info for this entry.
(Overrides IOModuleEDSInfo.)
Public propertyIOInfo
IO info for this IO entry,
Public propertyIOMap
IOMap data from the PLC.
Public propertyKeyMask
Key mask.
(Overrides IOModuleKeyMask.)
Public propertyMapSymbol
The module IO Map symbol (or null).
Public propertyMapType
The IO Map entry type.
(Overrides IOModuleMapType.)
Public propertyModulePSize
Module P area size in the IO image.
Public propertyName
The module name.
(Overrides IOModuleName.)
Public propertyParent
The parent in the IO configutation tree.
Public propertySymbolName
The module symbol name.
Public propertyTagPaths
The module tag paths.
Public propertyUpdateRate
Update rate of the main IO connection (or 0).
(Overrides IOModuleUpdateRate.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodAll
All entries in the IO tree.
(Defined by IOEntryExtensions.)
Top
See Also