x-em opened a new issue, #653: URL: https://github.com/apache/plc4x/issues/653
If the register is an input register or a hold register type, the data type is UINT (uint 16). In fact, the real project scenario represents values by specific bits, for example, each bit represents a switch state or alarm state. My idea is that this kind of data should be represented by a coil, but in fact, many project equipment take the actual value in this bitwise way, so I want to know if there is a better way to solve the problem besides forcing a method to do bit conversion to get the desired value. example:  -- 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: issues-unsubscr...@plc4x.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org