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

Specifies the different operands that can be used to access a programmable logic controller (PLC). More...

Inheritance diagram for PlcOperandType:

Public Types

enum  PlcOperandType {
  Input =(0) , PeripheryInput =(1) , Output =(2) , PeripheryOutput =(3) ,
  Flag =(4) , DataBlock =(5) , Counter =(6) , Timer =(7)
}
 The definition of the PlcOperandType enumeration. More...
 

Detailed Description

Specifies the different operands that can be used to access a programmable logic controller (PLC).

Member Enumeration Documentation

◆ PlcOperandType

The definition of the PlcOperandType enumeration.

Enumerator
Input 

The operand used to access input areas of the controller.

PeripheryInput 

The operand used to access periphery input areas of the controller.

Output 

The operand used to access output areas of the controller.

PeripheryOutput 

The operand used to access periphery output areas of the controller.

Flag 

The operand used to access flag areas of the controller.

DataBlock 

The operand used to access data block areas of the controller.

Counter 

The operand used to access counter areas of the controller.

Timer 

The operand used to access timer areas of the controller.


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