Technical data

Table Of Contents
Open Communication via Industrial Ethernet
System Software for S7-300/400 System and Standard Functions - Volume 2/2
23-20
A5E00739858-01
When FB 68 "TURCV" is called at the receiver, you receive the following address
parameters for the sender in the DB:
Parameter Data -
Type
Value in Example Description
rem_ip_addr ARRAY
[1..4] of
BYTE
rem_ip_addr[1] = B#16#C0
(192)
rem_ip_addr[2] = B#16#A8
(168)
rem_ip_addr[3] = B#16#3 (3)
rem_ip_addr[4] = B#16#8E
(142)
IP address of the sender:
192.168.3.142
rem_port_nr ARRAY
[1..2] of
BYTE
rem_port_nr[1] = B#16#07
rem_port_nr[2] = B#16#D4
Port no. of the sender: 2004 =
W#16#07D4