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

Specifies the different raw types that can be used for read/write operations using a PlcAddress on a programmable logic controller (PLC). More...

Inheritance diagram for PlcRawType:

Public Types

enum  PlcRawType { Bit =(0) , Byte =(1) , Word =(2) , DWord =(3) }
 The definition of the PlcRawType enumeration. More...
 

Detailed Description

Specifies the different raw types that can be used for read/write operations using a PlcAddress on a programmable logic controller (PLC).

Member Enumeration Documentation

◆ PlcRawType

The definition of the PlcRawType enumeration.

Enumerator
Bit 

Defines a binary type its binary length in bits is restricted to 1 bit.

Byte 

Defines a binary type its binary length in bits is restricted to 8 bits.

Word 

Defines a binary type its binary length in bits is restricted to 16 bits.

DWord 

Defines a binary type its binary length in bits is restricted to 32 bits.


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