Promag W 400 cant connect to Rslogix5000

adrirock1141

Member
Join Date
Mar 2022
Location
La paz
Posts
10
Hello Everyone i got a problem with Endress Hauser FlowMeter Promag W400, in his specification says it support Ethernet/IP protocol (https://www.endress.com/en/field-in...ter-promag-w400-5w4c?t.tabId=product-overview)

this Flowmeter has a Integrated WebServer, in this webserver i configure the Flowmeter IP in the WebServer, this are de List IP

Flowmeter
IP:192.168.0.25
Subnet:255.255.255.0
Gateway:192.168.0.10

PLC
IP:192.168.0.13
Subnet:255.255.255.0
Gateway:.....

PC
IP:192.168.0.113
Subnet:255.255.255.0
Gateway:192.168.0.10

I can ping the flowmeter, and i can connect to the webserver trough the chrome navigator
I also install de AOP file from Endress Hauser Website, and the EDS file in the EDS file tool in Rslogix5000, but i cant find the flowmeter in rslinx and also when i add the flowmeter in Rslogix5000 i cant connect to the PLC there is a symbol of danger in the flowmeter in Rslogix, i dont know if it is necesary to configure something else, please help!!!!
 
Last edited:
Of course power cycle the flowmeter, and verify that it is the device you think you are connecting to by repeating the PING and Web Server access attempts while it is powered down.

Is there a feature that enables EtherNet/IP protocol on the device ?

EtherNet/IP uses TCP Port 44818, while the webserver surely uses TCP Port 80.

You can test both of those logical TCP Ports using Windows PowerShell:

Code:
Test-NetConnection 192.168.0.25 -Port 44818

Do that same test with the PLC's IP address, because you know it supports both RSLinx and a webserver.

If you can verify that the device is responding to TCP connections on TCP Port 44818, then you can start troubleshooting RSLinx and the PLC.
 
Ethernet/IP protocol needs to be specified at order. The standard unit does not have it enabled. If you look up the serial number on the Endress website it'll tell you the original order code and you can confirm if EIP protocol was ordered.
 

Similar Topics

Hello Everyone, i Have im my Industry a Endress & Hauser Promag400 this has a screen that constantly have that error, it says to wait, somebody...
Replies
2
Views
481
Hi all, I am adding an endress hauser promag w 400 into a plant wide monitoring system. It is a CompactLogix RS5000 system. It seemed easy to add...
Replies
16
Views
11,344
Hey all, first time poster here. I am wondering if anyone has tried using a Keyence SR-X300 barcode scanner to a Micrologix 1400. Keyence sent...
Replies
0
Views
32
I have a micro1400 processor running two routines (transfer compression/compression molding press). Recipe parameters are stored from job to job...
Replies
0
Views
45
Is there anyone who can help me regarding this HMI is missing the choices when I make a new Device in TIA. Only 7" Display above are the choices...
Replies
3
Views
80
Back
Top Bottom