diff --git a/StationTest/i2c_spu.py b/StationTest/i2c_spu.py index 71b2cf42e3a0ee7f13b626e508162f6842e4db52..61eee222988dc605803ad1f354f919b0f1b0a760 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: