UPLoad
Query
:MMEMory:UPLoad? <name>[,<msus>]
The UPLoad query uploads a file. The
<name>
parameter specifies the file to
be uploaded from the disk. The contents of the file are sent out of the
instrument in block data form.
This command should only be used for HP 16550A configuration files.
<name>
A string of up to 10 alphanumeric characters for LIF in the following form:
NNNNNNNNNN
or
A string of up to 64 alphanumeric characters for DOS in one of the following
forms:
NNNNNNNN.NNN
when the file resides in the current directory or
\NAME_DIR\FILENAME
when it does not reside in the current directory
<msus>
Mass Storage Unit specifier.
INTernal0
for the hard disk drive and
INTernal1
for the flexible disk drive.
Returned Format
[:MMEMory:UPLoad] <block_data><NL>
Example
10 DIM Block$[32000]
!allocate enough memory for block data
20 DIM Specifier$[2]
30 OUTPUT XXX;":EOI ON"
40 OUTPUT XXX;":SYSTEM:HEADER OFF"
50 OUTPUT XXX;":MMEMORY:UPLOAD? ’FILE1’" !send upload query
60 ENTER XXX USING "#,2A";Specifier$ !read in #8
70 ENTER XXX USING "#,8D";Length !read in block length
80 ENTER XXX USING "-K";Block$ !read in file
90 END
MMEMory Subsystem
UPLoad
12–24
Содержание 16501A LOGIC
Страница 2: ...ii ...
Страница 12: ...Contents 8 ...
Страница 14: ......
Страница 15: ...1 Introduction to Programming ...
Страница 38: ...1 24 ...
Страница 39: ...2 Programming Over HP IB ...
Страница 45: ...3 Programming Over RS 232 C ...
Страница 55: ...4 Programming Over LAN ...
Страница 68: ...4 14 ...
Страница 69: ...5 Programming and Documentation Conventions ...
Страница 75: ...Figure 5 1 HP 16500C Command Tree Programming and Documentation Conventions The Command Tree 5 7 ...
Страница 81: ...6 Message Communication and System Functions ...
Страница 86: ...Figure 6 1 Example syntax diagram Message Communication and System Functions Syntax Diagrams 6 6 ...
Страница 88: ...Figure 6 2 program message Parse Tree Message Communication and System Functions Syntax Overview 6 8 ...
Страница 91: ...7 Status Reporting ...
Страница 93: ...Figure 7 1 Status Byte Structures and Concepts Status Reporting 7 3 ...
Страница 97: ...Figure 7 2 Service Request Enabling Status Reporting Key Features 7 7 ...
Страница 100: ...Figure 7 3 Parallel Poll Data Structure Status Reporting Parallel Poll 7 10 ...
Страница 105: ...8 Error Messages ...
Страница 106: ...Introduction This chapter lists the error messages that relate to the HP 16500C Logic Analysis System 8 2 ...
Страница 110: ...8 6 ...
Страница 112: ......
Страница 113: ...9 Common Commands ...
Страница 116: ...Figure 9 1 Common Commands Syntax Diagram Common Commands 9 4 ...
Страница 122: ...Figure 9 2 IST Data Structure Common Commands IST Individual Status 9 10 ...
Страница 132: ...9 20 ...
Страница 133: ...10 Mainframe Commands ...
Страница 135: ...Figure 10 1 Mainframe Commands Syntax Diagram Mainframe Commands 10 3 ...
Страница 136: ...Figure 10 1 continued Mainframe Commands Syntax Diagram continued Mainframe Commands 10 4 ...
Страница 154: ...Figure 10 2 Select Command Tree Only available when an HP 16501A is connected Mainframe Commands SELect 10 22 ...
Страница 159: ...11 SYSTem Subsystem ...
Страница 161: ...Figure 11 1 System Subsystem Commands Syntax Diagram SYSTem Subsystem 11 3 ...
Страница 172: ...11 14 ...
Страница 173: ...12 MMEMory Subsystem ...
Страница 175: ...Figure 12 1 MMEMory Subsystem Commands Syntax Diagram MMEMory Subsystem 12 3 ...
Страница 176: ...Figure 12 1 Continued MMEMory Subsystem Commands Syntax Diagram Continued MMEMory Subsystem 12 4 ...
Страница 177: ...Figure 12 1 Continued MMEMory Subsystem Commands Syntax Diagram Continued MMEMory Subsystem 12 5 ...
Страница 198: ...12 26 ...
Страница 199: ...13 INTermodule Subsystem ...
Страница 201: ...Figure 13 1 Intermodule Subsystem Commands Syntax Diagram INTermodule Subsystem 13 3 ...
Страница 202: ...Figure 13 1 continued Intermodule Subsystem Commands Syntax Diagram continued INTermodule Subsystem 13 4 ...
Страница 216: ...13 18 ...
Страница 217: ...14 TGTctrl Subsystem ...
Страница 219: ...Figure 14 1 Targetcontrol Subsystem Commands Syntax Diagram TGTctrl Subsystem 14 3 ...
Страница 220: ...Figure 14 1 continued Targetcontrol Subsystem Commands Syntax Diagram TGTctrl Subsystem 14 4 ...
Страница 233: ...Part 3 15 Programming Examples 15 1 Programming Examples ...
Страница 234: ......
Страница 235: ...15 Programming Examples ...