ABB relay data on modbus

obi1987

Member
Join Date
Jan 2014
Location
lahore
Posts
114
Hi!

ABB team is giving me data on modbus but whenever value is exceeding than 32000 , value start getting negative.

Well it is because of register issue as the value is coming to one register but value is exceeding to limit.

ABB team cannot change the modbus address limit.Is there any way to use that register to get correct value.I mean that negative value to utilize and make it correct.
 
What is the data size in the ABB? 16 or 32 bit? Signed or Unsigned? If it is a 16 bit signed value then the range of the data is -32767 to 32767. If the max for the register is 32767 then how can they put more data into that register above 32767? My guess is that it is really a 32 bit value and it is being read as a 16 bit signed register. With modbus you need to bring in your 32 bit data by reading 2 continuous 16 bit registers. So look at your modbus reads and see if you can read the second 16 bit register for that data point. You should be able to get a good value.

Good luck.
 

Similar Topics

We use the ABB RT7A safety relay for some machines we build. ABB is discontinuing the item and we're struggling to find a suitable replacement...
Replies
1
Views
2,278
My questions are about ABB's safety relay JSBT5. A1 and A2 of course energize its coil. X1 and X2 are for stop reset. For this posting, let's...
Replies
5
Views
3,585
CL-SOFT is a software for programming CL range Logic relay of ABB. But I can't find it. Pls show me, where can I download it! Thanks.
Replies
0
Views
7,176
does anyone have an install or know if/where i can download it for the following "ABB PS501 Control Builder Plus V2.3 " the software was a free...
Replies
2
Views
88
Hello, It is mandatory to use VFD IF i use IE5 electrical motor? What happens If connect it directly as delta without VFD? Please look at motor...
Replies
1
Views
134
Back
Top Bottom