What would you like to happen?
i am using plc4j-driver-s7 0.13.0 to communicate with simens s7-200,but it can't be connected,but when i am using s7connector,everything works well,there's nothing wrong with network
example codes:
// 1. 创建连接
PlcConnection connection = PlcDriverManager.getDefault()
.getConnectionManager()
.getConnection("s7://172.16.8.249:102?transport-protocol=pniop&remote-rack=0&remote-slot=2"
+ "&controller-type=S7_200");
Programming Languages
Protocols
What would you like to happen?
i am using plc4j-driver-s7 0.13.0 to communicate with simens s7-200,but it can't be connected,but when i am using s7connector,everything works well,there's nothing wrong with network
example codes:
// 1. 创建连接
PlcConnection connection = PlcDriverManager.getDefault()
.getConnectionManager()
.getConnection("s7://172.16.8.249:102?transport-protocol=pniop&remote-rack=0&remote-slot=2"
+ "&controller-type=S7_200");
Programming Languages
Protocols