Click or drag to resize

AddSymbolsSymbolsAddParameters Constructor

Constructs a SymbolParameters.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public SymbolsAddParameters(
	IOEntryInfo ioEntryInfo,
	DeviceArea deviceArea,
	string symbolPath,
	SymbolSource source,
	PlcType plcType,
	AccessRights allowedAccess,
	string? areaPath = null,
	bool shared = true,
	bool hidden = false,
	bool noCreate = false,
	string description = ""
)

Parameters

ioEntryInfo
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntryInfo
IOEntryInfo.
deviceArea
Type: Demo3D.PLC.Rockwell.CommsDeviceArea
The device area.
symbolPath
Type: SystemString
Symbol path (empty to use the area symbol).
source
Type: Demo3D.PLC.Rockwell.Comms.CIPSymbolSource
Source of the symbol.
plcType
Type: Demo3D.PLC.Comms.CIPPlcType
Symbol PLC type.
allowedAccess
Type: Demo3D.PLC.CommsAccessRights
Allowed access.
areaPath (Optional)
Type: SystemString
The area path (or null to use the default).
shared (Optional)
Type: SystemBoolean
True to place tag in shared memory.
hidden (Optional)
Type: SystemBoolean
True to hide symbol.
noCreate (Optional)
Type: SystemBoolean
True to require the symbol to exist already.
description (Optional)
Type: SystemString
The symbol description.
See Also