Connecting The Usb Flash Drive; File System Navigation - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual

Connecting the USB flash drive

The Series 2600B supports flash drives that comply with USB 2.0 standards (as well as USB 1.0 and
1.1 standards). You can save data to the USB flash drive from the front panel, or you can create a
script to save data to the USB flash drive.
To connect the USB flash drive, plug the USB flash drive into the USB port located on the
instrument's front panel (see the figure below).

File system navigation

The Series 2600B can use commands from the Lua fs library to navigate and list files that are
available on a flash drive. These Lua commands are in the fs command group in the instrument.
The fs commands make the file system of any given node available to the entire TSP-Link
For example, you can use the command node[5].fs.readdir(".") to read the contents of the
current working directory on node 5.
The root folder of the USB flash drive has the absolute path:
"/usb1/"
You can use either the slash (/) or backslash (\) as a directory separator. However, the backslash is
also used as an escape character, so if you use it as a directory separator, you will generally need to
use a double backslash (\\) when you are creating scripts or sending commands to the instrument.
The instrument supports the following Lua fs commands:
fs.chdir()
fs.cwd()
(on page 7-95)
fs.is_dir()
fs.is_file()
fs.mkdir()
fs.readdir()
fs.rmdir()
2600BS-901-01 Rev. B / May 2013
(on page 7-95)
(on page 7-95)
(on page 7-96)
(on page 7-96)
(on page 7-97)
(on page 7-97)
Figure 41: USB port
Section 2: General operation
®
system.
2-81

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents