Click or drag to resize

ModuleEmulatorAddAutoSymbols Method

A function for reflecting and adding [Auto] tags from the module emulator type into the symbol table.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public static void AddAutoSymbols(
	string moduleType,
	string configurationName,
	Type moduleEmulatorType,
	Object? factoryKey,
	IOEntryInfo ioEntryInfo,
	ModuleEmulatorSymbolParameters? parameters,
	Object? properties,
	AddSymbolsAddSymbolDelegate addSymbol,
	IComponentLogger? logger
)

Parameters

moduleType
Type: SystemString
Module emulator configuration name.
configurationName
Type: SystemString
Module emulator configuration name.
moduleEmulatorType
Type: SystemType
Module emulator Type.
factoryKey
Type: SystemObject
Additional key.
ioEntryInfo
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntryInfo
IO module.
parameters
Type: Demo3D.PLC.Rockwell.EmulatorModuleEmulatorSymbolParameters
Additional parameters.
properties
Type: SystemObject
Optional module emulator propeties.
addSymbol
Type: Demo3D.PLC.Rockwell.EmulatorAddSymbolsAddSymbolDelegate
Function for adding symbols.
logger
Type: Demo3D.CommonIComponentLogger
An object for logging messages.
See Also