Effects Of Errors On Scripts; Error Queue Remote Commands; Usb Troubleshooting; Check Driver For The Usb Test And Measurement Device - Keithley 708B Reference Manual

Switching matrix
Hide thumbs Also See for 708B:
Table of Contents

Advertisement

Section 8: Troubleshooting guide

Effects of errors on scripts

Most errors will not abort a running script. The only time a script is aborted is when a Lua runtime
error (error number –286) is detected.
Runtime errors are caused by actions such as trying to index into a variable that is not a table.
Syntax errors (error number -285) in a script or command will not abort the script, but will prevent the
script or command from being executed.

Error queue remote commands

When errors occur, the error messages are placed in the error queue. Use error queue commands to
request error message information. For example, the following commands request the next complete
error information from the error queue and return the code, message, severity, and node for that
error:
errorCode, message, severity, errorNode = errorqueue.next()
print(errorcode, message, severity, errorNode)
The following table lists the commands associated with the error queue.
ICL commands associated with the error queue
Command
errorqueue.clear()
errorqueue.count
errorqueue.next()

USB troubleshooting

This section provides information checks you can perform if the USB communication with the
instrument is not working.

Check driver for the USB Test and Measurement Device

1. Open the Device Manager.
From the Start menu, you can enter Devmgmt.msc in the Run box or the Windows 7 search box to
start Device Manager.
2. Under USB Test and Measurement Devices, look for USB Test and Measurement Device.
If the device is not there, either VISA is not installed or the instrument is not plugged in and
switched on.
8-2
(on page 7-85)
(on page 7-86)
(on page 7-86)
Quick Tip
Models 707B and 708B Switching Matrix Reference Manual
Description
Clear error queue of all errors
Number of messages in the error queue
Request next error message from
queue
707B-901-01 Rev. A / August 2010

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents