Click or drag to resize

ModuleEmulatorStdWriterLock Structure

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

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public struct StdWriterLock : IDisposable

The ModuleEmulatorStdWriterLock type exposes the following members.

Constructors
  NameDescription
Public methodModuleEmulatorStdWriterLock
Locks the module emulator logic lock and copies data into the module emulator from the device.
Top
Methods
  NameDescription
Public methodDispose
Writes data from the module emulator out to the device and unlocks the logic lock.
Public methodStart
Copies data into the module emulator from the devce.
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