Click or drag to resize

IConstructEmulatorConstruct Method

Called once when the module emulator has been created and tags bound, to allow final emulator construction.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
void Construct(
	MessageRouter module,
	IComponentLogger? logger
)

Parameters

module
Type: Demo3D.PLC.Comms.CIP.NodesMessageRouter
The module CIP message router associated with this emulator.
logger
Type: Demo3D.CommonIComponentLogger
An object for logging messages.
Remarks

Will be called before the PLC connects to the device.

May be called in any thread.

See Also