Click or drag to resize

ModuleEmulatorFactoryProfileOnAddSymbols Method

Called to check and add additional symbols to the symbol table.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected abstract void ProfileOnAddSymbols(
	ModuleEmulatorAssociator associator,
	IComponentLogger? logger
)

Parameters

associator
Type: Demo3D.PLC.Rockwell.EmulatorModuleEmulatorAssociator
Associate module emulators and add-symbols.
logger
Type: Demo3D.CommonIComponentLogger
Message logger.
See Also