diff --git a/production_apsct.py b/production_apsct.py
index 4a48f11be00b78a14993eee2793f869273931a91..10d90a4341227e4d521cfc119ad3b10c694bbe02 100644
--- a/production_apsct.py
+++ b/production_apsct.py
@@ -21,9 +21,9 @@ DEBUG = False
 SET_PLL = True
 READ_LOCK = True
 READ_ALL = True
-CHECK_EEPROM = False
+CHECK_EEPROM = True
 PWR_RST = False  # True
-READ_SENSOR = False  # True
+READ_SENSOR = True
 READ_REGS = False  # True
 
 CLK_FREQ = '200MHz'
@@ -43,14 +43,14 @@ if SET_PLL:
     apsct.set_apsct(CLK_FREQ)
 
 if READ_LOCK:
-    apsct.pll_200.read_lol()
+    apsct.pll_200.read_lock()
 
 if READ_REGS:
     apsct.pll_200.read_all_regs_pll()
 
 if READ_ALL:
     apsct.pll_200.read_all_regs_pll()
-    apsct.pll_160.read_all_regs_pll()
+#    apsct.pll_160.read_all_regs_pll()
     apsct.read_IO_expanderis()
 
 if READ_SENSOR: