Differences between revisions 2 and 3
Revision 2 as of 2008-02-14 13:03:30
Size: 607
Editor: dcesarsky
Comment:
Revision 3 as of 2009-07-15 14:32:37
Size: 607
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

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)