F 8625 e
F 8625 e
F 8625 e
F 8625
F 8625: Communication Module for Ethernet-Communication
Application in H51q PLCs (usable with BS41q/51q V7.0-7 (9835) and hig-
her) with ELOP II-NT.
General Description
Switch 1 Switch 2
Top view of module Front side of module
With this communication module F 8625, up to 64 HIMA H51q PLCs can
communicate with each other in a safety-related manner (Ethernet com-
munication according to IEEE 802.3).
Interfaces
• Serial interface FB not used
• Ethernet interface 10BaseT according to the IEEE 802.3 standard.
Connection via an RJ-45 plug
• High-speed serial communication interface to the redundant HSR
(High Speed Redundancy) communication module.
Connection via an RJ-12 plug
Specifications
1 8 1 8
ON Address of station: 3
2/12
F 8625 (9912)
Definitions
10BaseT
Standardization in the IEEE 802.3 standard. Ethernet with twisted pair wi-
ring with a Hub and a transmission rate of 10 MBit/s. Supported cable ty-
pes: STP (shielded twisted pair), UTP (unshielded twisted pair).
big-endian Format
Four-digit hexadecimal data format
MSB LSB
00 00 hex 0 dec
FF FF hex 65535 dec
Bridge
A bridge connects the same type or different types of networks according
to IEEE 802 (standardization of physical and back-up levels of networks).
The bridge filters the corresponding data of the network components.
BUSCOM
Serial communication between HIMA PLCs and external systems (for con-
figuration and programming see the ELOP II-NT manuals).
ELOP II-NT
Engineering tool for the planning and programming of HIMA PLCs accor-
ding to IEC 61131-3.
HIPRO-S
Safety-related communication between HIMA PLCs and external systems
(for configuration and programming see the ELOP II-NT manuals).
Hub
With the interconnection of more than two Ethernet components having a
10BaseT connection, a central distributor (hub) is required. Ethernet com-
ponents can be arranged in a star-shaped connection to the hub. The dif-
ferences between the various types lie in the number of connections and
the construction of the hub.
IP Address
Internet Protocol address: defines the address of a network component for
the unambiguous transmission of data bursts across several networks.
OPC Gateway
The OPC (OLE for the process industry) gateway provides an intelligent
standardized transformation of a protocol into another or to other systems,
respectively.
3/12
F 8625 (9912)
Ressource
A HIMA PLC under ELOP II-NT.
RJ-12
Internationally standardized plug or socket, respectively, for a maximum
of 6 cores.
RJ-45
Internationally standardized 8 pin plug-in connector for the connection of
STP/UTP lines according to 10BaseT. Pin allocation of RJ-45 under
10BaseT:
1 Transmit Data + (TD+)
2 Transmit Data - (TD-)
3 Receive Data + (RD+)
6 Receive Data - (RD-)
Pins 4, 5, 7 and 8 are not used.
Router
The router optimizes the choice of routes within complex networks (using
the IP address).
Switch
Like the bridge, the switch connects the same type or different types of
networks with each other. One important feature is the short delay time du-
ring data routing. Unlike the bridge, which first checks the packet and then
routes it, the switch can route the data to the corresponding interface very
fast after the beginning of the frame (receiver’s address in the data pak-
ket).
4/12
F 8625 (9912)
Ethernet Communication
Application Guidelines/Hints
5/12
F 8625 (9912)
Ethernet Topologies
All connected Ethernet components must adhere to the application guide-
lines!
Hub Ethernet-Segment 2
Hub Ethernet-Segment 1
When two PLCs are interconnected (Figure 2), the hub is not necessary.
The two 10BaseT interfaces of the communication modules are connec-
ted directly by a special cable "cross over" (with twisted cores).
6/12
F 8625 (9912)
7/12
F 8625 (9912)
Example:
Resource name MT200_33 and module 2 (switch 2/1 = OFF)
IP address: 33*2 + 2 = 68; IP = 192.168.0.68
8/12
F 8625 (9912)
Serial Communication
ELOP II-NT
Communication Data processing
(variables, data
module basis
types)
In ELOP II-NT, Word variables stand for all types of data which can be
configured as 16 bit variables in the BUSCOM serial communication.
Within one array of the central unit, the Boolean data and the Word data
are stored separately, but they may be stored under the same BUSCOM
address (Table 4).
9/12
F 8625 (9912)
Bool Word
Arrays (BUSCOM (BUSCOM
addresses) addresses)
The Word variables from BUSCOM address 0 on begin with the identity
number 0 (Figure 4), then they proceed in ascending order up to the Word
variable with the highest address in array 0. The Word variables from
BUSCOM address 4096 (array 1) on begin with identity number of the
highest Word variable following (array 0) and then proceed in ascending
order up to the Word variable with the highest address.
The Bool variables having basis address 0 begin with the identity number
following the identity number of the highest Word variable and then pro-
ceed in ascending order up to the Bool variable with the highest address
in the array 0 of the central unit (Figure 4). The Bool variables from BUS-
COM address 4096 (array 1) on begin with the identity number of the high-
est Bool variable in array 0 following and then proceed in ascending order
up to the Bool variable with the highest address.
If only Bool variables exist, they begin with identity number 0 correspon-
ding to the Word variables (Figure 5).
The BUSCOM address must be in the same array as the belonging base
address.
The blanks in the BUSCOM addresses of a data type of one array remain
with the data type also in the data pool of the communication module.
10/12
F 8625 (9912)
Array 1 EA-8191
EA-4096
EA-8191
Figure 4: Example of address imaging for Word und Bool export variables from the array 0 (EA-0000)
EA-8191
Array 1 EA-4096 4096
bool
4196
EA-8191
Figure 5: Example of address imaging for Bool export variables from both arrays (EA-0000 and EA-4096)
11/12
F 8625 (9912)
EA-8191
Array 1 EA-4096 4096
bool
4196
EA-8191
Figure 6: Example of address imaging for Word and Boolean export variables from both arrays
12/12