com.softplc
Interface DT


public interface DT

A group of constants that enumerate all the allowed section types for SoftPLC DataTable sections.

See Also:
ZAddress.setSect(int), ZAddress.getSect(), DataTable.getFileType(long), RemoteDataTable.getFileType(long)

Field Summary
static int ASCII
           
static int BCD
           
static int BIT
           
static int BLOCKXFER
           
static int CONTROL
           
static int COUNTER
           
static int FLOAT
           
static int INPUT
          Only file number 1 can have this section type.
static int INTEGER
           
static int MESSAGE
           
static int OUTPUT
          Only file number 0 can have this section type.
static int PID
           
static int SFC_STATUS
           
static int STATUS
          Only file number 2 can have this section type.
static int STRING
           
static int TIMER
           
 

Field Detail

OUTPUT

public static final int OUTPUT
Only file number 0 can have this section type.

INPUT

public static final int INPUT
Only file number 1 can have this section type.

STATUS

public static final int STATUS
Only file number 2 can have this section type.

BIT

public static final int BIT

TIMER

public static final int TIMER

COUNTER

public static final int COUNTER

CONTROL

public static final int CONTROL

INTEGER

public static final int INTEGER

FLOAT

public static final int FLOAT

ASCII

public static final int ASCII

BCD

public static final int BCD

STRING

public static final int STRING

BLOCKXFER

public static final int BLOCKXFER

PID

public static final int PID

MESSAGE

public static final int MESSAGE

SFC_STATUS

public static final int SFC_STATUS