Solution
Input registers on Modbus are represented by a 16-bit integer. When the parameter address is represented by a decimal. This decimal value represents the bit number. For the example 40001.4 this means input register 1, bit number 4. You can use the
Number To Boolean Array Function to process and get the bit number 4 from the 16-bit integer that you get from that register.