Click or drag to resize

Demo3D.PLC.Rockwell.Emulator Namespace

[Missing <summary> documentation for "N:Demo3D.PLC.Rockwell.Emulator"]

Classes
  ClassDescription
Public classAutoAttribute
Specifies the Auto attribute for a tag (primitive value type), or a struct or class instance.
Public classAutoClassAttribute
Specifies the AutoClass attribute for a field or property.
Public classAutoInstanceAttribute
Specifies the AutoClassInstance attribute for a field or property.
Public classBOOLAttribute
Specifies the BOOL PLC type attribute for a tag.
Public classBYTEAttribute
Specifies the BYTE PLC type attribute for a tag.
Public classDescriptionAttribute
Specifies the Description attribute for a tag.
Public classDeviceAreaAttribute
Specifies the DeviceArea attribute for a tag.
Public classDINTAttribute
Specifies the DINT PLC type attribute for a tag.
Public classDWORDAttribute
Specifies the DWORD PLC type attribute for a tag.
Public classEmulatorAttribute
Specifies the Emulator attribute for a tag.
Public classExecutionOrderAttribute
Specifies the ExecutionOrder attribute for event methods.
Public classHiddenAttribute
Specifies the Hidden attribute for a tag.
Public classINTAttribute
Specifies the INT PLC type attribute for a tag.
Public classModuleCharacteristics
The characteristics of a standard module.
Public classCode exampleModuleEmulator
Represents a module emulator.
Public classModuleEmulatorAssociator
A class for associating a module emulator with PLC symbols.
Public classModuleEmulatorDriverProfileKey
Parameters for identifying a specified EDSInfo and connection point(s).
Public classModuleEmulatorFactory
A factory for creating new module emulators.
Public classModuleEmulatorFactoryKey
Key for the module emulator factory database.
Public classModuleEmulatorSymbolParameters
Optional parameters for controlling symbol names.
Public classPlcTypeAttribute
Specifies the PlcType attribute for a tag.
Public classReadOnlyAttribute
Specifies the ReadOnly attribute for a tag.
Public classRPIAttribute
Specifies the RPI attribute for a tag.
Public classSINTAttribute
Specifies the SINT PLC type attribute for a tag.
Public classTagImageIO
An object that can read/write a tag in the device/module image.
Public classTagImageMapping
Represents all the information needed to read/write a tag in the device/module image.
Public classTagNameAttribute
Specifies the TagName attribute for a tag.
Public classUDINTAttribute
Specifies the UDINT PLC type attribute for a tag.
Public classUINTAttribute
Specifies the UINT PLC type attribute for a tag.
Public classUSINTAttribute
Specifies the USINT PLC type attribute for a tag.
Public classWORDAttribute
Specifies the WORD PLC type attribute for a tag.
Interfaces
  InterfaceDescription
Public interfaceIAfterOutputs
Represents a class that processes PLC outputs as soon as they're received from the PLC.
Public interfaceIBeforeInputs
Represents a class that computes PLC inputs immediately before sending to the PLC.
Public interfaceIComputeInputs
Represents a class that computes PLC inputs in response to updates from the lower level emulation.
Public interfaceIConfigChanged
Represents a class that responds to a detected configuration change.
Public interfaceIConstructEmulator
Represents an emulator class that needs to be constructed.
Public interfaceIConstructRPI
Represents an emulator class that needs to be constructed.
Public interfaceIProcessOutputs
Represents a class that processes PLC outputs before passing them to the lower level emulation.
Enumerations