FX5U PLC to Ignition communnication

Dear Team,

I am currently working on connecting a Mitsubishi FX5U PLC with Ignition. Following the Ignition documentation for the Mitsubishi TCP Driver, I selected the iQ-F series for the FX5U model.

The PLC IP address is 192.168.0.2. I have attempted to communicate using the default port numbers 1025 and 1030, but I have not been successful in establishing a connection.

Please find the attached photos for more details on my configuration. Could you please provide guidance on how to resolve this communication issue?

image

Can you ping the PLC? First step is to always rule out any network / firewall / routing related issues.

Hi @Nol

Thanks for your reply. I did it for pinging and it's pinging. For your information, I am not able to communicate through the Mitsubishi TCP Driver only. I established communication between the PLC and Ignition via Modbus TCP. The Modbus TCP is working, so why is the Mitsubishi TCP not working?

Have you configured the PLC to allow SLMP / connections? The manual talks about it a little here: Mitsubishi TCP Driver | Ignition User Manual

Mitsubishi PLCs require that you explicitly add a connection entry for each thing that will communicate with it via the SLMP/MELSEC protocol.

Dear @Kevin.Herron

Thank you for your reply.

I have reviewed and followed the Ignition document. However, I have one question: I was unable to find the setting "Set Enable/Disable Online Change to Enable All (SLMP)."

Please find the attached images for your reference.

FYI PLC IP : 10.182.1.185

Dear all,

Any solution for this..

Have you opened a SLMP Connection Module in the Ethernet Configuration? That is where you specify which port Ignition will connect with. See here, number 4 which has opened port 2000 for SLMP communication:

My friend,

In my attachment, I have shared the connection. My first connection is SLMP over TCP, and the port is 2000.

Apologies, missed that. I see the series selection was changed to an iQR in that same batch of screenshots?

Hi,

No need to apologize, and thanks for your reply. I tried with both "IQF" and "iQR" but still encountered the same issue. I forgot to take the updated image during the uploading time. You can see the updated images here,

FYI:

Ignition version is 8.1.48

Mitsubishi Driver : 1.1.48

Everything you've shown so far looks correct. Potentially a network issue? Could you trying to run Test-NetConnection in PowerShell from the Ignition gateway like tnc 10.182.1.185 -port 2000