Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7 29
Chapter 2 Program Instructions
BEEP
Field of Application
Statement ordering the printer to emit a beep.
Syntax BEEP
Remarks
This statement makes the printer’s built-in buzzer sound at ≈800 Hz for
1/4 of a second. If a different frequency and/or duration is desired, use
a SOUND statement instead.
Example
In this example, a beep is emitted when an error occurs:
10 ON ERROR GOTO 1000
.....
.....
.....
1000 BEEP
1010 RESUME NEXT