Click or drag to resize

ModuleEmulatorCopyFieldsToImage Method

Copies data from the Module Emulator fields into the module image.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void CopyFieldsToImage()
Remarks

When running in the low level emulator process, this copies emulator output tags only. Emulator tags are tags marked with the EmulatorAttribute or, for tags that have neither the EmulatorAttribute nor the RPIAttribute, they are any tags that are not in the C, O, P or PI areas and are not marked ReadOnly.

When running in the IO process, this copies RPI output tags only. RPI tags are tags marked with the RPIAttribute.

See Also