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)
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