15
<number string>:
<NR1> 1~99
<DELI> separator“,.:-”
E.g.:Send_Command (
”MEMO:SAVE 1,5.16,21:34,75,94-97”); save the file of No.1, 5, 16, 75, 16 to
21 and 94 to 97.
:READ read file
Command: MEMOry:READ <number><LF>
<number>:
<NR1> 1~99
E.g.:Send_Command (
”MEMO:READ 5”); read the No.5 file, the description is as:
File head
Description
Format
Content
byte
Valid flag (dirty)
WORD
0 invalid/‘D’valid
2
Serial No. (No.)
WORD
1~99
2
(name)
STRING
‘0’~’9’/’A’~’Z’/’a’~’z’
16
(time)
TIME
‘0’~’9’&’-’&’:’
20
(addr)
DWORD
number
4
Total
44
File body
Description
Format
Content
(byte)
Current setting
MULTIPLE
ASCII
44
Frequency setting
MULTIPLE
ASCII
44
Step setting
MULTIPLE
ASCII
44
Delay setting
MULTIPLE
ASCII
44
Foot control setting
MULTIPLE
ASCII
44
Total
220
The details of each setting:
Single setting
Description
Format
Content
(byte)
Data
FLOAT
NUMBER
4
Name
STRING
’A’~’Z’/’a’~’z’
16
Character string
STRING
‘0’~’9’/’A’~’Z’/’a’~’z’
20
Chinese character addr.
MULTIPLE
ASCII
4
Total
44
:LOAD used to load the existed file
Command: MEMOry:LOAD <number><LF>
<number>:
<NR1> 1~99
E.g.:Send_Command(
”MEMO:LOAD 5”); load No.5 file.