I have a number of signals coming into an HMI / DM430. I often get messages like the following:
[CHPARGU1] Type mismatch: Signal {Input.Eng0.Eng0_CoolTemp_110} has type {S16} in the drawing and type {S8} in the {Screen Definition} interface
I am deleting / re creating text definitions to try and fix it - The tags are simply received via CAN and displayed on a screen. How are the tags defined in the text definition? The tags that are coming in are S16. Not used anywhere else in the program.
Thanks