Trace collected at: 2010-11-08 12:09:20.351000 ---------------------------------------------------------------------- ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[15]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[16]: log('UTIL_12 - Z80 FUNCTIONS ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[17]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[18]: log('1.1 Load TESTUTIL program ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[19]: PF=("FAIL","PASS") ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[20]: startscript("LOAD_TESTUTIL") #Bring in program ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[4]: """ ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[6]: from efw import * ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[7]: from UTIL import * ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[8]: from __main__ import * # required for access to APID_nnn telemetry blocks ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[10]: def main(): ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[4]: """ ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[6]: from efw import * ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[7]: from UTIL import * ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[8]: from __main__ import * # required for access to APID_nnn telemetry blocks ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[10]: def main(): ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[11]: cmd.EFW_SRMWRTCTL( 0 ) # Enable Writing to the SRAM ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[12]: cmd.EFW_CMDS(COUNT= 3) ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[13]: sleep(1) ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[14]: efw.idpu_load("00007000", " aa c3 38 70 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 3a 04 70 e6 1f 11 43 70 c3 55 10 6b 70 74 70 7d 70 86 70 8f 70 98 70 a1 70 aa 70 b3 70 bc 70 c5 70 ce 70 d7 70 e0 70 e9 70 f2 70 fb 70 04 71 0d 71 16 71 cd 31 71 cd e5 0f c3 43 71 cd 31 71 cd ee 0f c3 43 71 cd 31 71") ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[15]: sleep(1) ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[16]: efw.idpu_load("00007080", " cd 23 10 c3 43 71 cd 31 71 cd 18 10 c3 43 71 cd 31 71 cd 32 10 c3 43 71 cd 31 71 cd 3d 10 c3 43 71 cd 31 71 cd 48 10 c3 43 71 cd 31 71 cd 4f 10 c3 43 71 cd 31 71 cd 65 10 c3 43 71 cd 31 71 cd 70 10 c3 43 71 cd 31 71 cd 7b 10 c3 43 71 cd 31 71 cd 86 10 c3 43 71 cd 31 71 cd b6 10 c3 43 71 cd 31 71 cd ce 10 c3 43 71 cd 31 71 cd d3 10 c3 43 71 cd 31 71 cd d8 10 c3 43 71 cd 31 71 cd e1") ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[17]: sleep(1) ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[18]: efw.idpu_load("00007100", " 10 c3 43 71 cd 31 71 cd ea 10 c3 43 71 cd 31 71 cd f3 10 c3 43 71 cd 0b 11 cd 14 11 3e 01 d3 18 cd 31 71 cd 39 11 cd 43 71 cd 1b 11 3e 00 d3 18 c9 2a 05 70 e5 f1 2a 07 70 44 4d 2a 09 70 eb 2a 0b 70 c9 22 0b 70 eb 22 09 70 60 69 22 07 70 f5 e1 22 05 70 c9") ../../GSEOS_scripts/FSW_scripts\LOAD_TESTUTIL.py[19]: verify_cmdcount() ../../GSEOS_scripts\UTIL.py[200]: wait(APID_267, lambda: APID_267.CMDTOT==APID_267.CMDEXP, flTimeout=15) ../../GSEOS_scripts\UTIL.py[200]: wait(APID_267, lambda: APID_267.CMDTOT==APID_267.CMDEXP, flTimeout=15) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[21]: cmd.EFW_CLEAR() #Clear Errors ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[22]: DUMPADR( 0x7000 ) #Watch Register Area ../../GSEOS_scripts\UTIL.py[65]: cmd.EFW_DUMPADRX( (addr >> 24 )& 0xff ) ../../GSEOS_scripts\UTIL.py[66]: cmd.EFW_DUMPADRE( (addr >> 16 )& 0xff ) ../../GSEOS_scripts\UTIL.py[67]: cmd.EFW_DUMPADRH( (addr >> 8 )& 0xff ) ../../GSEOS_scripts\UTIL.py[68]: cmd.EFW_DUMPADRL( addr & 0xff ) ../../GSEOS_scripts\UTIL.py[69]: cmd.EFW_TMDUMPCTR(255) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[23]: wait(APID_266, lambda: APID_266.DUMPADR==0X7000 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[23]: wait(APID_266, lambda: APID_266.DUMPADR==0X7000 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[26]: log('2.1 Testing SRHL[1234] => 091A ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[28]: efw.idpu_load("00007004","0D 00 00 00 00 00 00 34 12" ) #FN=SRHL ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[29]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[30]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[31]: wait(APID_266, lambda: APID_266.Data[11]==0x1a , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[31]: wait(APID_266, lambda: APID_266.Data[11]==0x1a , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[31]: wait(APID_266, lambda: APID_266.Data[11]==0x1a , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[31]: wait(APID_266, lambda: APID_266.Data[11]==0x1a , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[31]: wait(APID_266, lambda: APID_266.Data[11]==0x1a , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[31]: wait(APID_266, lambda: APID_266.Data[11]==0x1a , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[32]: wait(APID_266, lambda: APID_266.Data[12]==0x09 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[32]: wait(APID_266, lambda: APID_266.Data[12]==0x09 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[33]: log("2.1 SRHL[1234] => 091A : PASS " , color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[35]: log('3.1 Testing SLDE[1234] => 2468 ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[37]: efw.idpu_load("00007004","0E 00 00 00 00 34 12 00 00" ) #FN=SRHL ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[38]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[39]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[40]: wait(APID_266, lambda: APID_266.Data[9]==0x68 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[40]: wait(APID_266, lambda: APID_266.Data[9]==0x68 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[40]: wait(APID_266, lambda: APID_266.Data[9]==0x68 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[40]: wait(APID_266, lambda: APID_266.Data[9]==0x68 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[40]: wait(APID_266, lambda: APID_266.Data[9]==0x68 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[40]: wait(APID_266, lambda: APID_266.Data[9]==0x68 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[41]: wait(APID_266, lambda: APID_266.Data[10]==0x24 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[41]: wait(APID_266, lambda: APID_266.Data[10]==0x24 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[42]: log("3.1 SLDE[1234] => 2468 : PASS " , color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[44]: log('4.1 Testing LHLX[DE==7000] => C3AA ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[46]: efw.idpu_load("00007004","0F 00 00 00 00 00 70 00 00" ) #FN=LHLX ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[47]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[48]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[49]: wait(APID_266, lambda: APID_266.Data[11]==0xAA , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[49]: wait(APID_266, lambda: APID_266.Data[11]==0xAA , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[49]: wait(APID_266, lambda: APID_266.Data[11]==0xAA , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[49]: wait(APID_266, lambda: APID_266.Data[11]==0xAA , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[49]: wait(APID_266, lambda: APID_266.Data[11]==0xAA , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[49]: wait(APID_266, lambda: APID_266.Data[11]==0xAA , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[50]: wait(APID_266, lambda: APID_266.Data[12]==0xC3 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[50]: wait(APID_266, lambda: APID_266.Data[12]==0xC3 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[51]: log("4.1 LHLX[DE==7000] => C3AA : PASS " , color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[53]: log('5.1 Testing SHLX[DE==7010] with HL=1234 ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[55]: efw.idpu_load("00007004","10 00 00 00 00 10 70 34 12" ) #FN=SHLX ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[56]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[57]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[58]: wait(APID_266, lambda: APID_266.Data[0x10]==0x34 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[58]: wait(APID_266, lambda: APID_266.Data[0x10]==0x34 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[58]: wait(APID_266, lambda: APID_266.Data[0x10]==0x34 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[58]: wait(APID_266, lambda: APID_266.Data[0x10]==0x34 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[58]: wait(APID_266, lambda: APID_266.Data[0x10]==0x34 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[58]: wait(APID_266, lambda: APID_266.Data[0x10]==0x34 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[59]: wait(APID_266, lambda: APID_266.Data[0x11]==0x12 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[59]: wait(APID_266, lambda: APID_266.Data[0x11]==0x12 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[60]: log("5.1 SHLX[DE==7010] : PASS " , color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[62]: log('6.1 Testing Subtract HL=HL-BC ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[64]: efw.idpu_load("00007004","11 00 00 23 01 00 00 34 12" ) #FN=dsb ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[65]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[66]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[67]: wait(APID_266, lambda: APID_266.Data[11]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[67]: wait(APID_266, lambda: APID_266.Data[11]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[67]: wait(APID_266, lambda: APID_266.Data[11]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[67]: wait(APID_266, lambda: APID_266.Data[11]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[67]: wait(APID_266, lambda: APID_266.Data[11]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[67]: wait(APID_266, lambda: APID_266.Data[11]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[68]: wait(APID_266, lambda: APID_266.Data[12]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[68]: wait(APID_266, lambda: APID_266.Data[12]==0x11 , flTimeout=12) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[69]: log("6.1 Subtract HL=HL-BC : PASS " , color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[70]: log('================END=====================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_UTIL_12.py[71]: return(0)