Demo3D.PLC.Rockwell.Emulator Namespace |
[Missing <summary> documentation for "N:Demo3D.PLC.Rockwell.Emulator"]
| Class | Description | |
|---|---|---|
| AutoAttribute |
Specifies the Auto attribute for a tag (primitive value type), or a struct or class instance.
| |
| AutoClassAttribute |
Specifies the AutoClass attribute for a field or property.
| |
| AutoInstanceAttribute |
Specifies the AutoClassInstance attribute for a field or property.
| |
| BOOLAttribute |
Specifies the BOOL PLC type attribute for a tag.
| |
| BYTEAttribute |
Specifies the BYTE PLC type attribute for a tag.
| |
| DescriptionAttribute |
Specifies the Description attribute for a tag.
| |
| DeviceAreaAttribute |
Specifies the DeviceArea attribute for a tag.
| |
| DINTAttribute |
Specifies the DINT PLC type attribute for a tag.
| |
| DWORDAttribute |
Specifies the DWORD PLC type attribute for a tag.
| |
| EmulatorAttribute |
Specifies the Emulator attribute for a tag.
| |
| ExecutionOrderAttribute |
Specifies the ExecutionOrder attribute for event methods.
| |
| HiddenAttribute |
Specifies the Hidden attribute for a tag.
| |
| INTAttribute |
Specifies the INT PLC type attribute for a tag.
| |
| ModuleCharacteristics |
The characteristics of a standard module.
| |
| ModuleEmulator |
Represents a module emulator.
| |
| ModuleEmulatorAssociator |
A class for associating a module emulator with PLC symbols.
| |
| ModuleEmulatorDriverProfileKey |
Parameters for identifying a specified EDSInfo and connection point(s).
| |
| ModuleEmulatorFactory |
A factory for creating new module emulators.
| |
| ModuleEmulatorFactoryKey |
Key for the module emulator factory database.
| |
| ModuleEmulatorSymbolParameters |
Optional parameters for controlling symbol names.
| |
| PlcTypeAttribute |
Specifies the PlcType attribute for a tag.
| |
| ReadOnlyAttribute |
Specifies the ReadOnly attribute for a tag.
| |
| RPIAttribute |
Specifies the RPI attribute for a tag.
| |
| SINTAttribute |
Specifies the SINT PLC type attribute for a tag.
| |
| TagImageIO |
An object that can read/write a tag in the device/module image.
| |
| TagImageMapping |
Represents all the information needed to read/write a tag in the device/module image.
| |
| TagNameAttribute |
Specifies the TagName attribute for a tag.
| |
| UDINTAttribute |
Specifies the UDINT PLC type attribute for a tag.
| |
| UINTAttribute |
Specifies the UINT PLC type attribute for a tag.
| |
| USINTAttribute |
Specifies the USINT PLC type attribute for a tag.
| |
| WORDAttribute |
Specifies the WORD PLC type attribute for a tag.
|
| Interface | Description | |
|---|---|---|
| IAfterOutputs |
Represents a class that processes PLC outputs as soon as they're received from the PLC.
| |
| IBeforeInputs |
Represents a class that computes PLC inputs immediately before sending to the PLC.
| |
| IComputeInputs |
Represents a class that computes PLC inputs in response to updates from the lower level emulation.
| |
| IConfigChanged |
Represents a class that responds to a detected configuration change.
| |
| IConstructEmulator |
Represents an emulator class that needs to be constructed.
| |
| IConstructRPI |
Represents an emulator class that needs to be constructed.
| |
| IProcessOutputs |
Represents a class that processes PLC outputs before passing them to the lower level emulation.
|
| Enumeration | Description | |
|---|---|---|
| ModuleCharacteristicsEthernetPortFlags |
Ethernet comms to add.
|