S7 -> S7 Ethernet communication

JIMCON

Member
Join Date
Sep 2005
Location
SWEDEN
Posts
124
Hello,
I wonder if there is a way to perform a simple test with ethernet between two S7-300. Im going to send a string from a S7-300 to another S7-300. But for the moment I only have the S7-300 that is supposed send the data. Is there any way to simulate the other S7 system or use a program that can read what has been sent from the slave system ??

// Jim
 
If you're going to be sending a STRING, then the easiest way is probably to hang a PC on the network cable from the CP and use Telnet to display the data you send.

I believe Telnet is a standard part of the Windows S/W and you can run it in a DOS box. Typing "Telnet /?" will list the help file and to access your CP (if I remember correctly) you type "Telnet IP-Address".
 
It should be enough to show whether or not any data is being sent from the CP. I use this to check out our Cognex cameras and it works fine. The key point is that the data must be ASCII characters, but since jimcon said he wanted to send a STRING from one CP to the other, then this condition is satisfied.
 
If you are using a tcp connection a dos prompt (Telnet) or hyperterminal could be used to simulate the other end. But if you have 2 Siemens plc's that should communicate with each other you should use not use TCP connections. Instead you should use S7 connections or ISO on tcp connections. I think that you could use a third party software like LUCA from langner to simulate the other end but im not completly sure.
 

Similar Topics

I'm retrofitting equipment, but I didn't want to change the electrical characteristics of the panel. In this equipment I have a dedicated...
Replies
0
Views
68
I have a contractor at my water plant installing 3 brand new Powerflex 7000 VFD's for my High Service pumps. I would like to control these via...
Replies
6
Views
997
Hi All, We are planning Establish communication between Power Energy Meter (Schneider PM5320) with Rockwell PLC. I am unable to get the Assembly...
Replies
4
Views
751
Hi All ... In one full plant, all machines are connected to networks. above 500 ip address... that consists of plc,servo,hmi and third party...
Replies
3
Views
1,544
Hi All, I have a requirement of communicating my 5380 CPU with Zebra ZT411 Printer. Is there any one who did this before ? Do we need to have...
Replies
2
Views
916
Back
Top Bottom