Java app connection to Siemens PLC (read/write)

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
Post Reply
misa1515
Posts: 53
Joined: Mon Jan 03, 2011 10:51 am

Java app connection to Siemens PLC (read/write)

Post by misa1515 » Tue Jul 20, 2021 9:38 am

Hello,
how can be possible to implement in Java application connection to Siemens PLC (read and write from/to DBs)?
1. S7-1500 (with or without CP modul),
- is required to use only non optimized DB, or can be used both optiminized and non optimized DBs?
2. S7-1200,
3. S7-300 (with integrated RJ45 connector or with CP modul),
4. Logo! (with integrated network port).

Thank you in advance.

xflash
Posts: 195
Joined: Sat May 21, 2011 3:28 am

Re: Java app connection to Siemens PLC (read/write)

Post by xflash » Tue Jul 20, 2021 11:14 am

snap7

http://snap7.sourceforge.net/

But not for optimized data blocks.

You could also try OPC UA.

misa1515
Posts: 53
Joined: Mon Jan 03, 2011 10:51 am

Re: Java app connection to Siemens PLC (read/write)

Post by misa1515 » Wed Jul 21, 2021 10:25 am

Thank you.
How can be used OPC UA, please?

Post Reply