IPlcSymbol Interface

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Represents a single symbol that can be used to access PLC data just using a simple name.

C#

public interface IPlcSymbol : IPlcEntity


Implements IPlcEntity

Name Description
Description Gets or sets more meaningful information about the symbol and its usage than only using the Name property.
Name Gets the name of the symbol through that PLC data can be accessed.
Type Gets the PLC type information associated with the entity.
(Inherited from IPlcEntity)