Trace collected at: 2010-11-10 15:31:44.833000 ---------------------------------------------------------------------- ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[15]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[16]: log('DEP_1 - Deployment Initial State = Stop', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[17]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[18]: PF=("FAIL","PASS") ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[19]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[21]: log('1. Initializing to Engineering Mode, ARM', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[22]: cmd.EFW_ENGIN() #Engineering Mode ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[23]: cmd.EFW_ARM(1) #Arm Deployment ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[24]: cmd.EFW_CLEAR() #Clear Errors ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[25]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[25]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[26]: wait(APID_267, lambda: APID_267.ENA_DEP==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[26]: wait(APID_267, lambda: APID_267.ENA_DEP==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[26]: wait(APID_267, lambda: APID_267.ENA_DEP==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[26]: wait(APID_267, lambda: APID_267.ENA_DEP==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[26]: wait(APID_267, lambda: APID_267.ENA_DEP==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[28]: log('2.1 Starting a Deployment, Motors ON', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[29]: cmd.EFW_DEP_PAIR( 1 ) #Select a pair ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[30]: cmd.EFW_DEP_BOTH( 10 ,bCriticalCmdDialog=False) #Start Both Going ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[31]: wait(APID_267, lambda: APID_267.DEPPAIR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[31]: wait(APID_267, lambda: APID_267.DEPPAIR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[31]: wait(APID_267, lambda: APID_267.DEPPAIR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[31]: wait(APID_267, lambda: APID_267.DEPPAIR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[31]: wait(APID_267, lambda: APID_267.DEPPAIR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[31]: wait(APID_267, lambda: APID_267.DEPPAIR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[32]: wait(APID_267, lambda: APID_267.DEPSTAT==0x33, flTimeout=12) #Running ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[32]: wait(APID_267, lambda: APID_267.DEPSTAT==0x33, flTimeout=12) #Running ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[33]: wait(APID_267, lambda: APID_267.DEPLIMIT==10, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[33]: wait(APID_267, lambda: APID_267.DEPLIMIT==10, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[34]: wait(APID_267, lambda: APID_267.MTRSTAT==0x03, flTimeout=12) #Motor1&2 ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[34]: wait(APID_267, lambda: APID_267.MTRSTAT==0x03, flTimeout=12) #Motor1&2 ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[36]: log('2.2 Resetting CPU', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[37]: SET_RSTCTR( 0 ) #Clear Reset Counter ../../GSEOS_scripts\util.py[118]: POKE( 0xDDFF, byte ) ../../GSEOS_scripts\util.py[102]: cmd.EFW_ADRH( (addr >> 8 )& 0xff ) ../../GSEOS_scripts\util.py[103]: cmd.EFW_ADRL( addr & 0xff ) ../../GSEOS_scripts\util.py[104]: cmd.EFW_LOAD( byte ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[38]: wait(APID_267, lambda: APID_267.RSTCTR==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[38]: wait(APID_267, lambda: APID_267.RSTCTR==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[39]: RESETCPU() ../../GSEOS_scripts\util.py[121]: cmd.EFW_RESET() ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[40]: sleep(10) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[41]: wait(APID_267, lambda: APID_267.RSTCTR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[41]: wait(APID_267, lambda: APID_267.RSTCTR==1, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[42]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[43]: SET_RSTCTR( 0 ) #Clear Reset Counter ../../GSEOS_scripts\util.py[118]: POKE( 0xDDFF, byte ) ../../GSEOS_scripts\util.py[102]: cmd.EFW_ADRH( (addr >> 8 )& 0xff ) ../../GSEOS_scripts\util.py[103]: cmd.EFW_ADRL( addr & 0xff ) ../../GSEOS_scripts\util.py[104]: cmd.EFW_LOAD( byte ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[44]: cmd.EFW_CLEAR() ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[46]: log('2.3 Verifying Deployment is Reset', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[47]: wait(APID_267, lambda: APID_267.ENA_DEP==0, flTimeout=12) #DEPENA = Disabled ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[47]: wait(APID_267, lambda: APID_267.ENA_DEP==0, flTimeout=12) #DEPENA = Disabled ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[48]: wait(APID_267, lambda: APID_267.DEPPAIR==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[48]: wait(APID_267, lambda: APID_267.DEPPAIR==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[49]: wait(APID_267, lambda: APID_267.DEPSTAT==0, flTimeout=12) #Stopped ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[49]: wait(APID_267, lambda: APID_267.DEPSTAT==0, flTimeout=12) #Stopped ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[50]: wait(APID_267, lambda: APID_267.DEPLIMIT==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[50]: wait(APID_267, lambda: APID_267.DEPLIMIT==0, flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[51]: wait(APID_267, lambda: APID_267.MTRSTAT==0, flTimeout=12) #Motor Off ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[51]: wait(APID_267, lambda: APID_267.MTRSTAT==0, flTimeout=12) #Motor Off ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[53]: log('3. Deployment Initial State : PASS', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_DEP_1.py[54]: log('================END=====================', color=BLUE, attr=BOLD )