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 Auto Class attribute for a field or property.
Public classAutoInstanceAttribute
Specifies the Auto Class attribute for a field or property.
Public classDescriptionAttribute
Specifies the Description attribute for a tag.
Public classDeviceAreaAttribute
Specifies the device area attribute for a tag.
Public classEmulatorAttribute
Specifies the Emulator attribute for a tag.
Public classHiddenAttribute
Specifies the Hidden 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 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 PLC type attribute for a tag.
Public classReadOnlyAttribute
Specifies the ReadOnly attribute for a tag.
Public classRPIAttribute
Specifies the RPI attribute for a tag.
Public classTagNameAttribute
Specifies the tag name 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