Micrologix ML1400 connect to a network program

Join Date
Jan 2013
Location
Bairro
Posts
20
Hello,
I'm using ML1400 serie B to connect to a network program. To do that i'm using sockets. Using the program in attachment i'm able using telnet or tcpipbuilder in the network computer to communicate with micrologix 100% of the times, although i cannot communicate 100% of times with the program in the network - i do not have access to the program - i only know that after i click in enter it sends to me values in one port and afterwards i send it back the same values to another port.

Can you please give me some hints why i can communicate 100% using telnet and i cannot with the network program (it uses netcat to communicate)!?
It's related with message, accept or time out times?

Thanks.
 
I am by no means an expert, but I think your problem might be that the ML1400 is Ethernet/IP and you're trying to communicate to it with TCP/IP protocol. Despite the similar names, those are two very different protocols. The "IP" In Ethernet/IP stands for "Industrial Protocol," while in TCP/IP it stands for "Internet Protocol."

I've taken a few industrial networking seminars and invariably the first thing they say is "Ethernet/IP is NOT TCP/IP, do NOT mix them on the same network." I think the only thing on a 1400 that is visible to the TCP/IP side of things is the web page, and as far as I know you are going to have issues whenever TCP/IP and Ethernet/IP are trying to interact. Someone correct me if I'm wrong.

I've seen PCs interact with PLCs via the serial port on a SLC 5/03, so I would think it would also be possible on the 1400.
 
Last edited:
Hi,
I'm using sockets to do TCP communication. ML1400 (only serie B) can support TCP client and server. As far i know it's possible and the reason is that i'm able to communicate, although not 100% of the times - probably some issues with message timings i do not understand.

Thanks.
 

Similar Topics

I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
78
I'm using a SLC typed write from the ControlLogix5572 to the MicroLogix 1400, with path: 2, (MicroLogix IP). The ControlLogix equipment has a...
Replies
0
Views
87
"Hello! Good day! Excuse me, I have a question regarding the 1761-NET-ENI. RSLinx has already detected it but it's not connecting to the PLC...
Replies
4
Views
124
Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
113
I am working on setting up a Prosoft Datalogger model PLX51-DLplus-232. This unit will be collecting data from a SLC 5/05 on the DB9 port set to...
Replies
3
Views
99
Back
Top Bottom