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,552
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,361
The past week we received a new piece of equipment from Germany which utilizes siemens controls. Typically in our company we use A.B. controls for...
Replies
9
Views
211
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
147
Hi need help why this “failure 5 emergency stop “ appears at every startup in the morning ? Have to shut off main switch at least 10 times on...
Replies
19
Views
308
Back
Top Bottom