ModBus function code 23

It is certainly possible to write this in a function node.

Here is a simple demo i did using node-red core nodes + buffer-parser.

It doesnt do writes or support fn 23 but it is certainly not impossible (or that difficult) to do.

You would have to read the spec for FN23 to know how to format the bytes. Alternatively, you could wireshark a working implementation & work it out easily enough.

Lastly