- AC Adapter
- 3 - 3/4 digits 4000 count
- Measuring data can be transferred to PC through
- RS232 cable with PC Link
- AC adapter is available for long time measurement (Option)
<% 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
%>