Click or drag to resize

ModuleEmulatorImageReaderLock Constructor

Locks the module emulator logic lock and copies data into the module emulator from the module image ready for reading.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public ImageReaderLock(
	ModuleEmulator moduleEmulator,
	params DeviceArea[] areas
)

Parameters

moduleEmulator
Type: Demo3D.PLC.Rockwell.EmulatorModuleEmulator
The module emulator.
areas
Type: Demo3D.PLC.Rockwell.CommsDeviceArea
The image device areas to read.
See Also