GE 90/30 modbus card

pauly

Member
Join Date
May 2002
Location
South Wales,U.k
Posts
244
If I want to talk to a modbus slave at address 1 to register 037 using a Horner RTU master communication module in A GE 90/30 PLC has any one got any programming examples for this plc.
Thanks
Pauly
 
modbus GE PLC card

With respect to the above reply, I am confused as to why we need a comrequest when we are using a dedicated modbus card?
Does the card not handle this function?
 
RTU Comm_Req

Yes, the RTU module handles the RTU communications. The Comm_Req is how the CPU communicates to the module.
"You can't get there from here, you need to go there first."
 
RTU communications is master/slave. The master initiates all communications, the slave merely responds. If the PLC were an RTU slave, no ladderr logic would be required. If the PLC is to be the RTU master, the COMREQ is necessary to tell the module to send a request for data to the slave device.
 
Pauly,

I see you've posted a request for help on another forum. The offer I made in post #2 of this thread still stands. Attach the pertinent ladder logic and the configuration details of the Horner module, and I'll take a look at it. Another set of eyes may catch something that you're missing.
 
There is also a heap of ladder to set up so that COMREQ knows the number of the unit, baud rate, stating word, number of words etc. Bit daunting first time but it works.

The request packet reminds me some what of explicit messaging with Device Net. One number wrong and it will not work. You have to tell it exactly what to do.

Once done for the first time it is quite easy. Just keep and modify your code. I would also suggest that you comment it well so that you can easily understand all items of information and what they represent. Makes it a lot easier when you have to do it again in 2 years time.
 
Hi I am a Novice for this GE RTU Master Integration of this HE693RTM705 . Currently I am doing a Modification work for an old System. Does anyone have any sample program either in Ladder Diagram / Structure text or C program . C program if possible cause there is a lot of repetitive action.


The Previous communication program of the RTU Master they wrote it in C. But i could not understand it , course there is no proper comment and definition written in the program.


Anyone please help
thanks
 
Hi I am a Novice for this GE RTU Master Integration of this HE693RTM705 . Currently I am doing a Modification work for an old System. Does anyone have any sample program either in Ladder Diagram / Structure text or C program . C program if possible cause there is a lot of repetitive action.


The Previous communication program of the RTU Master they wrote it in C. But i could not understand it , course there is no proper comment and definition written in the program.


Anyone please help
thanks
A lot has changed since 2004, you may want to try starting a new post next time, so to not confuse me. :unsure:

Here is the manual for your Horner module, now. It should answer your questions, if not come back with specific questions.
Scroll down or search (Ctrl-F) for your module:
http://heapg.wpengine.netdna-cdn.com/oldsite/manuals/Documentation/90-30 and 90-70/
 
Regrettably....once you have it working, it will make sense and you will be a pro.

COMMREQ logic is always hard to figure out first time.

Huge sense of accomplishment to get a COMMREQ to work.

..
 
Comm Succeeded but need to perform Mod bus Switching

Dear All


Thanks for the help of you guys, I have successfully did the Modbus communication. And it is Communicating with the Slave :)

But i have still one problem remaining to solved

I have one 5 slot rack using GE CPU 350.

2 pcs of HE693 RTM 705 is connected to the CPU 350

My control phillosophy should be like that :

1.Only the 1st card HE 693 RTM 705 should be communicating with the Slave.

2. While the 1st one is working the 2nd one should not be turned on

3. When the program detect there is a failure of the 1st cad HE 693 RTM 705 fails it will switch automaticlally to the second Card.

4. the Second card will be communicating with the Slave.

5. The program will always check the status of the 1st card RTU Master.
If the 1st RTU Master card is Ok it will switch back to the 1st card and
then shut down the 2nd RTU Master Card.

I have checked the previous program written in C 10 years ago by another guy. He is using some kind of rotate function to switch it between module and port. But i can't fully understand what he write and how he do it.


Any expert here can provide advice or example how to do it
Cause i have been:smas:;)figuring some time how to do that.
 

Similar Topics

I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
113
1) I am currently trying to integrate a Prosoft MVI56E-MCM Module into a 1756-L61 CONTROLLOGIX5561 that is a redundant system (CPU is redundant...
Replies
13
Views
3,403
Hello guys, I have to admit I'm still kind of a layman in this field but I'm trying hard to pick up some knowledge. I have a PLC FX1N with the...
Replies
5
Views
3,590
Hi everyone, Looking at a new project where I will need to read and write some data out to a external Batch Controller via Modbus TCP/IP. The PLC...
Replies
5
Views
3,475
Hi All, I have used prosoft MVI69E-MBS to communicate to modbus controllers. I was able to read parameters from the controllers but I have no...
Replies
0
Views
1,977
Back
Top Bottom