TIA GET Function

Ranjith

Member
Join Date
May 2007
Location
Melbourne
Posts
316
Trying to setup comms between S7 1500 and S7 1200.
S7 1500 writes 20 bytes to S7 1200.
It's not writing to 1200.
Error code is 1.

GET/PUT boxes are ticked on both.
DB324 optimize box unticked on both.
I dont know why the PUT function block is not green when enabled.
Help please.
 
Status 1 and Error 1:
Communication problems, for example
Connection description not loaded (local or remote).
Connection interrupted (for example, cable, CPU off, CP in STOP mode).
Connection to partner not yet established.

Is connection ID 100 defined in the device configuration on both devices, and loaded ?
 
There is no right way of doing this, but I prefer to read tags rather than writing them when using GET/PUT and include a rolling counter. The reason being that GET/PUT will work on the initiating node even if the other is in STOP mode. With a rolling counter you can understand whether the comms are broken or the PLC stopped on the other end.
 

Similar Topics

Im trying to create a level indicator for water Tank i have used the ADD function while the pump is on and level increasing everything works...
Replies
33
Views
972
Can someone help me with this? I'm no good at SCL - virtually everything I've done so far has been ladder logic. The return value from the...
Replies
13
Views
1,097
Hallo, I have Tia Portal V16 and I'm upgrading an older machine. That machine has a component running on rs232. The machine has still the old...
Replies
7
Views
937
I created this FC and it compiles, but when I use it in my MAIN OB1, it appears to have two outputs. See pictures. What am I doing wrong here...
Replies
9
Views
1,457
Hi Yes, I'm stuck again. Trying to define a Function Block. What I've put in there so far has been a straight copy/paste from the code (and that...
Replies
22
Views
2,823
Back
Top Bottom