Owner manual
5.7 Program instructions
746 VA Trace Analyzer / 747 VA Stand
5-272
REM Page: O, S Stand: M, A Abbreviation: RE
Instructions t/s Main parameters Auxiliary parameters
––––––––––––– ––––– ––––––––––––––––––––––––– –––––––––––––––––––––––––
## .. REM ..... ....................................................
Function Remarks or comments line.
Parameter Range; Default value / Meaning
Remark 52 characters; -
Remark
All numbers, letters and characters available on the keypad can be
entered, in addition the entry of all ASCII characters with decimal code
032…255 is possible (see section 5.2.3). The entry of the special
characters with decimal code 000…031 is not allowed as they are used
as control characters for the printer
Description The REM instruction is used for the entry of remarks and comments in
programs.
Comments • If a remark should be put out on the screen as a message during the
program run, the HOLD instruction must be used for this.
• If a remark should be printed out on the printer during the program
run, the PRINT instruction must be used for this.
• If a remark should be printed out on an external printer attached to
one of the two RS232 interfaces, the SEND>RS1 or SEND>RS2 instruc-
tion must be used.
see also HOLD, PRINT, SEND>RS1, SEND>RS2