Ethernet communication using MSG (MicroLogix 1400 Series B)

Olecranon

Member
Join Date
May 2013
Location
Lincoln, NE
Posts
1
Hey Guys,

I'm pretty new to the PLC industry (3~4 months so far), so, forgive me if my question is too naive.

I am trying to build the communication between the PLC (MicroLogix 1400 Series B) and a PC Java program using channel 1 (Ethernet ).

What I plan to do is:
1) PLC can read the PC Java's command and take further action.
2) PC Java program can send a command to PLC, and PC Java can read PLC's register as well.

My questions are.
1) How can I use MSG to read the PLC Ethernet port?
2) How can I use MSG to write something to the Ethernet port, so that my colleague's Java program can read that?

Thanks a ton.
 
need help

I am also looking for same thing.

I want to read micrologix 1400 plc data with register address with the help of java program on ethernet using tcp ip.

Please anybody help me.

Thanks in advance.

-Mehul Popat
 
PCCC commands over EtherNet/IP are definitely possible using Java or any other programming language, but just the session and connection establishment are more complex than the posters in this thread are probably prepared to implement.

So instead, use Modbus/TCP.

There are plenty of libraries available that implement it, and the MicroLogix 1400 Series B supports a nice standard set of Modbus/TCP services.

Browse on over to Sourceforge and you'll find the jamod libraries.
 
PCCC commands over EtherNet/IP are definitely possible using Java or any other programming language, but just the session and connection establishment are more complex than the posters in this thread are probably prepared to implement.

So instead, use Modbus/TCP.

There are plenty of libraries available that implement it, and the MicroLogix 1400 Series B supports a nice standard set of Modbus/TCP services.

Browse on over to Sourceforge and you'll find the jamod libraries.

I tried jamod but not getting clear idea.

If anyone has used it then please help me.
 

Similar Topics

I need to use serial to Ethernet converter to communicate serial (RS-232) device (LMS-200 SICK sensor) over ethernet. I am having IC695ETM001...
Replies
1
Views
3,089
Hi, I am working on Mitsubishi PLC project.I am using two PLC below. PLC 1 - FX3U (Master) IP : 192.168.0.10 PLC 2 - FX3g (Slave) IP ...
Replies
0
Views
4,663
I want to communicate and exchange data between two S7-317 PN/DP using ethernet cable Thanks in advance IJK:mad:
Replies
3
Views
4,843
Has anyone used ethernetIP to communicate with an ABB robot? If so what hardware was required on the robot end. I have a Compactlogix PLC. Thanks
Replies
4
Views
12,402
Hi We have a PC application that uses Pyramid driver to connect to Controllogix PLC using EthernetIP. It uses Class 1 communication for the...
Replies
2
Views
5,940
Back
Top Bottom