Click or drag to resize

BusConfiguration Class

For a particular module (IODevice), this lists all the reachable modules through all the buses that this module is attached. This isn't the configuration for a single bus.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesBusConfiguration

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class BusConfiguration

The BusConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodBusConfiguration
Constructs a BusConfiguration.
Top
Properties
  NameDescription
Public propertyIODevice
The Message Router of the IO device.
Public propertyMaxNodes
The maximum number of nodes on the backplane (or -1 if unknown).
Public propertyNodes
A list of reachable modules.
Top
Methods
  NameDescription
Public methodGetAllReachableModules
Gets a list of all reachable modules.
Public methodSetupBus
Configure the bus.
Top
See Also