Index: hvcontrol/src/ProcessIO.cc
===================================================================
--- hvcontrol/src/ProcessIO.cc	(revision 183)
+++ hvcontrol/src/ProcessIO.cc	(revision 210)
@@ -20,8 +20,4 @@
   // Get program start time
   time (&StartTime);
-
-  // Create DIM text output service
-  Textout = new DimService (SERVER_NAME"/Textout", (char *) "");
-  UpdateDelay = 0.0;
 
   // Initialize status variables
@@ -34,4 +30,6 @@
   FirstChain  = 0;
   LastChain   = NUM_CHAINS-1;
+
+  UpdateDelay = 0.0;
 
   // Get configuration data
@@ -77,5 +75,4 @@
     
   delete pm;	    delete calib;
-  delete Textout;  
 }
 
@@ -558,5 +555,5 @@
 
   // Send to DIM service
-  Textout->updateService(Textbuffer); 
+  SetStdOut(Textbuffer); 
 
   // Send to log
Index: hvcontrol/src/ProcessIO.h
===================================================================
--- hvcontrol/src/ProcessIO.h	(revision 183)
+++ hvcontrol/src/ProcessIO.h	(revision 210)
@@ -35,5 +35,4 @@
   time_t StartTime;
   PixelMap *pm;
-  DimService *Textout;
   float UpdateDelay;
 
