S7 - Java Comms

Chonwell

Member
Join Date
Jul 2005
Location
Viña del mar
Posts
5
Hi everyone,

I was working with Mitsubishi's FX-1N series. We developed a Java software that sent and recived data from that PLC using RS485. Right now we are thinking on migrating to the Siemens S7 family. My problem is that I read the S7-200 documentation and find out that the PLC could comunicate to their software (Step 7 Micro/Win), but it doesn't say anything about the protocol it uses. It says Profibus but I really don't know if we are gonna be able to comunicate to our software in Java, or if we can run profibus in Java. Any comment suits me...
 
There a few options possible.

The S7-200 support on its onboard ports following protocols:
- PPI(Master/Slave)
- MPI(Slave)
- Freeport (simple ASCII/Binary communication for user own protocols)

PPI and MPI are subsets of Profibus.
There is a PPI specification you can buy (expensive).
For Profibus spec. you must be a member of that org.

Solutions:
1. Use the CPU in freeport mode and add your (existing) own simple protocol(or use modbus).
Other S7-200 panels couldn`t be used on the same port, you need a CPU with 2 ports or EM277 extension module.

2. Write an Java OPC client and use the S7-200 OPC-Server (called PC-Access)
You could use Panels at same port. Server runs on Windows only.

3. Implement PPI protocol -> heavy

4. Take a ethernet extension (CP 243-1-IT) module with built in Java-Webserver and FTP-Server.
 

Similar Topics

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
For those using Ignition, this is a must read from Inductive Automation regarding Oracles decision to require commercial licensing for java in...
Replies
1
Views
2,066
Has anyone had any luck getting the JAVA interface for the Kinetix300 drives working with windows 10?
Replies
2
Views
3,070
Back
Top Bottom