A numerical control does not let me start from an "irregular" number and coerce from there. The numerical control rounds the number removing significant numbers. This is want I want
start 935.00625
stop 939.99375
increment is 0.0125000 coerce to nearest
LV does this whenever I enter the above
start 935.0063
stop 939.9938
increment is 0.0125
I appears to coerce to 4 digits past the decimal point. I imagine other ways to work around this but thats more tedious.
Any ideas let me know.