GE IC695CMM002 modbus module

mathew.leonow

Member
Join Date
Dec 2010
Location
home
Posts
22
hey guys,

I have the following set up:

two protection relays. one serial interface module connected to each relay. The serial modules daisy chain connected to one protocol converter. all of these devices are proprietary owned. the GE IC695CMM002 modbus module on the PLC connects to the Protocol converter.

a diagram is attached.

I have set the modbus module to master, and the protocol converter to slave. In the hardware configuration in Machine Edition, I have set the station address to '1', because this is the ID of the protocol converter.

My question is, what is the 'target address'? I have read a few manuals, but they don't really give me enough of a description (for me anyway). could somebody please shed some light on what that configuration stands for???

cheers guys, any help is good help.

layout.jpg
 
Somewhere in your documentation for the protective relay there should be a description of how the variables in that device are mapped into Modbus addresses.

Numeric data is usually located in 4xxxx address space although it could also be located at 3xxxx addresses. The difference is that a master can read and write to 4xxxx addresses, while 3xxxx addresses are read-only.

Discrete data can be located at 0xxxx or 1xxxx addresses. 0xxxx are read/write. 1xxxx are read-only.

You do realize, I hope, that you'll have to write the logic for controlling the Modbus master. Modbus is a master/slave protocol. The master initiates all communications with the slaves. The slaves can only respond to commands from the master.
 

Similar Topics

Hi all I am trying to communicate modbus from this comm module and am having some issues (can't get it to work basicaly). I have followed all the...
Replies
6
Views
5,511
Hello! At first I want to ask you a question: Anybody could help me with communication by RS485 from ASCII device to Rx3i CMM004 module. I'm...
Replies
1
Views
5,255
Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
11
Views
130
I have a PH meter that I am trying to bring its data into 1756-L81. I have downloaded the Rockwell MODBUS AOI kit, but I am not sure if I need to...
Replies
5
Views
150
Dear All, i am trying to connect Danfoss inverter with s7 200 cpu 226.but microwin shows following error at DATA Ptr.i assigned different VB...
Replies
1
Views
46
Back
Top Bottom