DeviceEmulator Class |
Namespace: Demo3D.PLC.Rockwell.Emulator
public abstract class DeviceEmulator
The DeviceEmulator type exposes the following members.
| Name | Description | |
|---|---|---|
| DeviceEmulator | Initializes a new instance of the DeviceEmulator class |
| Name | Description | |
|---|---|---|
| AddTags |
Attach user tags to the emulator.
| |
| ConfigureAsync |
Configure the emulator.
| |
| InitializeAsync |
Initialize the emulator.
| |
| ReadValuesIntoTagItems |
Read all data from emulator device image(s) into the ITagItem's.
| |
| StartAsync |
Start the emulator.
| |
| Stop |
Stop emulator.
| |
| WriteValuesFromTagItems |
Write data from all the ITagItem's into the emulator device image(s).
|