First thing I notice is that M8063 is on, indicating a MODBUS communication error, and by being on, it is moving H1 into D8063 - which is supposed to hold the MODBUS communication error code. Also, you're trying to write to D8063 outside of the M8411 MODBUS configuration block.
In the configuration block, you're writing H1 to D8419, but that's listed as a read only address.
2017 in hex is 7E1. 7E2 is 2018. if you want to read 2017 AND 2018, shouldn't you have K2 instead of K1 in between the MODBUS Register address and the PLC device head address?