diff --git a/LCU/checkhardware/checkHardware.conf b/LCU/checkhardware/checkHardware.conf
index 6df3ffbc21cc282c19740a45fb869a6a3ad8bf05..d2ddd83069cc92a929b2406d1326e6a2cc482bef 100644
--- a/LCU/checkhardware/checkHardware.conf
+++ b/LCU/checkhardware/checkHardware.conf
@@ -1,40 +1,42 @@
-# Configuration file for the hardware tests
-
 
+# configuration file for checkHardware.py
+#
 # tests to do in given levels, level-0 = empty, test can be given as arguments
 #
-# S(rcumode)       : signal check for rcumode (1|3|5)"
-# O(rcumode)       : oscillation check for rcumode (1|3|5)"
-# SP(rcumode)      : spurious check for rcumode (1|3|5)"
-# N(rcumode)[=120] : noise check for rcumode (1|3|5), optional data time in seconds"
-#                    default data time = 300 sec for hba and 180 sec for lba"
-# M                : HBA modem check, automatic selected if other hba check are selected"
-# SN               : HBA summator noise check"
-# 
-# LBL              : do all LBL tests"
-# LBH              : do all LBH tests"
-# HBA              : do all HBA tests"
-# EHBA[=60]        : do all HBA element tests"
-#                    default data time = 30 sec"
+# Select checks to do, can be combined with all levels
+# -s(rcumode)       : signal check for rcumode (also down and flat-check in rcumode 1..4).
+# -o(rcumode)       : oscillation check for rcumode.
+# -sp(rcumode)      : spurious check for rcumode.
+# -n(rcumode)[=300] : noise check for rcumode, optional data time in seconds
+#                     default data time = 120 sec.
+# -e(rcumode)[=60]  : do all RCU5 element tests, optional data time in seconds.
+#                     default data time = 10 sec.
+# -m(rcumode)       : do modem check.
+# -sn(rcumode)      : do summator noise check.
 # 
-# RV               : RSP version check"
-# TV               : TBB version check"
-# TM               : TBB memmory check"
+# -rcu(mode)        : do all rcu checks for given mode, no element tests done.  
 #
+# -rbc              : RSP voltage/temperature check
+# -spu              : SPU voltage check.
+# -tm               : TBB memmory check.
+#
+
 level-0-tests=
-level-1-tests=LBL,LBH,HBA
-level-2-tests=RV,TV,TM,LBL,LBH,HBA,EHBA
+level-1-tests=RBC,SPU,TM,RCU1,RCU3,RCU5
+level-2-tests=RBC,SPU,TM,RCU1,RCU3,RCU5,E5
 level-3-tests=S1,S3
 
 # TBB versions
 tbbdriver-version=2.51
 tbbctl-version=2.51
 tp-version=2.4
-mp-version=2.9
+mp-version=3.0
 
 # RSP versions
 ap-version=8.2
 bp-version=8.2
+#ap-version=9.3
+#bp-version=9.3
 
 # LBA test settings, limits in dB
 # limits (min/max) in dB
@@ -52,14 +54,14 @@ lba-noise-max-deviation=2.5
 lba-noise-max-difference=1.5
 
 
-# HBA test settings
+# RCU5 test settings
 # limits (min/max) in dB
 # test_sb = subband used in RF test
 
 hba-test-sb=357
 
 hba-rf-min-signal=80.0
-hba-rf-min-deviation=-12.0
+hba-rf-min-deviation=-24.0
 hba-rf-max-deviation=12.0
 
 ehba-rf-min-signal=70.0
@@ -75,6 +77,6 @@ ehba-noise-max-deviation=1.5
 ehba-noise-max-difference=1.5
 
 # General settings
-log-dir-global=/globalhome/log
+log-dir-global=/globalhome/log/stationtest
 log-dir-local=/opt/stationtest/data