Mitsubishi FX1N & E410 HMI communication...

Gooseman

Member
Join Date
May 2009
Location
Portland, OR
Posts
3
I have "inherited" a piece of equipment from another manufacturer and need to interface it with yet a third controller. The equipment utilizes a Mitsubishi FX1N PLC communicating to a Mitsubishi/Beijer E410 terminal via the E410's RS485 port. I have access to both the PLC and HMI code.

I need to have this pair communicate with an OPTO22 SNAP PAC S2 controller and read a couple of registers from the PLC and pass a few back. A couple of questions:

Does the E410 ethernet port support Modbus TCP/IP from the "outside" to the PLC? If so, what is the addressing scheme for the PLC registers?

If that is not available, does anyone have experience using the E410's "no protocol" mode to read/set registers in the PLC?

Thanks for the help.
 
I don't think you will be able to speak directly to the PLC from Modbus. The HMI can speak to two Controllers at the same time and it can exchange data between them. You will have to set up the Modbus over TCP as the second controller and then exchange data between it and the PLC. You will defintely need a copy of the manual, though as ever with Beijer, the manual makes things seem a lot more complicated than they really are. I should point out that I have no experience with Modbus so don't come back asking any in depth questions.

Bryan
 
Thanks for the reply.

Has anyone actually set up an E410 for Modbus communication? The manual hints that it's possible, but I have been unable to set that up in the E-designer software.
 
Hi,

All Beijer terminals supports Modbus communication (both as slave and master). They support:
- Modbus TCP (Ethernet)
- Modbus RTU (Serial)
- Modbus ASCII (Serial)

The configuration is really simple, all you need to do is select the Modbus TCP-driver and place the driver on the TCP/IP Connection 1 (in Peripherals). Then right click on the Modbus driver and select properties. Normally you only need to insert the IP-address and station of the PLC. Then there are some "extras"-settings that makes it possible to configure e.g which word that should be MSB/LSB (when using 32-bit devices). Addressing, cable information, trouble shooting etc can be found in the Controller help (Help -> Controller help).

Let me know if you need more assistance!
 

Similar Topics

Hi guys, Im trying to set the real time clock in my Mitsubishi FX1N, but it shows this error ES: 01800001 I have good communication with...
Replies
3
Views
165
Hello people, i'm new with the mitsubishi FX1n-24MT plc and with the gx developer its very new to me and i want to implement for students a stand...
Replies
8
Views
920
Hi, Does any one know how to communicate MItsubishi FX1N or FX2N with or without 485/422bd with Pro-Face GP2300 HMI?? I tried to summon Hades...
Replies
9
Views
2,225
Hi guys, I've encountered a weird problem backing up my old FX1N-24MR-ES/UL PLCs. Hope I can get some helps here. I'm grateful for all the help...
Replies
4
Views
1,872
Hi, I am working on the project that needs to communicate with FX1N PLC by serial port protocol from PC. I am using USB-SC09-FX cable to connect...
Replies
6
Views
2,713
Back
Top Bottom