Click or drag to resize

IConstructEmulatorConstruct Method

Called 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: 14.0.0.10531
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