Siemens S7-1200 System Manual page 733

Hide thumbs Also See for S7-1200:
Table of Contents

Advertisement

MB_MODE
Modbus
function
81
08
3 to 10,
12 to 79,
82 to 255
Note
MB_DATA_PTR assigns a buffer to store data read/written to/from a Modbus TCP server
The data buffer can be in a standard global DB or M memory address.
For a buffer in M memory, use the standard Any Pointer format. This is in the format P#"Bit
Address" "Data Type" "Length", an example would be P#M1000.0 WORD 500.
MB_DATA_PTR assigns a communication buffer
● MB_CLIENT communication functions:
● Word or bit sized data is transferred to/from the DB or M memory buffer assigned by
● If a DB is assigned as the buffer by MB_DATA_PTR, then you must assign data types to
S7-1200 Programmable controller
System Manual, 03/2014, A5E02486680-AG
Data length
Operation and data
1
Reset server event counter using data
diagnostic code 0x000A
1 word per request
Reserved
– Read and write 1-bit data from Modbus server addresses (00001 to 09999)
– Read 1-bit data from Modbus server addresses (10001 to 19999)
– Read 16-bit word data from Modbus server addresses (30001 to 39999) and (40001 to
49999)
– Write 16-bit word data to Modbus server addresses (40001 to 49999)
MB_DATA_PTR.
all DB data elements.
– The 1-bit Bool data type represents one Modbus bit address
– 16-bit single word data types like WORD, UInt, and Int represent one Modbus word
address
– 32-bit double word data types like DWORD, DInt, and Real represent two Modbus
word addresses
Communication processor and Modbus TCP
12.5 Modbus communication
MB_DATA_ADDR
733

Advertisement

Table of Contents
loading

Table of Contents