Siemens BW500 to Compactlogix over Ethernet/IP

Echo_Bay1

Member
Join Date
Mar 2021
Location
Ontario
Posts
3
I have a Siemens BW500 Weightometer talking to a AB Compactlogix over ethernet/ip, the comm link works fine but when the data is brought into the controller the data does not make any sense, I have read that Siemens treats there bits and words backwards to Allen Bradley, and if so, do I need to invert the single word first then use a bit field Distribute instruction to invert the 2 integers into a single Uint32.
 
can you say what you expect to see? and then what you are actually seeing? It would be easiest if you showed the values in hexadecimal, but it is not necessary.
 
I have a Siemens BW500 Weightometer talking to a AB Compactlogix over ethernet/ip, the comm link works fine but when the data is brought into the controller the data does not make any sense, I have read that Siemens treats there bits and words backwards to Allen Bradley, and if so, do I need to invert the single word first then use a bit field Distribute instruction to invert the 2 integers into a single Uint32.
Siemens PLC use processors with "Big-endian" or "Motorola" style MSB:LSB data representation, whereas CompactLogix processors use "Little-endian" or "Intel" style LSB:MSB representation. That means at either side you need to do swapping to make sense of the data being received, or swap the data before sending it to the other side, so the other side can make sens of it. If you need more details on how to do the swapping please let me know.
 

Similar Topics

Hey everyone, Recently installed a Siemens BW500 belt scale on a conveyor, and everything is nearly wrapped up except that we can't seem to get...
Replies
4
Views
2,572
Dear All, May I know if anybody here has a set-up like this? A siemens CPU315-2DP communicating with Siemens BW500 Belt weigher integrator over...
Replies
4
Views
2,369
I'm using the Siemens PRONETA software to do some IO testing currently. I love the simplicity and fast testing capability. Does anyone know about...
Replies
0
Views
66
Hi, First time user of S5 Siemens. Is there any solution on how to solve this kind of error. HMI OP7 $613 DB-error No. 11 (0: 15) Siemens PLC...
Replies
9
Views
159
Hello, I have an issue where I want to simulate an Siemens HMI panel, through NAT connection to a PLC. I have the possibility through extended...
Replies
4
Views
139
Back
Top Bottom