Index: hvcontrol/src/ConsoleCommand.cc
===================================================================
--- hvcontrol/src/ConsoleCommand.cc	(revision 46)
+++ hvcontrol/src/ConsoleCommand.cc	(revision 72)
@@ -30,6 +30,6 @@
 
     m->status->Pc = comline;
-      sprintf(str,"Test in ConsoleCommand: %s",m->status->Pc);
-      printf(str);
+    //      sprintf(str,"Test in ConsoleCommand: %s",m->status->Pc);
+    //  printf(str);
     /*
     if (strlen(m->status->Pc) < 2 )  // Ignore commands with only '\n'
Index: hvcontrol/src/ProcessIO.cc
===================================================================
--- hvcontrol/src/ProcessIO.cc	(revision 46)
+++ hvcontrol/src/ProcessIO.cc	(revision 72)
@@ -27,5 +27,4 @@
  
   pm = new PixelMap(config->fPixMapTable);
-  printf("PixMapTable = %s. \n",config->fPixMapTable);
 
   // Initialize status structure (HVStatus.cc/h)
@@ -341,7 +340,6 @@
       }
 
-
       StopMonitor();
-      
+
       
       for (int i=status->FirstBoard;i<=status->LastBoard;i++) {
@@ -520,12 +518,21 @@
       }
 
+      sprintf(str,"Error - Test \n");
+      DoPrompt(str);
+      if (status->Socket != -1) // Print status string to socket if open
+	write(status->Socket,str,strlen(str)+1);
+      sPrintStatus(status,str,0); // Print status only to socket 
+      
+
+
+
       //Convert from HV to DAC values
       if (!(config->IsDAC)){
 	hvoltageV = status->HVV[board][chain][channel]+hvdiffV;
 	status->HVV[board][chain][channel] = hvoltageV;
-	printf("hv+diff = %f .\n",hvoltageV);
+	//	printf("hv+diff = %f .\n",hvoltageV);
 	hvdiff = calib->HVToDAC(hvoltageV,board,chain,channel) - status->HV[board][chain][channel];
-	printf("dac new = %d, dac old = %d.\n",calib->HVToDAC(hvoltageV,board,chain,channel),status->HV[board][chain][channel]);
-	printf("dac diff = %d .\n",hvdiff);
+	//	printf("dac new = %d, dac old = %d.\n",calib->HVToDAC(hvoltageV,board,chain,channel),status->HV[board][chain][channel]);
+	//	printf("dac diff = %d .\n",hvdiff);
       }
       StopMonitor();
@@ -545,5 +552,5 @@
 	
 	status->HV[board][chain][channel]=hvoltage;
-	printf("dac hv rampingup= %d .\n",hvoltage);
+	//	printf("dac hv rampingup= %d .\n",hvoltage);
 	if ((hv->GetHVBoard(board))->SetHV(stdout,chain,channel,hvoltage,rbuf,status->Verbose)==1) {
 	  UpdateStatus(board,rbuf);
