I’ve got an issue with converting data from a modbus TCP. This is for transfer the total energy from a powermeter to a webpage. I got this information from the modbus adress list:
Address: 0x7D5F–0x7D62 Register: 32096–32099 RW: R Unit: Wh Type: INT64 Range: - A/E: E A/E/P/H: E/P/H X: X Description: Total active energy Energy is stored in big-endian format: The most significant register is transmitted first. Im using a 1152 CPU Can someone help me making a LD or NOLD diagram how to convert it to desimal so I can show it on the webpage.