Siemens SIMATIC TI505 Specifications Page 7

  • Download
  • Add to my manuals
  • Print
  • Page
    / 22
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 6
Simatic/TI 505 Serial Driver Help
Address Descriptions
Address specifications vary depending on the model in use. Select a link from the following list to obtain specific
address information for the model of interest.
NITP Addressing
Transparent Byte Addressing
Status Words
NITP Addressing
The Simatic/TI 505 Serial driver supports the following addresses when using the NITP protocol. The default data
type for each address type is indicated in bold.
Address Type Format Range Data Types Access
Discrete Inputs X<address> 1-65536 Boolean Read/Write
Discrete Outputs Y<address> 1-65536 Boolean Read/Write
Word Inputs WX<address> 1-65536
1-65535
Short, Word
Long, DWord, Float
Read/Write
Word Outputs WY<address> 1-65536
1-65535
Short, Word
Long, DWord, Float
Read/Write
Discrete Control C<address> 1-65536 Boolean Read/Write
Word Memory V<address> 1-65536
1-65535
Short, Word
Long, DWord, Float
Read/Write
Word Memory Bit Access V<address> .bit address: 1-65536*
bit: 0-15
Boolean Read/Write
Constant Memory K<address> 1-65536
1-65535
Short, Word
Long, DWord, Float
Read Only
Constant Memory Bit Access K<address> .bit address: 1-65536*
bit: 0-15
Boolean Read Only
Status Words STW<address> 1-65536
1-65535
Short, Word
Long, DWord, Float
Read/Write
Status Words Bit
Access
STW<address> .bit address: 1-65536*
bit: 0-15
Boolean Read/Write
Timer/Counter Preset TCP<address> 1-65535 Short, Word Read/Write
Timer/Counter Current TCC<address> 1-65535 Short, Word Read/Write
Drum Step Preset DSP<address> 1-32767 Short, Word Read/Write
Drum Step Current DSC<address> 1-32767 Short, Word Read/Write
Drum Step Current Count DCC<address> 1-32767 Short, Word Read Only
Drum Time Base DTB<address> 1-32767 Short, Word Read/Write
Drum Count Preset DCP<drum] .<step> drum 1-32767
step 1-16
Short, Word Read/Write
*For more information, refer to 0/1-Based Bit Addressing Option.
The actual number of addresses available for of each type is dependent on the configuration of the PLC.
If at runtime the driver finds that an address is not present in the device, the driver will post an error message
and remove the tag from its scan list.
V Memory Access as Arrays
The Simatic/TI 505 Serial driver supports access to V memory in an array. The size of the array for NITP mode is
limited to 100 V memory registers per array. When accessing large arrays, multiple read/write commands are
used to access consecutive V memory addresses and may require additional time to process. To access V memory
as an array, array notation must be used when entering an address. Array notation is shown in the following
examples:
V100[5] This denotes an array starting at V100 with a length of 5. This means that the array contains V100, V101,
V102, V103, and V104.
V100[2][3] This denotes a two dimensional array starting at V100 and containing V100, V101, V102, V103, V104, and
V105 in a 2 by 3 array.
Note: Arrays can be either the Word or SHORT data type, with a default of Word.
www. kepware.com
7
Page view 6
1 2 3 4 5 6 7 8 9 10 11 12 ... 21 22

Comments to this Manuals

No comments