⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asa.txt

📁 HDR2010烧录程序
💻 TXT
字号:
//Test Mode
//00: Normal Mode
//01: Aging Mode
//10: MTBF/Endless Mode
//E0: Test Error
//E1: Test Error, hangup next power on
//E2: SunPLT Error, hangup next power on
//FF: No define
//

//Start Action
//00 : Test from first action script
//01 : Test from last fail disc
//02 : Test from last fail action

// Action list
// 00: end of test
// 01: sledge full moving forward and backward
// 02: change disc and start up
// 03: random access
// 04: 1/3 stroke access
// 05: full stroke access
// 06: sequential read
// 07: Error Rate Test
// 08: set speed
// 09: tray move
// 0A: Send Atapi command

// Disc type list
// bit  9    8  | 7    6    5    4  | 3    2    1    0
//      -----------    ------    ------    -----------
//      standard       layer     wobble    media
//      0:unknown      0:unknown 0:unknown 0:unknown
//      1:CD           1:SL      1:plus    1:ROM
//      2:DVD          2:DL      2:minus   2:R
//                                         3:RW
//                                         4:RAM
//
// CD-ROM:     00 A1
// CD-R:       00 A2
// CD-RW:      00 A3
// DVD-ROM:    01 21
// DVD+R:      01 2A
// DVD+RW:     01 2B
// DVD-R:      01 32
// DVD-RW:     01 33
// DVD-RAM:    01 24
// DVD-ROM DL: 01 41
// DVD+R DL:   01 4A
// DVD-R DL:   01 52


// Sequential read
// StartLBA Special Address
// Test ID  L0 : FF FF FF 00
// Test MD  L0 : FF FF FF 01
// Test OD  L0 : FF FF FF 02
// Test ID  L1 : FF FF FF 10
// Test MD  L1 : FF FF FF 11
// Test OD  L1 : FF FF FF 12

// Tray test mode
// Tray Out     : 00
// Tray In      : 01
// Tray In/Out  : 02

// ---------------------- Header ---------------------------       

// Header
// Start Byte01h  Byte02h Byte03h Byte04h Byte05h Byte06h Byte07h Byte08h Byte09h Byte0Ah Byte0Bh Byte0Ch Byte0Dh Byte0Eh Byte0Fh
     01     E1       00      00      00      00      00      00      00      00      00      00      00      00      00      00
     
// ---------------------- Sled moving ---------------------------     

// Sledge full moving forward and backward
// Action Length  Mode  Number
     01     02     00     05

// Tray test
// Action Length  Mode  Number MAX TIME
     09     04     02     05    FF FF
     
// ---------------------- DVD-ROM ---------------------------     
// Change disc and start up               15 min
// Action Length DiscType Mask   LED Type Minutes/LOOP  Reserve
     02     08    00 A1   00 00  02   01      00           00 

// Set Speed     max speed
// Action Length SetSpeed 
     08     01      FF  
          
// Random access                            100   1000mS   500mS 
// Action Length StartLBA     EndLBA       Number MaxTime AvgTime
     03     0E   00 00 00 00  FF FF FF FF  00 64   FF FF   FF FF    

// 1/3 Stroke                               100   1000mS   500mS 
// Action Length StartLBA     EndLBA       Number MaxTime AvgTime 
     04     0E   00 00 00 00  FF FF FF FF  00 64   FF FF   FF FF  
     
// Full stroke access                        10   1000mS   500mS 
// Action Length StartLBA     EndLBA       Number MaxTime AvgTime 
     05     0E   00 00 00 00  FF FF FF FF  00 64   FF FF   FF FF  
     
// Sequential read                         
// Action Length StartLBA     Length        
     06     08   FF FF FF 00  00 00 50 00     
     
// Sequential read                         
// Action Length StartLBA     EndLBA       
     06     08   FF FF FF 01  00 00 50 00
     
// Sequential read                         
// Action Length StartLBA     EndLBA        
     06     08   FF FF FF 02  00 00 50 00   
     
// Sequential read                         
// Action Length StartLBA     Length        
     06     08   FF FF FF 10  00 00 50 00     
           
// Sequential read                         
// Action Length StartLBA     EndLBA       
     06     08   FF FF FF 11  00 00 50 00

// Sequential read                         
// Action Length StartLBA     EndLBA        
     06     08   FF FF FF 12  00 00 50 00     
     
// Tray Out
// Action Length  Mode  Number MAX TIME
     09     04     00     01    FF FF
     
// ---------------------- End of Test ---------------------------     

// End of test
// Action Length
     00     00


// Result 0xc00




// TestMode DiscType FailAction ErrorCode
//   00      00 00      00        00

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -