-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTausand AB1000 Readme.html
More file actions
127 lines (125 loc) · 5.39 KB
/
Tausand AB1000 Readme.html
File metadata and controls
127 lines (125 loc) · 5.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<!-- Find and Replace all instances of 'Driver Identifer' with the Driver Identifier of your instrument driver. Remove this note once this is complete. -->
<!-- Replace all the instructions that appear within the <font color="red"> tags with information about your instrument driver. Make sure to delete the <font color="red"> tags as you fill in each line. Remove this note once this is complete.-->
<title>Tausand AB1000 for LabView Instrument Driver Readme</title>
<style type="text/css">
dt {
float: left;
margin-right: 5px;
width: 200px;
}
th {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: medium;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333;
border-right-color: #333;
border-bottom-color: #F90;
border-left-color: #333;
}
table {
border-collapse: collapse;
}
table, td {
border: 1px solid #333;
}
</style>
</head>
<body>
<h1>Tausand Abacus AB1000 Instrument Driver Readme</h1>
<!--<p>To rate this instrument driver, go to the driver download page on the <a href="http://www.ni.com/idnet">Instrument Driver Network</a>.</p>-->
<h2>1. Overview</h2>
<dl>
<dt>Instrument Driver Technology:</dt>
<dd>LabVIEW Plug and Play (project-style)</dd>
<dt>Manufacturer:</dt><dd>Tausand</dd>
<dt>Supported Language(s):</dt><dd>LabVIEW</dd>
<dt>Supported Model(s):</dt>
<dd>AB1002, AB1004, AB1502, AB1504, AB2002, AB2502, AB2004, AB2504</dd>
<dt>Model(s) Tested:</dt>
<dd>AB1002, AB1004, AB1502, AB1504, AB2502, AB2504</dd>
<dt>Interface(s):</dt><dd>USB</dd>
<!--<dt>Firmware Revision(s) Tested:</dt><dd><font color="Red">The firmware revisions tested with this driver. Example: 8-5-12, A.01, etc.</font></dd>-->
</dl>
<!--<dl>
<dt>Certified:</dt><dd><font color="Red">Yes/No</font></dd>
<dt>NI Supported:</dt><dd><font color="Red">Yes/No</font></dd>
<dt>Source Code Available:</dt><dd><font color="Red">Yes/No</font></dd>
</dl>-->
<dl>
<dt>Driver Revision:</dt>
<dd>1.5</dd>
<dt>Original Release Date:</dt>
<dd>05/16/2019 (mm/dd/yyyy)</dd>
<dt>Current Revision Date:</dt>
<dd>10/23/2023</dd>
</dl>
<h2>2. Required Software</h2>
<p>Some software components need to be installed before using this
instrument driver. The minimum versions of these components are listed
below, and can be downloaded from the Download Site.</p>
<p>NI-VISA 15.0.1 or later<br>
LabVIEW 2015 or later</p>
<h2>3. Known Issues</h2>
<p>To report issues or provide feedback about this instrument driver,
please send an email to <a href="mailto:support@tausand.com">support@tausand.com</a>.</p>
<!--<p><font color="Red">Include instrument functionality not supported by the driver or known issues as necessary.</font></p>-->
<h2>4. Revision History</h2>
<p>The latest version of this and other Tausand instrument drivers can be downloaded at <a href="http://www.tausand.com/downloads/">Tausand downloads website</a>.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="5px">
<tr>
<th>Date (mm/dd/yyyy)</th>
<th>Version</th>
<th>Description of Revision</th>
</tr>
<tr>
<td align="center">05/16/2019</td>
<td align="center">1.0</td>
<td>Original release.<br>
Created by: David Guzmán, <a href="mailto:dguzman@tausand.com">dguzman@tausand.com</a>, Bogota, Colombia.</td>
</tr>
<tr>
<td align="center">07/10/2019</td>
<td align="center">1.1</td>
<td>Update on <em>Wait for Acquisition Complete</em> VI. Now it returns a warning instead of an error when max timeout is reached.<br>
Updated by: David Guzmán, <a href="mailto:dguzman@tausand.com">dguzman@tausand.com</a>, Bogota, Colombia.</td>
</tr>
<tr>
<td align="center">06/02/2020</td>
<td align="center">1.2</td>
<td>New supported models: AB1502, AB1504 (2ns resolution), AB1902 and AB1904 (1ns resolution).<br>
Updated by: David Guzmán, <a href="mailto:dguzman@tausand.com">dguzman@tausand.com</a>, Bogota, Colombia.</td>
</tr>
<tr>
<td align="center">08/15/2022</td>
<td align="center">1.3</td>
<td>New supported models: AB2004 (5ns resolution) and AB2504 (2ns resolution).<br>
New low-level read data functions, to read a limited set of registers in less time.<br>
Self recovery method on <em>Read Mesurements</em> VI. Now it reconnects device (close/open) when communication fails.<br>
Updated by: David Guzmán, <a href="mailto:dguzman@tausand.com">dguzman@tausand.com</a>, Bogota, Colombia.</td>
</tr>
<tr>
<td align="center">01/18/2023</td>
<td align="center">1.4</td>
<td>New supported models: AB2002 (5ns resolution) and AB2502 (2ns resolution).<br>
New <em>Get Resolution</em> and <em>Get Channels</em> VIs.<br>
Updated by: David Guzmán, <a href="mailto:dguzman@tausand.com">dguzman@tausand.com</a>, Bogota, Colombia.</td>
</tr>
<tr>
<td align="center">10/23/2023</td>
<td align="center">1.5</td>
<td>New <em>Time-correlated single photon counting (TCSPC)</em> examples.<br>
Updated by: David Guzmán, <a href="mailto:dguzman@tausand.com">dguzman@tausand.com</a>, Bogota, Colombia.</td>
</tr>
</table>
<!--<p>REV 1.0, 14/05/2019<br>
Modified by: David Guzmán, Bogota, Colombia.<br>
Original release.</p>-->
</body></html>