Click or drag to resize

ModuleEmulatorCopyFieldsToImage Method (DeviceArea)

Copies data from the Module Emulator fields into the specified areas of the module image.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void CopyFieldsToImage(
	params DeviceArea[] areas
)

Parameters

areas
Type: Demo3D.PLC.Rockwell.CommsDeviceArea
The areas to copy.
See Also