You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Find and Replace all instances of 'Driver Identifer' with the Driver Identifier of your instrument driver. Remove this note once this is complete. -->
5
-
6
-
<!-- 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.-->
xmlDoc=parser.parseFromString(args[0].join(''),mimeType.mime);// For XML documents we need to merge all items in order to not break the header when injecting
// https://developer.chrome.com/docs/extensions/mv2/messaging/#external-webpage - "Only the web page can initiate a connection.", as such we need to query the background at a frequent interval
128
+
// No hit in performance or memory usage according to our tests
<metacontent="text/html; charset=windows-1252" http-equiv="content-type" /><!-- 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.-->
<dt>Driver Revision:</dt><dd><fontcolor="Red">The driver revision indicated here should match the driver version in the driver library properties. Example: 1.0</font></dd>
<p>Some software components need to be installed before using this
37
-
instrument driver. The minimum versions of these components are listed
38
-
below, and can be downloaded from the Download Site.</p>
39
-
<p><fontcolor="Red">The support software required by the driver. Example: VISA 3.0 or later</font></p>
40
-
<p> For LabVIEW 8.2 and LabVIEW 2009
41
-
Refer to the <i>LabVIEW Help</i> for more information about software requirements. You access the <i>LabVIEW Help</i> by selecting <i>Help»Search the LabVIEW Help</i>.</p>
42
-
<p> For LabVIEW 2010 or later
43
-
Refer to the <i>LabVIEW Help</i> for more information about software requirements. You access the <i>LabVIEW Help</i> by selecting <i>Help»LabVIEW Help</i>.</p>
186
+
187
+
<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>
188
+
189
+
<p>LabVIEW 2022 or later, VISA 3.0 or later</p>
190
+
191
+
<p>For LabVIEW 8.2 and LabVIEW 2009 Refer to the <i>LabVIEW Help</i> for more information about software requirements. You access the <i>LabVIEW Help</i> by selecting <i>Help»Search the LabVIEW Help</i>.</p>
192
+
193
+
<p>For LabVIEW 2010 or later Refer to the <i>LabVIEW Help</i> for more information about software requirements. You access the <i>LabVIEW Help</i> by selecting <i>Help»LabVIEW Help</i>.</p>
194
+
44
195
<h2>3. Known Issues</h2>
45
-
<p>To report issues or provide feedback about this instrument driver,
46
-
please send an email to <ahref="mailto:instrument.drivers@ni.com">instrument.drivers@ni.com</a>.</p>
47
-
<p><fontcolor="Red">Include instrument functionality not supported by the driver or known issues as necessary.</font></p>
196
+
197
+
<p>To report issues or provide feedback about this instrument driver, please send an email to <ahref="https://github.com/LabVIEWCommunityTraining">https://github.com/LabVIEWCommunityTraining</a>.</p>
198
+
48
199
<h2>4. Revision History</h2>
49
-
<p>The latest version of this and other LabVIEW and LabWindows/CVI
50
-
instrument drivers can be downloaded at the <ahref="http://www.ni.com/idnet">Instrument Driver Network</a>.</p>
51
-
<p><fontcolor="Red">Provide detailed driver revision history including
52
-
driver revision number, date of revision, and description of revision
53
-
made to driver. Example:</font><br>
54
-
<fontcolor="Red">REV 1.0, 12/18/05</font><br>
55
-
<fontcolor="Red">Modified by: John Doe, Austin,TX.</font><br>
0 commit comments