From 44f55257cae560ee1e949d378504a9a457eb71c0 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 13 May 2010 02:59:20 +0200 Subject: digital/asserv, digital/io, host/simu: change gate contact position --- digital/io/tools/test_simu_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io/tools/test_simu_control.py') diff --git a/digital/io/tools/test_simu_control.py b/digital/io/tools/test_simu_control.py index 1f51f1c2..9365ab2e 100644 --- a/digital/io/tools/test_simu_control.py +++ b/digital/io/tools/test_simu_control.py @@ -90,7 +90,7 @@ class TestSimuControl (TestSimu): def gate_command (self): if self.gate_var.get (): - pos = 0x2081 + pos = -0x1d6b else: pos = 0 self.asserv.goto_pos ('a1', pos) -- cgit v1.2.3