Click or drag to resize

CIPObjectSetupBus Method

Setup the bus configuration.

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

Parameters

thisNode  BusNode
The bus node of this module.
busConfiguration  BusConfiguration
The full bus configuration.
See Also