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

Specifies the type of a PLC object. More...

Inheritance diagram for PlcTypeCode:

Public Types

enum  PlcTypeCode {
  Empty =(0) , Bool =(1) , Byte =(2) , Char =(3) ,
  Int =(4) , Word =(5) , DInt =(6) , DWord =(7) ,
  Real =(8) , Double =(9) , Date =(10) , Time =(11) ,
  TimeOfDay =(12) , S5Time =(13) , DateTime =(14) , String =(15)
}
 The definition of the PlcTypeCode enumeration. More...
 

Detailed Description

Specifies the type of a PLC object.

Member Enumeration Documentation

◆ PlcTypeCode

The definition of the PlcTypeCode enumeration.

Enumerator
Empty 

A null reference.

Bool 

A type representing a logical value.

Byte 

A type representing a binary value.

Char 

A type representing a single character.

Int 

A type representing an int16.

Word 

A type representing an uint16.

DInt 

A type representing an int32.

DWord 

A type representing an uint32.

Real 

A type representing a single.

Double 

A type representing a double.

Date 

A type representing a date number (containing only the date of day).

Time 

A type representing a date number (containing only the time of day).

TimeOfDay 

A type representing a date number (containing only the time of day).

S5Time 

A type representing a date number (containing only the time of day).

DateTime 

A type representing a date number.

String 

A type representing a string.


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