02-13-2020 09:13 AM
Hi Team,
I have these two values:
When I create them as variables in TestStand they are interpreted as 61131 and 61932 respectively, but their true nature is that of signed 16 bit integers, and should be interpreted as -4,405 and -3,604.
How do I make it so my two variables (Locals.minValue and Locals.maxValue) are interpreted correctly?
02-13-2020 10:24 AM
You can right click on the Local variable and change the representation to 64-bit signed. Unfortunately there isn't a 16 bit signed in TestStand that I'm aware of.