Click or drag to resize

IConstructRPIConstruct Method

Called once when the module emulator has been created in the IO process.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
void Construct(
	IComponentLogger? logger
)

Parameters

logger
Type: Demo3D.CommonIComponentLogger
An object for logging messages.
Remarks

Will be called before the PLC connects to the device. Where there are multiple instances of this interface, the order of execution of events is strictly defined. See ExecutionOrderAttribute for details.

May be called in any thread.

See Also