Hi @Tim Edwards @Leo Moser, cace-gui has a strange rounding error, not so terrible but a bit ugly.
This is a sweep in voltage from 1.0 to 2.0 in steps of 0.2, the "problem" here is the duplication of the 2.0V results (1.99999 and 2.0).
I'm not sure how complex would be to fix this rounding error in the program. ¿Maybe doing an internal conversion to avoid floating point arithmetic? It's too complex I think.
In my case the best solution is to use mV instead, integer math only. Maybe that's the best solution