From a040ee3bc24c3e6cfe3092dde162c02a9f7f272f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 1 Jun 2015 14:17:34 +0200 Subject: [PATCH] Closedown --- script/Check Linearity LS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Check Linearity LS.py b/script/Check Linearity LS.py index 6ecd32f..6f00f44 100644 --- a/script/Check Linearity LS.py +++ b/script/Check Linearity LS.py @@ -66,7 +66,7 @@ for setpoint1 in range(0, 200): diff = idDiff count = setpoint1 if (count < 160) and (diff < -5): - return( 1, "The motor/encoder position difference signal exceeded the lower limit (-5 deg)" ) + return( 1, "The motor/encoder position difference signal exceeded the lower limit (-5 deg)" ) if (count < 160) and (diff > 5): return( 2, "The motor/encoder position difference signal exceeded the upper limit (+5 deg)" ) if (count > 160) and (diff < -0.5):