SIMATIC S7 MatLab Toolbox
Public Types | List of all members
SimaticChannelType Class Reference

Specifies how a connection will operate on the device. More...

Inheritance diagram for SimaticChannelType:

Public Types

enum  SimaticChannelType { Default =(0) , OperationPanel =(1) , ProgrammerDevice =(2) , Other =(3) }
 The definition of the SimaticChannelType enumeration. More...
 

Detailed Description

Specifies how a connection will operate on the device.

Member Enumeration Documentation

◆ SimaticChannelType

The definition of the SimaticChannelType enumeration.

Enumerator
Default 

The default SimaticChannelType (OperationPanel) is used by the connection.

OperationPanel 

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 

The connection will perform extended read/write operations on a device. A connection of this type operates as a programmer device.

Other 

A connection of this type operates in an different meaning like a PLC to PLC communication.


The documentation for this class was generated from the following file: