Let's Talk Modbus

GE Fanuc COMM_REQ Wizard

This will help you to build your COMM_REQ logic. It is available through your GE Fanuc Application Engineer but is NOT supported by GE Fanuc technical support so please do not call them if you have problems with this. I would rather not get into trouble with them.
I can not get the file to attatch so I will put it in the DL area under "Other PLCs".
 
Last edited:
Well thanks Steve and everyone.......I have figured it out all..and I am working with Cimplicity Machine addition 5.5. I have the working program now. Among other things, the address format that the slave device expects is very important. Like some devices expect Holding registers to start from 3xxxx, but the modbus slave simulator software i was using intreprets address holding registers 2 to be holding register 1....strange..but its working........i have not talked to the actual EGCP units but i am sure that wouldn't be a big problem. I am attaching the program for anyone who might need it.
 
Watch the EGCP2 units. If I remember correctly, they list the words a being type 3 but they are really type 4 (read only). I think it is the usual confusion with Modbus/Jbus and addressing starting at either 0 or 1. The word type is pretty easy to change on line though. That is a blessing.

I know with Omron for some reason I often get words/bytes swapped. Just watch for that also. You really hjave to know what you are looking for in the way of a response. Say it is voltage, if the bytes/words are swapped, it is pretty easy to figure out. If it is varying current, then that is another story. Once you sort out one value you generally have no problems sorting out the others as they will be identical.

Some slave devices have a "big endian" "little endian" function. That is a huge help. I do not think the EGCP2 has that facility.
 
Well in reality i am using EGCP3 units. after i successfully configured modbus to work on rs232 port (the port 1 on versa max), i have now moved to rs485 port (15 pin port 2). and things are not going very smooth. as the logic has been tested to work on port 1 i suspect that i might have wrong connections. can anybody please help me with the pinouts from versa max 15 pin port 2 to port 1 on EGCP3 units.

thanks
 

Similar Topics

We have an application where the system requires a wireless portable HMI for maintenance troubleshooting. Adding FT View / ViewPoint servers are...
Replies
7
Views
2,224
Hey all, This my first year into plcs and programming. I am starting to learn how to control hydraulic cylinders. So basically a proportional...
Replies
5
Views
7,324
Hello everyone! So basically I have this PF 525 that no matter what I do won’t let me speed down. It always shows 66.66 Hz and the parameters to...
Replies
11
Views
1,231
35 years ago - 167 Souls were lost on Pipe Alpha (Oil Platform in the North Sea) all due to a failed management system See more information here...
Replies
3
Views
817
I have begun using 480VAC power supplies in my panels to keep heat from a transformer out of the panel. This works great if the panel is mounted...
Replies
17
Views
4,185
Back
Top Bottom