SimaticChannelType Enum

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

Specifies how a connection will operate on the device.

C#

public enum SimaticChannelType


Inheritance ObjectValueTypeEnum › SimaticChannelType

Name Value Description
Default 0 The default SimaticChannelType (OperationPanel) is used by the connection.
OperationPanel 1 The connection will perform simple read/write operations on a device. A connection of this type (OP) operates as a simple human machine interface (HMI).
ProgrammerDevice 2 The connection will perform extended read/write operations on a device. A connection of this type operates as a programmer device.
Other 3 A connection of this type operates in an different meaning like a PLC to PLC communication.