GPIB Operation ML24xxA Native Commands
ML2437A/38A OM/PM PN: 10585-00001 Rev. P 8-75
STERR (Returns results of POST or *TST?)
SYSLD (Load saved setup store over the GPIB)
Syntax: STERR
Remarks: Returns (<sp> = space):
'FLASH<sp>0xnnnn,CALDAT<sp>0xnnnn,PERSON<sp>0xnnnn,RAM
<sp>
0xnnnn,NONVOL<sp>0xnnnn,LCD<sp>0xnnnn,KBD<sp>0xnnnn,DSP
<sp>
0xnnnn/n'
FLASH checksum test: 0x0000 = Passed, 0xffff = Failed
CALDAT checksum test: 0x0000 = Passed, 0xffff = Failed
PERSONality data: 0x0000 = Passed, 0xffff = Failed
RAM read/write test: 0x0000 = Passed, 0xffff = Failed
NONVOL RAM test: 0x0000 = Passed, 0x0001 = Software version fail,
0x0002 = Current store fail, 0x0004 = Saved store fail, 0x0008 = secure
mode fail, 0xffff = read failure
LCD memory test: 0x0000 = Passed, 0xffff = Failed
KBD stuck key test: 0x0000 = Passed, 0xffff = Failed
DSP test: 0x0000 = Passed, else FATAL error
Related
commands:
START, CONT
Syntax: SYSLD <store number>, <data length>, <binary data>
store number:
1 to 10
data length:
number of bytes of binary data
binary data:
Saved data previously read from the meter using the SYSRD command
Remarks: Sets the passed store number to the setup contained in the binary data
that was extracted using the SYSRD command.
Related
commands:
SYSRD