Differences between revisions 5 and 6
Revision 5 as of 2008-02-14 14:42:07
Size: 2178
Editor: dcesarsky
Comment:
Revision 6 as of 2009-07-15 14:32:37
Size: 2098
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
[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 32: Line 32:
[wiki:Self:PACS/CUSPVscripts/EnDis_chopper EnDis_chopper] [[PACS/CUSPVscripts/EnDis_chopper|EnDis_chopper]]
Line 34: Line 34:
[wiki:Self:PACS/CUSPVscripts/CONF_chopper CONF_chopper] [[PACS/CUSPVscripts/CONF_chopper|CONF_chopper]]
Line 36: Line 36:
[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 38: Line 38:
[wiki:Self:PACS/CUSPVscripts/WriteBBID WriteBBID] [[PACS/CUSPVscripts/WriteBBID|WriteBBID]]
Line 40: Line 40:
[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 42: Line 42:
[wiki:Self:PACS/CUSPVscripts/WriteEndBB WriteEndBB] [[PACS/CUSPVscripts/WriteEndBB|WriteEndBB]]
Line 44: Line 44:
[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 46: Line 46:
[wiki:Self:PACS/CUSPVscripts/SPEC_Chopper_SynchBlue SPEC_Chopper_SynchBlue] [[PACS/CUSPVscripts/SPEC_Chopper_SynchBlue|SPEC_Chopper_SynchBlue]]
Line 48: Line 48:
[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_Cold_OpenLoop

// Purpose       : SFT in Open Loop Mode (cold conditions)
// Author        : Markus Nielbock
// Description   : SFT cold 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, chopper is switched off and disabled
//                 Diagnostic HK not running
// Comments      : Adapted from PACS_SPEC_Chopper_OpenLoop_MoveAbs_OBS.cus
// Version       : 1.0
// History       : 1.0 12-10-2007 - BV: extracted procedure from observation by MN and added mois
//                                      comments
//

Input variable(s)

procedure PACS_Chopper_SFT_Cold_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_Cold_OpenLoop (last edited 2009-07-15 14:32:37 by localhost)