Upload - HP 16500C Programmer's Manual

Logic analysis system
Hide thumbs Also See for 16500C:
Table of Contents

Advertisement

MMEMory Subsystem

UPLoad

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.
A string of up to 10 alphanumeric characters for LIF in the following form:
<name>
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
Mass Storage Unit specifier. INTernal0 for the hard disk drive and
<msus>
INTernal1 for the flexible disk drive.
Returned Format
[:MMEMory:UPLoad] <block_data><NL>
Example
10 DIM Block$[32000]
20 DIM Specifier$[2]
30 OUTPUT XXX;":EOI ON"
40 OUTPUT XXX;":SYSTEM:HEADER OFF"
50 OUTPUT XXX;":MMEMORY:UPLOAD? 'FILE1'"
60 ENTER XXX USING "#,2A";Specifier$
70 ENTER XXX USING "#,8D";Length
80 ENTER XXX USING "-K";Block$
90 END
12–24
!allocate enough memory for block data
!send upload query
!read in #8
!read in block length
!read in file

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

16501a

Table of Contents