From e26851b7e3db712a42f653d5700d4946413f7cfd Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Tue, 28 Apr 2009 06:04:45 +0000 Subject: [PATCH] Bug #1230: Adjusted V48 and PCB T ranges. --- StationTest/i2c_spu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StationTest/i2c_spu.py b/StationTest/i2c_spu.py index 71b2cf42e3a..61eee222988 100644 --- a/StationTest/i2c_spu.py +++ b/StationTest/i2c_spu.py @@ -110,9 +110,9 @@ while data_str != '': # Verify that sensor values are in valid range if volt_5v < 4.5 or volt_5v > 5.5 or \ volt_8v < 7 or volt_8v > 9 or \ - volt_48v < 45 or volt_48v > 50 or \ + volt_48v < 44 or volt_48v > 50 or \ volt_3v3 < 3.0 or volt_3v3 > 4.0 or \ - temp_pcb < 10 or temp_pcb > 40: + temp_pcb < 10 or temp_pcb > 50: tlog.appendLog(11,'Subrack-%s --> SPU I2C sensor values are wrong' % subId[j]) tlog.setResult('FAILED') else: -- GitLab