QuanticPony commented on issue #337: URL: https://github.com/apache/plc4x-extras/issues/337#issuecomment-2940546815
@losevskiyfz This seems like a failure to write on the PLC. I have tried to make the same steps as you did and found a couple of things: * The self-deployed modbus seems to allow values between 0 and 65535 on each address (UINT 16). * Trying to read the address: `holding-register:1:INT[2]` results on a response `"mock/modbus/Q" : "[Ljava.lang.Object;@5293cbff",`. This is a bug * Writting on `holding-register:1:INT` does work with values between 0 and 65535. Negative values are scaled to this range. * Writting on NiFi on arrays such as `holding-register:1:INT[2]` does not seem work. The value you want to write is out of the supported range for an address. I have not tested if it is possible to write an array on NiFi. -- 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]
