Differences between revisions 1 and 2
Revision 1 as of 2008-02-14 13:03:11
Size: 607
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-14 13:03:30
Size: 607
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
((( {{{

PACS_Burstmode_Setup

Procedure to set the bus in burst mode.

// Purpose       : Set PACS in burst mode
// Author        : T.Mueller, H. Feuchtgruber
// CUSification  : DAC
// Version       : 1.0
// History       : 1.0 / 16-Nov-2004 initial version
//
procedure PACS_Burstmode_Setup {
}{
// PC009380 "DPU_SET_BUS_LIST" SWITCH THE DPU FROM NOMINAL TO BURST MODE
//                             AND VICEVERSA
//                             PP006380 "ENABLE_DISABLE"
// tcsend PC009380 {PP006380 1}
// Switch CDMU to Burst profile
 Pacs_DPU_SET_BUS_LIST("ENABLE");
 delay(1);
}

Herschel: PACS/CUSPVscripts/PACS_Burstmode_Setup (last edited 2009-07-15 14:32:37 by localhost)