![Thunder Scientific 5A-1MP Owner'S Operation And Maintenance Manual Download Page 76](http://html1.mh-extra.com/html/thunder-scientific/5a-1mp/5a-1mp_owners-operation-and-maintenance-manual_1113432076.webp)
7-
49
RESE
t
RESE=C
OLD
initiates a cold restart of the 5A-1MP, just as if power had been
cycled off and on. All parameters are restored to their power-up
default conditions, and communications buffers are cleared.
IBM BASICA Example (assuming com1 is initialized to #1 and 5A-1MP
ECHO
is
OFF
):
.
.
.
1000 PRINT #1, "RESET=COLD"
'Restore default parameters (including
ECHO=ON).
1010 PRINT #1, "ECHO=OFF"
'Turn echo back off.
1020 A$=INPUT$ (LOC (1), #1)
'Clear computer's buffer.
.
.
.
TERMINAL Example (assuming
ECHO
is
ON
):
RESET=C
Restore all defaults to power-up values. Clear
buffers.
________________________________________________________________________
IEEE 488 Example (HP Rocky Mountain BASIC syntax):
.
.
.
800
OUTPUT 705; "RESE=C"
!Execute cold reset.
.
.
.