Configure Open Communication - YASKAWA VIPA System SLIO Manual

Hide thumbs Also See for VIPA System SLIO:
Table of Contents

Advertisement

VIPA System SLIO
Function blocks
FB/SFB
Label
FB/SFB 12
BSEND
FB/SFB 13
BRCV
FB/SFB 14
GET
FB/SFB 15
PUT

9.9 Configure Open Communication

Handling blocks
HB300 | CPU | 013-CCF0R00 | en | 19-30
Description
Sending data in blocks:
FB/SFB 12 BSEND sends data to a remote partner FB/SFB of the type BRCV
(FB/SFB 13). The data area to be transmitted is segmented. Each segment is sent
individually to the partner. The last segment is acknowledged by the partner as it is
received, independently of the calling up of the corresponding FB/SFB/FB BRCV.
With this type of data transfer, more data can be transported between the communi-
cations partners than is possible with all other communication FBs/SFBs for config-
ured S7 connections, namely 65534bytes.
Receiving data in blocks:
The FB/SFB 13 BRCV can receive data from a remote partner FB/SFB of the type
BSEND (FB/SFB 12). The parameter R_ID of both FB/SFBs must be identical. After
each received data segment an acknowledgement is sent to the partner FB/SFB and
the LEN parameter is updated.
Remote CPU read:
The FB/SFB 14 GET can be used to read data from a remote CPU. The respective
CPU must be in RUN mode or in STOP mode.
Remote CPU write:
The FB/SFB 15 PUT can be used to write data to a remote CPU. The respective
CPU may be in RUN mode or in STOP mode.
Those in the following listed UTDs and FBs serve for "open communication" with other
Ethernet capable communication partners via your user program. These blocks are part
of the Siemens SIMATIC Manager. You will find these in the "Standard Library" at "Com-
munication Blocks". Please consider when using the blocks for open communication that
the partner station does not have to be configured with these blocks. This can be config-
ured with AG_SEND/AG_RECEIVE or IP_CONFIG. First you have to establish a hard-
ware configuration of the CPU and Ethernet PG/OP channel before you can use the han-
dling blocks.
Hardware configuration:
n
CPU
Ä Chap. 4.5 'Hardware configuration - CPU' page 69
n
Ethernet PG/OP channel
Ä Chap. 4.7 'Hardware configuration - Ethernet PG/OP channel' page 72
To specify the Ethernet PG/OP channel, the following values are defined in the UDT 65:
n
local_device_id
00h: Ethernet PG/OP channel of the CPU
n
next_staddr_len
01h: Ethernet PG/OP channel of the CPU
n
next_staddr
04h: Ethernet PG/OP channel of the CPU
Deployment PG/OP communication - productive
Configure Open Communication
227

Advertisement

Table of Contents
loading

Table of Contents