TCP Connection Siemens IM151-8F

Jeroen Benoot

Member
Join Date
Oct 2006
Location
Oostkamp [BE]
Posts
42
Hi all,

i want to make a TCP connection to an "other station" in Simatic Manager to be able to send commands to an external device.
I wanted to do this in Netpro, and then use AG_Send, AG_Receive, but i'm unable to create such a connection with this CPU.
Is there any other way to do this?

Best regards,
Jeroen
 
AG_SEND/AG_RECV are used with a CP module, which IM151-8 do not have.
Instead, you can use TCON/TSEND/TRECV.
TCON/TSEND/TRECV do not use a configured connection in Netpro. Instead you setup the connection dynamically with TCON.
 
AG_SEND/AG_RECV are used with a CP module, which IM151-8 do not have.
Instead, you can use TCON/TSEND/TRECV.
TCON/TSEND/TRECV do not use a configured connection in Netpro. Instead you setup the connection dynamically with TCON.

The connection I want to make is to a scale, just to send a command to get the weight.
I think TCON only works when both partners are using it?
Or am I missing something?
 
You can use tcon to connect to any other partner i doesn't have to be a PLC it can be anything that uses Tcp/Ip. If its works using netpro and agsend it will work using tcon/tsend/trecive.
 

Similar Topics

Hellow, I would like to build a MODBUS TCP connection between a Siemens CP443-1 (or a Siemens CP343-1) card and Visual Basic Application on...
Replies
9
Views
12,583
Hiya, Im triggering a cognex camera by a sensor and from then on i want my In-Sight Explorer program to do something and have an output string...
Replies
2
Views
6,622
Hi, I successfully connected to a S7-1200 and can send receive data between the computer and the PLC by using the send/receive blocks. Now, I...
Replies
3
Views
4,966
Hello gentlemen, Im working on a small project on TIA Portal, about establishing a Modbus TCP connection between my ET200SP plc and a socomec...
Replies
12
Views
292
Hello, I'm gonna try to make this as clear as possible. For a project, we have 3 Unitronics PLC's controlling each a machine. The company that...
Replies
8
Views
3,406
Back
Top Bottom