Index: trunk/ippMonitor/def/camPendingExp.d
===================================================================
--- trunk/ippMonitor/def/camPendingExp.d	(revision 12081)
+++ trunk/ippMonitor/def/camPendingExp.d	(revision 12835)
@@ -1,9 +1,11 @@
-TABLE camPendingExp
-TITLE camPendingExp
+TABLE camPendingExp, chipProcessedExp
+TITLE Camera Pending
 FILE  camPendingExp.php
 MENU  ipp.science.dat
 
-#     field       name          show   link to                extras
-FIELD exp_tag,	  20,   exposure ID,  value, chipProcessedImfile.php, exp_tag=$exp_tag
-FIELD chip_version, 20,   chip version,   value, chipProcessedExp.php,    exp_tag=$exp_tag
-FIELD cam_version, 20,   cam version
+WHERE camPendingExp.chip_id = chipProcessedExp.chip_id
+
+#     field                     size  name          show   link to                  extras
+FIELD chipProcessedExp.exp_tag,	20,   exposure ID,  value, chipProcessedImfile.php, chipProcessedExp.exp_tag=$chipProcessedExp.exp_tag
+FIELD camPendingExp.chip_id,    20,   chip ID,      value, chipProcessedExp.php,    exp_tag=$chipProcessedExp.exp_tag
+FIELD camPendingExp.cam_id,     20,   cam ID
