|
SIMATIC S7 MatLab Toolbox
|
Specifies how a connection will operate on the device. More...
Public Types | |
| enum | SimaticChannelType { Default =(0) , OperationPanel =(1) , ProgrammerDevice =(2) , Other =(3) } |
| The definition of the SimaticChannelType enumeration. More... | |
Specifies how a connection will operate on the device.
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. |