Doc. # 1-115281453
Date Updated 05-22-2007 Date Created 07-05-2006
Document Type Knowledge Base Related OS
Related Product #1700051000/ PCI-1710HG/ PCI-1710U/ PCI-1710UL/ PCI-1711/ PCI-1711L/ PCI-1712/ PCI-1712L/ PCI-1713U/ PCI-1714/ PCI-1714UL/ PCI-1716/ PCI-1716L/ PCI-1718/ PCI-1718HDU/ PCI-1718HGU/ PCI-1720U/ PCI-1721/ PCI-1723/ PCI-1724U/ PCI-1730U/ PCI-1731/ PCI-1732-A/ PCI-1733/ PCI-1734/ PCI-1735U/ PCI-1736UP/ PCI-1737U/ PCI-1739U/ PCI-1741U/ PCI-1742U/ PCI-1747U/ PCI-1750/ PCI-1751/ PCI-1751U/ PCI-1752/ PCI-1752U/ PCI-1752USO/ PCI-1753/ PCI-1753/1753E/ PCI-1753E/ PCI-1754/ PCI-1755/ PCI-1756/ PCI-1757UP/ PCI-1758UDI/ PCI-1758UDIO/ PCI-1758UDO/ PCI-1760/ PCI-1760U/ PCI-1761/ PCI-1762/ PCI-1763UP/ PCI-1780U/ PCI-1784U/ PCL-711B/ PCL-720+/ PCL-722/ PCL-724/ PCL-725/ PCL-726/ PCL-727/ PCL-728/ PCL-730/ PCL-731/ PCL-733/ PCL-734/ PCL-735/ PCL-812PG/ PCL-813B/ PCL-818 Series/ PCL-818HD/ PCL-818HG/ PCL-818L/ PCL-836/ PCM-3712/ PCM-3718H/ PCM-3718HG/ PCM-3718HO/ PCM-3724/ PCM-3725/ PCM-3730/ PCM-3780-A/ USB-4711/ USB-4716-AE/ USB-4718/ USB-4751-AE/ USB-4761/ pci-1711_nouse
How to get the error message from the error code given?
Solution:
There are two approaches you can use to get the corresponding error message. 1. We are highly recommend you to use “DRV_GetErrorMessage” to get the error message by entering the error code you got. 2. The error code you see can not match to the error code table (provided in the on-line manual) directly. It is actually a combination and the rule is as below : “(device number+1)<<12+ essential error code(shown in the table of on-line manual)” For example: if device number = 0 and error code = 7 (means illegal channel) => (0+1)<<12+7=1007 (Hex) = 4103 (Dec) So, if you got the error code please transfer it in the Hex first and the last 3 number stand for the essential error code. You can check this code on the on-line manual for the corresponding error message.