QUESTION: What is the meaning of the Status "27"
(hexadecimal: 0x001B) with the loadable S7 communication on the
SIMATIC S7-300?
ANSWER:
The S7 communication on the S7-300 is done by FBs (loadable
function blocks) and not by SFBs (integrated system function
blocks) as in S7-400. If, however, you call an SFB instead of an FB
in the S7 program of the S7-300, then the block issues an "ERROR"
and the "STATUS = 27". This status indicates that the function
block is not available for S7 communication on the S7-300. The
communication FBs for the S7-300 are located in the library
"SIMATIC_NET_CP > CP300 > Blocks".
|
Blocks |
Designation |
|
FB8 |
USEND |
|
FB9 |
URCV |
|
FB12 |
BSEND |
|
FB13 |
BRCV |
|
FB14 |
GET |
|
FB15 |
PUT |
Table 1: Communication FBs of the S7-300
Keywords:
Data transfer, S7 connection, Data communication, Error code,
Receive, Send
|