Click or drag to resize

ICIPNodeSetupBus Method

Set up bus.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
void SetupBus(
	BusNode thisNode,
	BusConfiguration busConfiguration
)

Parameters

thisNode
Type: Demo3D.PLC.Comms.CIP.NodesBusNode
The bus node of this module.
busConfiguration
Type: Demo3D.PLC.Comms.CIP.NodesBusConfiguration
The full bus configuration.
See Also