Ignore:
Timestamp:
01/11/11 11:43:44 (14 years ago)
Author:
neise
Message:
DRS shift register init is now 
done by the FAD firmware 
--> init procedure changed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/FADctrl/FADctrl.cc

    r10080 r10095  
    5353  sleep (1);
    5454
    55   DimClient::sendCommand(SERVER_NAME"/Command", "roi all 10");
    56   DimClient::sendCommand(SERVER_NAME"/Command", "address 44 29");
    57   sleep (1);
     55  //DimClient::sendCommand(SERVER_NAME"/Command", "roi all 10");
     56  //DimClient::sendCommand(SERVER_NAME"/Command", "address 44 29");
     57  //sleep (1);
    5858
    59   DimClient::sendCommand(SERVER_NAME"/Command", "trigger");
    60   sleep (1);
     59  //DimClient::sendCommand(SERVER_NAME"/Command", "trigger");
     60  //sleep (1);
    6161
    62   DimClient::sendCommand(SERVER_NAME"/Command", "address 44 30");
    63   sleep (1);
     62  //DimClient::sendCommand(SERVER_NAME"/Command", "address 44 30");
     63  //sleep (1);
    6464
    65   DimClient::sendCommand(SERVER_NAME"/Command", "trigger");
    66   sleep (1);
     65  //DimClient::sendCommand(SERVER_NAME"/Command", "trigger");
     66  //sleep (1);
    6767
    68   DimClient::sendCommand(SERVER_NAME"/Command", "address 44 0");
    69   sleep (1);
     68  //DimClient::sendCommand(SERVER_NAME"/Command", "address 44 0");
     69  //sleep (1);
    7070
    71   DimClient::sendCommand(SERVER_NAME"/Command", "trigger");
     71  //DimClient::sendCommand(SERVER_NAME"/Command", "trigger");
    7272  DimClient::sendCommand(SERVER_NAME"/Command", "domino on");
    7373  DimClient::sendCommand(SERVER_NAME"/Command", "dwrite on");
Note: See TracChangeset for help on using the changeset viewer.