drunsinn

Results 46 comments of drunsinn

Hi @CuriousCrook! Personally I would go for your option 1. It might be a bit more work during implementation to get the same data via both protocols but probably still...

Ok, this seems to be at least two problems at once. The traceback you posted indicates an error in your script. `last_error` is not a function but a variable. I...

Loggin in python is, most of the time, done with the [logging](https://docs.python.org/3/library/logging.html) library. I you are new to python I would recommend to look into this library because with the...

I was able to reproduce the exact same error that you are seeing. I actually found a general problem in reporting of error messages but it is not the source...

iTNC530 606420 02: Ok, since it related to the length, there probably is an error identifying the buffer size for the connection. Going by the log messages pyLSV2 uses a...

can you please retest with the current master branch? I think #67 might also fix the last remaining issue

Ho @MountainKing91, yes, the sizes for WORD and DWORD are correct. The D indicates that it is a double word so two words stuck together. From your explanation it seems...

The latest release, v1.4 introduced a new function `read_plc_address(self, address: str)` which adds support for using the nativ addressing scheme. This should behave more like what you expected at first....

@Md-aliy7 no, I haven't been able to make any progress in decoding the data. I will try your recommendation but I don't have any experience in using these LLM's. Still,...

Thanks for the data and your research so far. I also found some of the relations you mentioned. From what I found, the encryption uses the key number, the current...