INGEAR.NET.GELink

 

Tag.ATOMIC Enumeration

Enumeration of PLC data types for the DataType property.

[Visual Basic]
Public Enum Tag.ATOMIC
[C#]
public enum Tag.ATOMIC

Members

Member Name Description
BOOL PLC Type (Bit/Discrete) .NET equivilant Boolean
BYTE PLC Type (8-bit signed byte) .NET equivilant SByte
UBYTE PLC Type (8-bit unsigned byte) .NET equivilant Byte
INT PLC Type (16-bit signed integer) .NET equivilant Int16
WORD PLC Type (16-bit unsigned integer) .NET Type UInt16
DINT PLC Type (32-Bit signed integer) .NET equivilantInt32
DWORD PLC Type (32-Bit unsigned integer) .NET equivilant UInt32
REAL PLC Type (32-bit Single Precision Real) .NET equivilant Single
LREAL PLC Type (64-bit Double Precision Real) .NET equivilantDouble
STRING PLC Type (ASCII Character String) .NET equivilantString

Requirements

Namespace: GELink

Assembly: INGEAR.NET.GELink (in INGEAR.NET.GELink.dll)

See Also

GELink Namespace | NetType