Click or drag to resize

ModuleEmulatorStdImageWriterLock Structure

Locks the module emulator logic lock and prepares access to write to the module image in response to an IO event.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public struct StdImageWriterLock : IDisposable

The ModuleEmulatorStdImageWriterLock type exposes the following members.

Constructors
  NameDescription
Public methodModuleEmulatorStdImageWriterLock
Locks the module emulator logic lock and copies data into the module emulator from the module image ready for writing.
Top
Methods
  NameDescription
Public methodDispose
Flushes data from the module emulator out to the module image and unlock the logic lock.
Public methodStart
Copies data into the module emulator from the module image ready for writing.
Top
Remarks
Using this object you can write to standard module emulator output tags - ie typically I and PO. If you write to other tags they will be overwritten before the next call.
See Also