ModuleEmulatorCopyFieldsToImage Method |
Namespace: Demo3D.PLC.Rockwell.Emulator
public void CopyFieldsToImage()
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.