文件名称:s7connector:适用于Java的S7 PLC连接器
文件大小:527KB
文件格式:ZIP
更新时间:2024-05-18 02:14:54
java iot s7 s7-plcs s7-plc-connector
适用于Java的S7 PLC连接器 特征 使用TCP连接连接到Siemens S7 PLC 从S7 PLC读取数据或向S7 PLC写入数据 OSGi支持 PROFINET支持 直接从Maven Central使用 Apache许可证 入门 简单的读/写示例 // Create connection S7Connector connector = S7ConnectorFactory .buildTCPConnector() .withHost( " 10.0.0.220 " ) .withType( 1 ) // optional .withRack( 0 ) // optional .withSlot( 2 ) // optiona
【文件预览】:
s7connector-master
----.gitignore(63B)
----Makefile(680B)
----src()
--------main()
--------test()
----.travis.yml(14B)
----LICENSE_LIBNODAVE.txt(799B)
----CONTRIBUTING.md(1KB)
----LICENSE.txt(11KB)
----pom.xml(5KB)
----README.md(2KB)
----index.html(2.15MB)