A SERVICE OF

logo

<section data> The section data format varies for each section and may be any length.
Note that the total length of a section is 16 (for the section header) plus the
length of the section data. Thus, when calculating the length of a block of
configuration data, don’t forget to add the length of the headers.
Example 10 DIM Block$[32000] !allocate enough memory for block data
20 DIM Specifier$[2]
30 OUTPUT XXX;"EOI ON"
40 OUTPUT XXX;"SYSTEM:HEAD OFF"
50 OUTPUT XXX;"SELECT 1" !select module
60 OUTPUT XXX;"SYSTEM:DATA? !send the data query
70 ENTER XXX USING"#,2A";Specifier$ !read in #8
80 ENTER XXX USING"#,8D",Blocklength !read in block length
90 ENTER XXX USING"-K",Block$ !read in data
DATA and SETup Commands
42–3