05-29-2013 07:23 AM
The decimal value is not getting rounded to its nearest integer in my unswitched pack volatage display box. I have changed its property to decimal, still the problem continues. When I put a probe between the divider and the display box, I get correct values. How to get correct value in display box.
Solved! Go to Solution.
05-29-2013 07:34 AM
See the color (colour if you're from UK
) of wire where you're hooking a probe... its orange (that represents floating point number).. but the color of indicator (other name for unswitched pack volatage display box) is blue (U32, it means it is unsigned integer representation in 32 bits)...!!
if thats the issue... then try one thing... right click on the indicator (other name for unswitched pack volatage display box) and select "Representation >> DBL", as shown below..!!
this should work...!!
05-29-2013 07:41 AM
thnx man ,....it works .... 😄