MODBUS RTU value fail


Hi all, i'm trying to generate a variable from CONTROLLINO (Arduino mega based) modbus register.
In my case is a Coil (%QX0.1), the name of the connection is TEST.
The connection is right (connected), but the value is "bad" like the "Quality".
The type is set on boolean.
What could be the problem?

What’s going on in the gateway logs?

Without additional information I’d guess that you either never got “connected” (successfully opened the serial port) or that the device isn’t responding and you’re constantly “reconnecting” after 3 consecutive timeouts occur.

For real serial connections, you will need the slave unit #. Try [TEST]1.C1.