Differences between revisions 3 and 4
Revision 3 as of 2008-02-14 14:54:13
Size: 2294
Editor: dcesarsky
Comment:
Revision 4 as of 2009-07-15 14:32:37
Size: 2214
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
[wiki:Self:PACS/CUSPVscripts/PACS_SPEC_Chopper_SetOpenLoop_BB PACS_SPEC_Chopper_SetOpenLoop_BB] [[PACS/CUSPVscripts/PACS_SPEC_Chopper_SetOpenLoop_BB|PACS_SPEC_Chopper_SetOpenLoop_BB]]
Line 33: Line 33:
[wiki:Self:PACS/CUSPVscripts/EnDis_chopper EnDis_chopper] [[PACS/CUSPVscripts/EnDis_chopper|EnDis_chopper]]
Line 35: Line 35:
[wiki:Self:PACS/CUSPVscripts/CONF_chopper CONF_chopper] [[PACS/CUSPVscripts/CONF_chopper|CONF_chopper]]
Line 37: Line 37:
[wiki:Self:PACS/CUSPVscripts/PACS_SPEC_Chopper_OpenLoop_MoveAbs_BB PACS_SPEC_Chopper_OpenLoop_MoveAbs_BB] [[PACS/CUSPVscripts/PACS_SPEC_Chopper_OpenLoop_MoveAbs_BB|PACS_SPEC_Chopper_OpenLoop_MoveAbs_BB]]
Line 39: Line 39:
[wiki:Self:PACS/CUSPVscripts/WriteBBID WriteBBID] [[PACS/CUSPVscripts/WriteBBID|WriteBBID]]
Line 41: Line 41:
[wiki:Self:PACS/CUSPVscripts/PACS_SPEC_Chopper_OpenLoop_MoveRel_BB PACS_SPEC_Chopper_OpenLoop_MoveRel_BB] [[PACS/CUSPVscripts/PACS_SPEC_Chopper_OpenLoop_MoveRel_BB|PACS_SPEC_Chopper_OpenLoop_MoveRel_BB]]
Line 43: Line 43:
[wiki:Self:PACS/CUSPVscripts/WriteEndBB WriteEndBB] [[PACS/CUSPVscripts/WriteEndBB|WriteEndBB]]
Line 45: Line 45:
[wiki:Self:PACS/CUSPVscripts/PACS_SPEC_Chopper_OpenLoop_MoveAbs_dHK_BB PACS_SPEC_Chopper_OpenLoop_MoveAbs_dHK_BB] [[PACS/CUSPVscripts/PACS_SPEC_Chopper_OpenLoop_MoveAbs_dHK_BB|PACS_SPEC_Chopper_OpenLoop_MoveAbs_dHK_BB]]
Line 47: Line 47:
[wiki:Self:PACS/CUSPVscripts/SPEC_Chopper_SynchBlue SPEC_Chopper_SynchBlue] [[PACS/CUSPVscripts/SPEC_Chopper_SynchBlue|SPEC_Chopper_SynchBlue]]
Line 49: Line 49:
[wiki:Self:PACS/CUSPVscripts/PACS_Chopper_SWON_SWOF_only PACS_Chopper_SWON_SWOF_only] [[PACS/CUSPVscripts/PACS_Chopper_SWON_SWOF_only|PACS_Chopper_SWON_SWOF_only]]

PACS Chopper_SFT_Warm_OpenLoop

// Purpose       : SFT in Open Loop Mode (warm conditions)
// Author        : Markus Nielbock
// Description   : SFT warm for FM1 chopper in open-loop mode. All 3 coils are
//                 operative. The chopper is commanded between -20 mA and +20mA
//                 in steps of 4 mA.
//                 The first part consists of chopper deflections equivalent to
//                 commanded chopper coil currents between 0 and +/-20 mA,
//                 alternating between positive and negative values. Absolute
//                 position commanding is used.
//                 The second part consists of a ramp of chopper deflections
//                 between -20 and +20 mA, commanded in relative steps of 4 mA.
//                 Finally, the chopper returns to its zero position.
// Preconditions : PACS switched-on in spectroscopy mode, chopper is switched
//                 off and disabled, diagnostic HK not running
// Comments      : Adapted from PACS_Chopper_SFT_Cold_OpenLoop_OBS.cus
// Version       : 1.0
// History       : 1.0 12-03-07 creation by MN
//               : 2.0 13-02-08 Made into a proc to be called by
//                             "obs" PacsEng_Chpper_SFT_Warm_OpenLoop
//                              Removed declaration of myOBSID

Input variable(s):

 procedure PACS_Chopper_SFT_Warm_OpenLoop {
}{

The script calls the following modules:

PACS_SPEC_Chopper_SetOpenLoop_BB

EnDis_chopper

CONF_chopper

PACS_SPEC_Chopper_OpenLoop_MoveAbs_BB

WriteBBID

PACS_SPEC_Chopper_OpenLoop_MoveRel_BB

WriteEndBB

PACS_SPEC_Chopper_OpenLoop_MoveAbs_dHK_BB

SPEC_Chopper_SynchBlue

PACS_Chopper_SWON_SWOF_only

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