BTW: Com.Problem between Old443 & new443

aikona

Member
Join Date
Oct 2003
Location
B2220 plaas dorpie
Posts
182
I had a very strange problem :Two S7 412 communicating using 443 modules.One 443 is of type 6GK7 443-1EX11 V1.1 and the other is 6GK7 443-1EX40 V2.0 .Although the software (NetPro V 5.4) allows me to make a connection between the two using TCP the older module is not capable of communication via TCP but the UDP protocol has to be used.
I am sure that this is a bug connected to Step 7 V54. because V5.3 did not allow you to make a connection.

So in V5.4 you can make a connection .In diagnostics everything is ok But in the receive DataBlock the data is offset by 8 byte and repeats itself for the lenght of the DB.

example I send 20 bytes starting at DBB10 , I recieve 20 bytes starting at DBB18 and repeating at DBB48 ,DBB68 etc .Even worse if I set the lenght of the recieving 2 bytes longer ( which should not matter as the lenght is part of the telegram) then every time I receive data it is shifted by two byte.

I wasted a total of 4 hours on this stupid bug

Eric
 
When using UPD, the IP Address and Port are added to the message length, but that is only six bytes. Are you taking that into consideration, or is that part of the message you are capturing?

It's odd that only the first message is offset by 8 bytes, and all of the following messages follow your 20 byte offset. Are you sure that the pointer for the destination data is being formatted correctly?
 
Hi

Two pic with the soft from both PLC's and one connection .It works with profibus ( FDL ), ethernet ( UDP , TCP if the card can handle it)

Eric


FC5_FC6.JPG

NETPRO.jpg
 

Similar Topics

Hi guys.. i hold a fp2sh from matsushita.. and im using a et-lan ver2.3 also from matsushita.. i need to create a program using VB c++ inorder...
Replies
0
Views
3,105
Good Evening , I need to convert a PLC 2/17 ( RS Logix 5 ) over to a CompactLogix 1769-L33ER . I took notice in the RS Logix 5 program that...
Replies
9
Views
2,086
I have been asked to add new hardware to an old system. The PLC is a 5/04 SLC. In local rack, slot 25, is a 1747-SN connected to a 1747-ASB in a...
Replies
4
Views
2,500
Dear Pros, Need help on converting PLC5 to Studio 5000.:bow: I found few BTW/BTR block pointing back to Rack 000, group 0, module 0, which should...
Replies
8
Views
2,217
Dear Network, I created a simple program with 3 tags In1, In2 and Out (if In1 and In2 then out) and I downloaded it to my Emulogix 5868 (I'm using...
Replies
0
Views
4,030
Back
Top Bottom