Index: /trunk/psModules/src/concepts/pmConcepts.c
===================================================================
--- /trunk/psModules/src/concepts/pmConcepts.c	(revision 7438)
+++ /trunk/psModules/src/concepts/pmConcepts.c	(revision 7439)
@@ -401,5 +401,22 @@
         conceptsChip = psMetadataAlloc();
         init = true;
-        // There are no standard concepts at the chip level to be installed
+
+        // Install the standard concepts
+
+        // CHIP.X0
+        {
+            psMetadataItem *chipX0 = psMetadataItemAllocF32("CHIP.X0", "Position of (0,0) on the FPA", NAN);
+            pmConceptRegister(chipX0, NULL, NULL, PM_FPA_LEVEL_CHIP);
+            psFree(chipX0);
+        }
+
+        // CHIP.Y0
+        {
+            psMetadataItem *chipY0 = psMetadataItemAllocF32("CHIP.Y0", "Position of (0,0) on the FPA", NAN);
+            pmConceptRegister(chipY0, NULL, NULL, PM_FPA_LEVEL_CHIP);
+            psFree(chipY0);
+        }
+
+        // Done with chip level concepts
     }
     if (! conceptsCell) {
