Click or drag to resize

DeviceDefinitionStartDevice Method

Optionally start the IO device. Called after all the emulators have been configured and IPC processes started.

Namespace:  Demo3D.PLC.Rockwell.Emulator.DeviceEmulators
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public virtual void StartDevice(
	IComponentLogger? logger
)

Parameters

logger
Type: Demo3D.CommonIComponentLogger
Component logger.
See Also