gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 245 forks source link

This version has one more problem. If the time_string is '-0:0:0:0.1', the result bytearray is not 0xffffffff, but 0x00000001. #310

Closed swamper123 closed 3 years ago

swamper123 commented 3 years ago

This version has one more problem. If the time_string is '-0:0:0:0.1', the result bytearray is not 0xffffffff, but 0x00000001.

Originally posted by @Yingliangzhe in https://github.com/gijzelaerr/python-snap7/issues/308#issuecomment-915228239