当前页面:技术资料
ASCII Log Control (Level T '[') Description: This command performs various functions associated with the ASCII Log. 这个命令执行多种与ASCII日志有关的功能。 THe ASCII Log is used to capture ASCII data transfered to the host over the Serial Port Interface. 这个ASCII日志是用来获取通过串中发送到硬盘的ASCII数据 Quick Help: "AsciiLogControl, [[LogFunction],[Log]"; Input Parameters: 输入参数: 0 - Select ASCII Log Function. 0 - 选择日志函数 This parameter selects the following ASCII log functions. 这个参数选择下面的日志函数。 0x09 - Append data to end of ASCII Log. 在日志尾部添加数据 If Parameter 0 is equal to 9, ASCII data entered from the serial port will be appended to the end of the ASCII log. Entering a carriage return terminates the ASCII data to be appended. 如果参数0 = 9 那么通过串口传送的数据将被添加到日志后面。 0x0A - Enable ASCII Logging. 如果参数0 =A 启用ASCII日志 If Parameter 0 is equal to 0xA, ASCII Logging will be enabled. When enabled, ASCII Logging will capture all data transfered to the host over the serial port interface to the ASCII Log. 如果参数0 =B 禁用ASCII日志 0x0B - Disable ASCII Logging. If Parameter 0 is equal to 0xB, ASCII Logging will be disabled. 如果参数0 =C 保存ASCII日志 0x0C - Save ASCII Log. If Parameter 0 is equal to 0xC, the ASCII Log will be copied to the log specified by Parameter 1. 如果参数0 =D 显示ASCII日志 0x0D - Display ASCII Log. If Parameter 0 is equal to 0xD, the ASCII Log will be displayed. Type: Unsigned 8-bit value Range: 0 to 0xFF Default: None 1 - Log Number. If Parameter 0 is equal to 0xC, this parameter specifies the number of the log to which the ASCII Log is to be copied. If Parameter 0 is not equal to 0xC, this parameter will not be used. Type: Unsigned 16-bit value Range: 0 to 0xFFFF Default: None Output Data: If an error occurred, the following information will be displayed. 如果出错,会出现如下的错误提示: "DiagError aaaaaaaa " where aaaaaaaa is the Diagnostic Error Code If no error occurred and the contents of an ASCII Log are being displayed, "Log c Entries d" (Followed by the ASCII data contained in log) where c is the log number d is the number of valid ASCII characters contained in the log Revision History: 0001.0000 Initial revision. 0011.0000 Combined the PSG Diagnostic Error Codes (PSGDEC) and the Diagnostic External Test Service Error Codes (DETSEC) into a single set of Diagnostic Error Codes (DiagError).