Constructs an IOEntry.
Namespace: Demo3D.PLC.Rockwell.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxprotected IOEntry(
IOMap ioMap,
string? catalogNumber,
PLCSymbol? mapSymbol,
PLCSymbol? configSymbol,
IReadOnlyList<ConnectionInfo> connections,
IReadOnlyDictionary<DeviceArea, TagPath> tagPaths
)
Parameters
- ioMap IOMap
- The IOMap.
- catalogNumber String
- The catalog number (or null).
- mapSymbol PLCSymbol
- The IO Map symbol.
- configSymbol PLCSymbol
- The config symbol.
- connections IReadOnlyListConnectionInfo
- A list of connections and their associated symbols.
- tagPaths IReadOnlyDictionaryDeviceArea, TagPath
- Tag paths to area symbols.
See Also