I already verified the registers address to be correct in the UDT’s and check if the values appear on the PLC Local HMI, and there they show the values.
Use the OPC client in the gateway to manually read the values, this way you can rule out the possibility that the formatting changed for the OPC server.
Also, if your datatype has any empty values that the path relies on you need to be careful with that. With version 8 a bug came back that initializes empty tags in a datatype as “NULL” instead of a 0 if it is a number or an empty string “” if it is a string. This is why we can’t go to 8 yet.