Communication processor and Modbus TCP
12.3 Point-to-point (PtP) communication
S7-1200 Programmable controller
System Manual, 03/2014, A5E02486680-AG
683
Consider a message structured according to the following protocol:
Characters 3 to 14 counted by the length
Configure the receive message length parameters for this message as follows:
● n = 2 (The message length starts with byte 2.)
● Length size = 1 (The message length is defined in one byte.)
● Length m = 0 (There are no additional characters following the length specifier that are
not counted in the length count. Twelve characters follow the length specifier.)
In this example, the characters from 3 to 14 inclusive are the characters counted by Len (n).
Consider another message structured according to the following protocol:
Characters 5 to 10 counted by length
Configure the receive message length parameters for this message as follows:
● n = 3 (The message length starts at byte 3.)
● Length size = 1 (The message length is defined in one byte.)
● Length m = 3 (There are three characters following the length specifier that are not
counted in the length. In the protocol of this example, the characters SD2, FCS, and ED
are not counted in the length count. The other six characters are counted in the length
count; therefore the total number of characters following the length specifier is nine.)
In this example, the characters from 5 to 10 inclusive are the characters counted by Len (n).