Click or drag to resize

ModuleEmulatorSymbolParameters Class

Optional parameters for controlling symbol names.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.EmulatorModuleEmulatorSymbolParameters

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class SymbolParameters

The ModuleEmulatorSymbolParameters type exposes the following members.

Properties
  NameDescription
Public propertyAreaPath
Optional area symbol path, subject to path substitutions (see ModuleEmulatorSymbolParameters).
Public propertyProperties
Optional additional properties that'll be assigned to Properties.
Public propertySubstitutions
Optional additional substitutions.
Public propertySymbolPath
Optional symbol path, subject to path substitutions (see ModuleEmulatorSymbolParameters).
Top
Remarks
Path substitutions: {deviceName} with the device name (eg "device"); {symbolName} with the module symbol name (eg "device:1"); {area} with the device IO area (eg PI or PO); {slot} with the IOMap LinkAddress; {tagName} with the current tag name; and any other substitutions from Substitutions.
See Also