Mitsibushi to Siemens S71500 Communication problem

Nforbes01

Member
Join Date
Aug 2015
Location
reading
Posts
4
Hi,

I currently using TCP to communicate a mitsibushi QU03 to S71515-2PN.

I have succesfully set up comms for send and recieve but on the siemens receive side it appears every second byte is being missed, therefore 256 as an integer on the Siemens side appears as 0 instead of 256.

Every first byte of each word is fine, but does not transfer the second byte in the word.

anyone experienced this beofre?

Thanks

Neill
 
Every first byte of each word is fine, but does not transfer the second byte in the word.


I've often seen cases where byte swapping occurred, which could cause something like what you are seeing. If Device A is sending 16 bit integers, it could appear as 256, 0 on one side and 0, 256 on the other side.

I've never seen situations where half the data simply disappeared, though.
 
Every first byte of each word is fine, but does not transfer the second byte in the word.
You have to check what is actually sent.

You need Wireshark and a switch with port mirroring capability.

Send something like 1,2,3,4 so you can see if you are catching the message from the beginning as well.
 
Hey,

Thanks for the reply but I am putting these into integers and doing a byte swap afterwards so have already compensated for that
 

Similar Topics

Hi, I am incorporating a Mitsubishi Q series (Q03UDECPU) and DP Profibus master (QJ71PB92V) to control an ET200M remote IO (32bit Input card = 4...
Replies
0
Views
1,102
Connected and communicated my Mitsibushi A800. Drive to compact logix through A8NEIP 2P module. But when start command is given, drive start...
Replies
1
Views
97
Does anyone have any experience with converting a Beckhoff (codesys) program to a mitisbushi program? Excluding IO of course. Are both on the...
Replies
11
Views
4,030
I am working with Mitsubishi fx3u.. confused with the "SMOV" instruction read through many manuals but couldn't really understand it. what I...
Replies
2
Views
2,577
Hi fellow PLC folks, I am quite new to the game of PLC's and have some simple questions (sorry if I am annoying anyone with my ignorance here)...
Replies
25
Views
5,910
Back
Top Bottom