Click or drag to resize

ModuleEmulatorAssociatorAddAutoSymbols Method

Associates the module emulator with a module, and adds any additional symbols from the module emulator into the symbol table.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void AddAutoSymbols(
	ModuleEmulatorSymbolParameters? parameters = null,
	IComponentLogger? logger = null
)

Parameters

parameters (Optional)
Type: Demo3D.PLC.Rockwell.EmulatorModuleEmulatorSymbolParameters
Optional additional parameters.
logger (Optional)
Type: Demo3D.CommonIComponentLogger
Message logger.
See Also