Index: firmware/FTU/ftu_definitions.vhd
===================================================================
--- firmware/FTU/ftu_definitions.vhd	(revision 10057)
+++ firmware/FTU/ftu_definitions.vhd	(revision 10071)
@@ -39,5 +39,5 @@
   --First 4 values: patches A-D, DACs 5-7 not used, last value: majority coincidence
   type dac_array_type is array (0 to 7) of integer range 0 to 2**12 - 1;
-  constant DEFAULT_DAC : dac_array_type := (500, 500, 500, 500, 0, 0, 0, 100);
+  constant DEFAULT_DAC : dac_array_type := (500, 500, 500, 500, 0, 0, 0, 16);
 
   --array to hold current values of rate counters (as integers)
@@ -58,5 +58,5 @@
   constant INT_CLK_FREQUENCY : integer := 50000000;  -- 50MHz
   constant COUNTER_FREQUENCY : integer :=  1000000;  -- has to be smaller than INT_CLK_FREQUENCY
-  constant CNTR_FREQ_DIVIDER : integer :=    25000;  -- for simulation, should normally be 1 
+  constant CNTR_FREQ_DIVIDER : integer :=        1;  -- for simulation, should normally be 1 
     
   --64byte dual-port RAM, port A: 8byte, port B: 16byte
@@ -69,5 +69,5 @@
     
   --normalization time for trigger counters
-  constant DEFAULT_PRESCALING : integer := 59; --30s integration time
+  constant DEFAULT_PRESCALING : integer := 1; --1s integration time
 
   constant NO_OF_ENABLE       : integer := 4;
