Modbus TCP communication with Allen-Bradley PLC

sayahan2003

Member
Join Date
Jun 2006
Location
Calgary
Posts
185
Hi my friends,
I am trying to connect and OMNI 6000 flow computer to the Allen-Bradley PLC via prosoft card. I can read the OMNI input registers in the PLC with no problem. But the problem is, I can not read the input status from OMNI. For example, the address of the status bits of transmitters in OMNI starts from 1124. I use FC2 (Function Code 2) to read multiple input and put it in register 2000 of Prosoft card in PLC. But I receive nothing. I know that the value of the bits in OMNI are not 0 but I just receive 0 at prosoft. Do you know what the problem is?

Thanks
 
It has been a while since I did an ProSoft Modbus card. I recall that the correct Bit Address is a bit confusing for FC2 and FC15. The Address has to be specified to the Bit Level, and it is Modulus 16.

So for 1124 try 1124*16 = 17984.

This is all from memory, if I have a chance I will try an pull up the project I did the Modbus in, and try and refresh my memory.

Stu....
 

Similar Topics

Hi folks, I have a Controllogix in communication with a zigbee coordinator using Logix AIO for modbus tcp. This zigbee coordinator have 3 slaves...
Replies
0
Views
45
Hi, i cant establish communication between fatek plc with an energy meter, both capable for modbus tcp, i did with modscan but fatek plc does not...
Replies
1
Views
160
can i send and recieve data using my yokogawa UT35A controller with my siemens s7 1200 plc using profinet communication without using gsd file
Replies
1
Views
388
CR3000 HMI ModBus TCP/IP Master has gotten erratic after increasing block size to 24 at DA70A in Protocol 1. What should a practical guide be for...
Replies
2
Views
565
Good day Programmers I have a RSTi-EP CPE100 Standalone Controller from Emerson as well as a STXMBE001 (MODBUS TCP/IP) as a Modbus communication...
Replies
0
Views
642
Back
Top Bottom