Java application with ML1400

Join Date
Feb 2012
Location
São Paulo
Posts
53
Good evening Sirs,

I'm learning a little bit of Java programmin on university this semester, and our professor asked us to develop a Java application to do anything we'd like to do.
Well, I'd like to develop some kind of HMI to communicate beetween my PC and a ML1400 via ethernet.

The point is: does the AB has some driver to communicate beetween Java and MLs?
Does anyone have a javascript sample to help me communicating and reading/writing values from the PLC?

Thanks in advance.
 
Modbus is pretty much the universal middle ground for logic controller communication. And the MicroLogix 1400 supports Modbus/TCP protocol natively on the Ethernet port.

So I agree strongly with recommendations that you use a Modbus/TCP library for Java.
 
Modbus is pretty much the universal middle ground for logic controller communication. And the MicroLogix 1400 supports Modbus/TCP protocol natively on the Ethernet port.

So I agree strongly with recommendations that you use a Modbus/TCP library for Java.

Ken (Sorry for going out of topicis) Is this native protocol make the port reserved only for modbus or it can do both and continue to serve on ethernet ip and a programming port at the same time ? (I have seen for modbus RTU a while ago but tcp sound quite new ?)
Is this now implemented to other processor like ML1100 or compact series ?

For the Siemens 1200, the java script configuration reside in the processor itself so you can type the plc ip adress on the network browser and reach the plc web server.
 
Last edited:

Similar Topics

Hello people.Thank you in advance. Below is a java application which I try to communicate my java application with ml 1200 through the Modbus...
Replies
0
Views
3,830
I'm currently designing a Java GUI running on a PC which will control 2 Siemens S7-200 PLC's. I'm very sketchy on how I can actually interface...
Replies
0
Views
2,961
Does anyone know what version of java is needed to view the webpages of EthernetIP Safety I/O blocks from Rockwell; I can't find any mention of...
Replies
1
Views
1,581
motion view application for our kineticx 300 does not launch automatically.java latest version 8only installed in our VM ware system . I...
Replies
1
Views
2,564
Hi everyone, I'm looking to get into Ignition, so I downloaded the latest and greatest installer from their site. (v7.9.10) When trying to...
Replies
10
Views
3,167
Back
Top Bottom