A S S e r i e s O p e r a t i o n M a n u a l9 - 6 6_9Object Name Function Class IDTCP/IP Interface ObjectProvides the mechanism to configure a device’s TCP/IPnetwork interface; examples of configurable items include thedevice’s IP Address, Network Mask, and Gateway Address.245 (H’F5)Ethernet Link Object Maintains link-specific counters and status information for anIEEE 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 TypeThis section provides an overview of the data types supported by objects.Data Type DescriptionBOOL False(H’00) or True(H’01)SIGNEDINTEGERSINT(1 byte), INT(2 bytes), DINT(4 bytes), LINT(8 bytes)Number 1st 2nd 3rd 4th 5th 6th 7th 8thSINT 0LSBINT 0LSB 1LSBDINT 0LSB 1LSB 2LSB 3LSBLINT 0LSB 1LSB 2LSB 3LSB 4LSB 5LSB 6LSB 7LSBExample: DINT value = H’12345678Number 1st 2nd 3rd 4thDINT 78 56 34 12