chrisdutz opened a new issue, #1603:
URL: https://github.com/apache/plc4x/issues/1603
### What happened?
In S7ProtocolLogic the implementation of "isConnected" is as follows:
```
private boolean isConnected() {
return context.getChannel().attr(S7HMuxImpl.IS_CONNECTED).get();
//return true;
}
```
However the IS_CONNECTED constant never seems to be set, therefore the
connection never appears to be connected.
### Version
0.13.0-SNAPSHOT
### Programming Languages
- [X] plc4j
- [ ] plc4go
- [ ] plc4c
- [ ] plc4net
### Protocols
- [ ] AB-Ethernet
- [ ] ADS /AMS
- [ ] BACnet/IP
- [ ] CANopen
- [ ] DeltaV
- [ ] DF1
- [ ] EtherNet/IP
- [ ] Firmata
- [ ] KNXnet/IP
- [ ] Modbus
- [ ] OPC-UA
- [X] S7
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]