- Solar-Powered
- DC/AC 12A ranges.
- Check function enables monitoring of secondary battery capacity and charge level
- In-circuit continuity checking with a beeper and low-power ohms range(0.43V)
- Data hold simplifies recording of measured values
- Automatic power-off function shuts power off 15 minutes after
- Range hold enables switching from auto ranging to manual range selection
<% set rs=server.createobject("adodb.recordset")
sql="select * from type1 order by t1_id1 asc"
rs.open sql,conn,1,1
do while not rs.eof
t1_id = rs("t1_id")
t1_name = rs("t1_name")
if t1_name == 分析仪器 or 无损检测仪器 or 气体检测仪 or 电子工具 then
t1_name = 1
else if t1_name == 安规测试仪 or 电子电工
t1_name = 2
else
t1_name = 3
end if
%>