Trace collected at: 2011-04-05 13:56:07.437000 ---------------------------------------------------------------------- ../../GSEOS_scripts/General\axb_stacer_deploy.py[30]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[31]: log('IAXB_DEPLOY - Deploy Boom%d %d Clicks ' % (boom,leng), color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[32]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[33]: PF=("FAIL","PASS") ../../GSEOS_scripts/General\axb_stacer_deploy.py[34]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/General\axb_stacer_deploy.py[36]: log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[37]: cmd.EFW_ENGIN() #Engineering Mode ../../GSEOS_scripts/General\axb_stacer_deploy.py[38]: cmd.EFW_ARM(1) #Arm Deployment ../../GSEOS_scripts/General\axb_stacer_deploy.py[39]: cmd.EFW_DISARM(4) #Sweeps OFF ../../GSEOS_scripts/General\axb_stacer_deploy.py[40]: cmd.EFW_CLEAR() #Clear Errors ../../GSEOS_scripts/General\axb_stacer_deploy.py[41]: cmd.EFW_HSKOPTIONS(1,0,0) #Fast HSK for Axial Deployment ../../GSEOS_scripts/General\axb_stacer_deploy.py[42]: cmd.EFW_DEP_OVER(0x33) #Override cage and STACER bits on AXBs ../../GSEOS_scripts/General\axb_stacer_deploy.py[43]: cmd.EFW_DUMPTABL(3,0) #Show the converted analogs ../../GSEOS_scripts/General\axb_stacer_deploy.py[44]: cmd.EFW_TMDUMPCTR(255) #Repeatedly dump the analogs ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[47]: log('2. Selecting Boom Pair', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[48]: pair = ((boom-1)&6)+1 #Convert to pair 1,3,5 ../../GSEOS_scripts/General\axb_stacer_deploy.py[49]: xmotor = 2**(boom-1) #Expected Motor Value ../../GSEOS_scripts/General\axb_stacer_deploy.py[50]: cmd.EFW_DEP_PAIR( pair ) #Select a pair ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[53]: log('3. Checking Door Status', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[54]: wait(APID_267, lambda:True , flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[54]: wait(APID_267, lambda:True , flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[55]: if(APID_267.BOOMBITS&0x22!=0): ../../GSEOS_scripts/General\axb_stacer_deploy.py[59]: log('4. Verifying start counts', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[63]: log('5. Deploying Boom', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[64]: if(boom&1==1): ../../GSEOS_scripts/General\axb_stacer_deploy.py[65]: cmd.EFW_DEP_PLUS( leng ) #Start Plus Side Going ../../GSEOS_scripts/General\axb_stacer_deploy.py[66]: xdepstat = 0x03 #Expected Deploy Status ../../GSEOS_scripts/General\axb_stacer_deploy.py[67]: xdlena = leng #Expected Lengths at end ../../GSEOS_scripts/General\axb_stacer_deploy.py[68]: xdlenb = 0 ../../GSEOS_scripts/General\axb_stacer_deploy.py[75]: log('6. Monitoring longer deploys', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[76]: if( leng >= 20 ): ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[78]: if(APID_267.DEPSTAT!=xdepstat): ../../GSEOS_scripts/General\axb_stacer_deploy.py[82]: if(APID_267.DEPLIMIT!=leng): ../../GSEOS_scripts/General\axb_stacer_deploy.py[86]: if(APID_267.MTRSTAT!=xmotor): ../../GSEOS_scripts/General\axb_stacer_deploy.py[90]: log('7. Await Completion ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[93]: log('8. Post Deploy Checks ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[94]: if(APID_267.DLENA!=xdlena): ../../GSEOS_scripts/General\axb_stacer_deploy.py[97]: if(APID_267.DLENB!=xdlenb): ../../GSEOS_scripts/General\axb_stacer_deploy.py[100]: if(APID_267.MTRSTAT!=0): ../../GSEOS_scripts/General\axb_stacer_deploy.py[104]: log("9. Verified %d Clicks " % leng, color=GRAY, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[106]: cmd.EFW_HSKOPTIONS(0,0,0) #Enable HSK ../../GSEOS_scripts/General\axb_stacer_deploy.py[107]: cmd.EFW_DISARM(1) #Deployment disable ../../GSEOS_scripts/General\axb_stacer_deploy.py[109]: cmd.EFW_NORMAL() #Normal Mode ../../GSEOS_scripts/General\axb_stacer_deploy.py[111]: log('IAXB_DEPLOY Completed', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[112]: log('================END=====================', color=BLUE, attr=BOLD ) Trace collected at: 2011-04-05 13:56:45.562000 ---------------------------------------------------------------------- ../../GSEOS_scripts/General\axb_stacer_deploy.py[30]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[31]: log('IAXB_DEPLOY - Deploy Boom%d %d Clicks ' % (boom,leng), color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[32]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[33]: PF=("FAIL","PASS") ../../GSEOS_scripts/General\axb_stacer_deploy.py[34]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/General\axb_stacer_deploy.py[36]: log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[37]: cmd.EFW_ENGIN() #Engineering Mode ../../GSEOS_scripts/General\axb_stacer_deploy.py[38]: cmd.EFW_ARM(1) #Arm Deployment ../../GSEOS_scripts/General\axb_stacer_deploy.py[39]: cmd.EFW_DISARM(4) #Sweeps OFF ../../GSEOS_scripts/General\axb_stacer_deploy.py[40]: cmd.EFW_CLEAR() #Clear Errors ../../GSEOS_scripts/General\axb_stacer_deploy.py[41]: cmd.EFW_HSKOPTIONS(1,0,0) #Fast HSK for Axial Deployment ../../GSEOS_scripts/General\axb_stacer_deploy.py[42]: cmd.EFW_DEP_OVER(0x33) #Override cage and STACER bits on AXBs ../../GSEOS_scripts/General\axb_stacer_deploy.py[43]: cmd.EFW_DUMPTABL(3,0) #Show the converted analogs ../../GSEOS_scripts/General\axb_stacer_deploy.py[44]: cmd.EFW_TMDUMPCTR(255) #Repeatedly dump the analogs ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[47]: log('2. Selecting Boom Pair', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[48]: pair = ((boom-1)&6)+1 #Convert to pair 1,3,5 ../../GSEOS_scripts/General\axb_stacer_deploy.py[49]: xmotor = 2**(boom-1) #Expected Motor Value ../../GSEOS_scripts/General\axb_stacer_deploy.py[50]: cmd.EFW_DEP_PAIR( pair ) #Select a pair ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[53]: log('3. Checking Door Status', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[54]: wait(APID_267, lambda:True , flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[54]: wait(APID_267, lambda:True , flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[55]: if(APID_267.BOOMBITS&0x22!=0): ../../GSEOS_scripts/General\axb_stacer_deploy.py[59]: log('4. Verifying start counts', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[63]: log('5. Deploying Boom', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[64]: if(boom&1==1): ../../GSEOS_scripts/General\axb_stacer_deploy.py[65]: cmd.EFW_DEP_PLUS( leng ) #Start Plus Side Going ../../GSEOS_scripts/General\axb_stacer_deploy.py[66]: xdepstat = 0x03 #Expected Deploy Status ../../GSEOS_scripts/General\axb_stacer_deploy.py[67]: xdlena = leng #Expected Lengths at end ../../GSEOS_scripts/General\axb_stacer_deploy.py[68]: xdlenb = 0 ../../GSEOS_scripts/General\axb_stacer_deploy.py[75]: log('6. Monitoring longer deploys', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[76]: if( leng >= 20 ): ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[78]: if(APID_267.DEPSTAT!=xdepstat): ../../GSEOS_scripts/General\axb_stacer_deploy.py[82]: if(APID_267.DEPLIMIT!=leng): ../../GSEOS_scripts/General\axb_stacer_deploy.py[86]: if(APID_267.MTRSTAT!=xmotor): ../../GSEOS_scripts/General\axb_stacer_deploy.py[90]: log('7. Await Completion ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[93]: log('8. Post Deploy Checks ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[94]: if(APID_267.DLENA!=xdlena): ../../GSEOS_scripts/General\axb_stacer_deploy.py[97]: if(APID_267.DLENB!=xdlenb): ../../GSEOS_scripts/General\axb_stacer_deploy.py[100]: if(APID_267.MTRSTAT!=0): ../../GSEOS_scripts/General\axb_stacer_deploy.py[104]: log("9. Verified %d Clicks " % leng, color=GRAY, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[106]: cmd.EFW_HSKOPTIONS(0,0,0) #Enable HSK ../../GSEOS_scripts/General\axb_stacer_deploy.py[107]: cmd.EFW_DISARM(1) #Deployment disable ../../GSEOS_scripts/General\axb_stacer_deploy.py[109]: cmd.EFW_NORMAL() #Normal Mode ../../GSEOS_scripts/General\axb_stacer_deploy.py[111]: log('IAXB_DEPLOY Completed', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[112]: log('================END=====================', color=BLUE, attr=BOLD ) Trace collected at: 2011-04-05 13:57:26.421000 ---------------------------------------------------------------------- ../../GSEOS_scripts/General\axb_stacer_deploy.py[30]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[31]: log('IAXB_DEPLOY - Deploy Boom%d %d Clicks ' % (boom,leng), color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[32]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[33]: PF=("FAIL","PASS") ../../GSEOS_scripts/General\axb_stacer_deploy.py[34]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/General\axb_stacer_deploy.py[36]: log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[37]: cmd.EFW_ENGIN() #Engineering Mode ../../GSEOS_scripts/General\axb_stacer_deploy.py[38]: cmd.EFW_ARM(1) #Arm Deployment ../../GSEOS_scripts/General\axb_stacer_deploy.py[39]: cmd.EFW_DISARM(4) #Sweeps OFF ../../GSEOS_scripts/General\axb_stacer_deploy.py[40]: cmd.EFW_CLEAR() #Clear Errors ../../GSEOS_scripts/General\axb_stacer_deploy.py[41]: cmd.EFW_HSKOPTIONS(1,0,0) #Fast HSK for Axial Deployment ../../GSEOS_scripts/General\axb_stacer_deploy.py[42]: cmd.EFW_DEP_OVER(0x33) #Override cage and STACER bits on AXBs ../../GSEOS_scripts/General\axb_stacer_deploy.py[43]: cmd.EFW_DUMPTABL(3,0) #Show the converted analogs ../../GSEOS_scripts/General\axb_stacer_deploy.py[44]: cmd.EFW_TMDUMPCTR(255) #Repeatedly dump the analogs ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[45]: wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10) ../../GSEOS_scripts/General\axb_stacer_deploy.py[47]: log('2. Selecting Boom Pair', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[48]: pair = ((boom-1)&6)+1 #Convert to pair 1,3,5 ../../GSEOS_scripts/General\axb_stacer_deploy.py[49]: xmotor = 2**(boom-1) #Expected Motor Value ../../GSEOS_scripts/General\axb_stacer_deploy.py[50]: cmd.EFW_DEP_PAIR( pair ) #Select a pair ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[51]: wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[53]: log('3. Checking Door Status', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[54]: wait(APID_267, lambda:True , flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[54]: wait(APID_267, lambda:True , flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[55]: if(APID_267.BOOMBITS&0x22!=0): ../../GSEOS_scripts/General\axb_stacer_deploy.py[59]: log('4. Verifying start counts', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[63]: log('5. Deploying Boom', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[64]: if(boom&1==1): ../../GSEOS_scripts/General\axb_stacer_deploy.py[70]: cmd.EFW_DEP_MINUS( leng ) #Start Minus Side Going ../../GSEOS_scripts/General\axb_stacer_deploy.py[71]: xdepstat = 0x30 #Expected Deploy Status ../../GSEOS_scripts/General\axb_stacer_deploy.py[72]: xdlena = 0 #Expected Lengths at end ../../GSEOS_scripts/General\axb_stacer_deploy.py[73]: xdlenb = leng ../../GSEOS_scripts/General\axb_stacer_deploy.py[75]: log('6. Monitoring longer deploys', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[76]: if( leng >= 20 ): ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[77]: wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12) ../../GSEOS_scripts/General\axb_stacer_deploy.py[78]: if(APID_267.DEPSTAT!=xdepstat): ../../GSEOS_scripts/General\axb_stacer_deploy.py[82]: if(APID_267.DEPLIMIT!=leng): ../../GSEOS_scripts/General\axb_stacer_deploy.py[86]: if(APID_267.MTRSTAT!=xmotor): ../../GSEOS_scripts/General\axb_stacer_deploy.py[90]: log('7. Await Completion ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[91]: wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60) #Stopped ../../GSEOS_scripts/General\axb_stacer_deploy.py[93]: log('8. Post Deploy Checks ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[94]: if(APID_267.DLENA!=xdlena): ../../GSEOS_scripts/General\axb_stacer_deploy.py[97]: if(APID_267.DLENB!=xdlenb): ../../GSEOS_scripts/General\axb_stacer_deploy.py[100]: if(APID_267.MTRSTAT!=0): ../../GSEOS_scripts/General\axb_stacer_deploy.py[104]: log("9. Verified %d Clicks " % leng, color=GRAY, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[106]: cmd.EFW_HSKOPTIONS(0,0,0) #Enable HSK ../../GSEOS_scripts/General\axb_stacer_deploy.py[107]: cmd.EFW_DISARM(1) #Deployment disable ../../GSEOS_scripts/General\axb_stacer_deploy.py[109]: cmd.EFW_NORMAL() #Normal Mode ../../GSEOS_scripts/General\axb_stacer_deploy.py[111]: log('IAXB_DEPLOY Completed', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/General\axb_stacer_deploy.py[112]: log('================END=====================', color=BLUE, attr=BOLD )