Click or drag to resize

DeviceEmulator Class

A device emulator.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.EmulatorDeviceEmulator

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract class DeviceEmulator

The DeviceEmulator type exposes the following members.

Constructors
  NameDescription
Protected methodDeviceEmulator
Initializes a new instance of the DeviceEmulator class
Top
Methods
  NameDescription
Public methodAddTags
Attach user tags to the emulator.
Public methodConfigureAsync
Configure the emulator.
Public methodInitializeAsync
Initialize the emulator.
Public methodReadValuesIntoTagItems
Read all data from emulator device image(s) into the ITagItem's.
Public methodStartAsync
Start the emulator.
Public methodStop
Stop emulator.
Public methodWriteValuesFromTagItems
Write data from all the ITagItem's into the emulator device image(s).
Top
Remarks
A device emulator emulates devices that are attached directly to the PLC, plus any modules in the rack (if the device is a rack device), and also any reachable devices/modules (if the device is a bridge device).
See Also