AS Series Operation Manual 
 
9-66 
Object Name  Function  Class ID 
TCP/IP Interface Object 
Provides the mechanism to configure a device’s TCP/IP 
network interface; examples of configurable items include the 
device’s IP Address, Network Mask, and Gateway Address. 
245 (H’F5) 
Ethernet Link Object 
Maintains link-specific counters and status information for an 
IEEE 802.3 communications interface.   
246 (H’F6) 
X Register  Bit/Word Register 
848(H’350) 
Y Register  Bit/Word Register 
849(H’351) 
D Register  Bit/Word Register 
850(H’352) 
M Register  Bit Register 
851(H’353) 
S Register  Bit Register 
852(H’354) 
T Register  Bit/Word Register 
853(H’355) 
C Register  Bit/Word Register 
854(H’356) 
HC Register  Bit/Word Register 
855(H’357) 
SM Register  Bit Register 
856(H’358) 
SR Register  Word Register 
857(H’359) 
 
9.8.2 Data Type 
This section provides an overview of the data types supported by objects.   
Data Type  Description 
BOOL  False(H’00) or True(H’01) 
SIGNED 
INTEGER 
SINT(1 byte), INT(2 bytes), DINT(4 bytes), LINT(8 bytes) 
Number  1st  2nd  3rd  4th  5th  6th  7th  8th 
SINT  0LSB               
INT  0LSB  1LSB             
DINT  0LSB  1LSB  2LSB  3LSB         
LINT  0LSB  1LSB  2LSB  3LSB  4LSB  5LSB  6LSB  7LSB 
 
Example: DINT value = H’12345678 
Number  1st  2nd  3rd  4th 
DINT  78  56  34  12