lzago opened a new issue, #1734:
URL: https://github.com/apache/plc4x/issues/1734
### What happened?
PLc Model: Siemens 1200
I can read other datablocks but i got an error when i try to read the block
`%DB52:0:BYTE[3000]`
I am trying to read it, building a simple read request with such tag:
```
readrequestBuilder.addTagAddress("DB52_bytes", "%DB52:0:BYTE[3000]");
readRequest = readrequestBuilder.build();
```
the block is perfectly readable from Snap7 C# version and Moka7 java
version.
I attach the wireshark dump.
[plc1200_bug.zip](https://github.com/user-attachments/files/16673731/plc1200_bug.zip)
### Version
v0.12.0
### 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]