Modbus with CompactLogix L32E using ModbusMaster.acd

In the ModbusMaster.ACD file, the Mod_Data_InputReg3 has a size of 250. When I read address 130 in the power transmitter, the value is written in Mod_Data_InputReg3[130]. What if I want to read address 260 in my power transmitter?? How do I do that? Can I modify the registers to make them longer and everything will work ok?

Thanks
 
What if I want to read address 260 in my power transmitter??

two ways to do it:
Change array sizes and Mod_Data_Array_Max
modbus01.jpg


Another way is to use offset within command
modbus02.jpg
 
Thanks for your fast answer... Can u tell me more about the address offset option? I don't understand that parameter.


Thanks
 
Dear All,

Hi to everyone. I went through the talk related with this post. I wanted to read data from Trinity Energy Meter Energy+. It is configured as slave ID 2, Baud rate 9600,n,1. I want to communicate using the same way as Marie1982 did. Only difference is slave is changed. Can anyone configure modbus command for me? Itried a lot using help and the manual attached here from rockwell automation. bu7t still no way.
 
Hi Praveen,
after reading the previous posts..I think you can solve my problem.I am having the same problem.
I have compactlogix L35E processor and the NET-AIC.
I tried the method described in the document but I didn't get the Echo bit.I am trying to communicate with Conzerve EM6400 Energy meters.I know the registers are of 4xxx type and the starting address is 3901.
If possible please configure an .ACD file.
Im stuck in a project.
 
Hi all,
I need to communicate 45 Energy meters (conzerv EM6400)on RS485 with CompactLogix L35E processor.I am using the modbusmaster.ACD file and succeeded in communicating 1 energy meter with it but how to configure more than one.As all the meters are of same make and model so all have the same register addresses.

Please help
 

Similar Topics

Hey guys, A couple of quick questions but first a layout of what I'm working with. Compactlogix 1769-L37erm controller. The current system we...
Replies
2
Views
1,232
Going to preface this by saying I am a complete modbus newbie, so apologies if my terminology is off... We have a Prosoft PLX31-EIP-MBTCP modbus...
Replies
3
Views
1,329
Client's Customer has an L64 v20 with MCI56-MCM Modbus in 2 slots. Client has an 1769-L16ER-BB1B v20 that needs to communicate with the L64 via...
Replies
3
Views
2,297
Hi Everyone Ive got an AB 1769-L33ER (i read its modbus compatible) and im looking to communicate with a Chinese multi controller via Modbus. Ive...
Replies
6
Views
2,276
Dear All, I need help to sort out some issue i am facing , i wanted to read the data from the device that has modbus communication protocol . and...
Replies
7
Views
4,316
Back
Top Bottom