Displaying report 1-1 of 1.
Reports until 11:35, Tuesday 16 August 2011
H2 INS
david.barker@LIGO.ORG - posted 11:35, Tuesday 16 August 2011 - last comment - 14:37, Tuesday 16 August 2011(1232)
H2 front end DuoTone Timing diagnostic signal removed

To allow a regular signal to be acquired by the last channel of the first ADC in each IO Chassis, we (Rolf and I) have made a code change to the IOPs such that the DuoTone signal from the TDS card is no longer routed to that channel.

These changes have been made to the following frontends: h2susb478; h2susb78; h2susauxb478. Team SEI will make the change on their next code change.

Note that the DuoTone diagnostic field on the GDS_TP.adl medm screens are now showing random numbers and should not be used (This is the left field in the DT/IRIG line, showing a value of -237 on the attachement)

Images attached to this report
Comments related to this report
keita.kawabe@LIGO.ORG - 13:27, Tuesday 16 August 2011 (1233)
I hope that this is not a permanent solution. 

For ISC and suspension, not monitoring the timing at all sounds like an insanity.
david.barker@LIGO.ORG - 14:37, Tuesday 16 August 2011 (1234)

For completeness, here are the two lines which were changed in src/include/drv/cdsHardware.h to remove the duotone:

svn di src/include/drv/cdsHardware.h
Index: src/include/drv/cdsHardware.h
===================================================================
--- src/include/drv/cdsHardware.h    (revision 2524)
+++ src/include/drv/cdsHardware.h    (working copy)
@@ -88,8 +88,8 @@
 
 // Timing control register definitions for use with Contec1616 control of timing slave.
 
-#define TDS_STOP_CLOCKS            0x3700000
-#define TDS_START_ADC_NEG_DAC_POS    0x7720000
+#define TDS_STOP_CLOCKS            0x3730000
+#define TDS_START_ADC_NEG_DAC_POS    0x7730000

Displaying report 1-1 of 1.