Sharp OZ-707 Operation Manual - Page 60

Break On/off

Page 60 highlights

BEEP P D FORMAT: BEEP number [ ,[tone][,duration] ] Abbreviation: B. See Also: PURPOSE: Generates beeps of the specified tone and duration through the Organizer's internal speaker. REMARKS: Number specifies the number of times the beep will sound. Specify a positive value or expression up to 65535. Tone specifies the frequency of the beep in the range of 255 to 1. As the value of the tone parameter is increased, the frequency is reduced. Duration specifies the duration of the beep in the range of 1 to 1048575. The beep duration setting varies with the tone parameter. A given duration value will give a relatively longer beep at lower frequencies. If the duration is omitted, a default value of 19200 is set. If the tone is omitted, a default value of 12 is set. If the duration and tone are omitted, the frequency of the beep is set to approximately 4 KHz. 00 Press the key to stop a beep. EXAMPLE: 10: FOR I = 1 TO 3 20: FOR J = 5 TO 25 STEP 5 30: BEEP I,J,150 40: NEXT J 50: NEXT I 60: END [10] The outer loop changes the number of beeps from 1 to 3. [201 The inner loop changes the tone. [30] The BEEP statement is executed 15 times. 108 , I BREAK ON/OFF P D FORMA T: 1. BREAK ON 2. BREAK OFF Abbreviation: See Also: PURPOSE: 0 0 Enables/disables program execution break using the key. REMARKS: 0 0 Format 1 selects the Break On mode, in which pressing the key breaks program execution. Format 2 selects the Break Off mode, in which the 0 0 key is unable to break program execution. The Break On mode is set after power on, execution of the RUN, ARUN, END, or STOP command, or an error. 109

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128

BEEP
FORMAT:
BEEP number [ ,[tone][,duration] ]
Abbreviation:
B.
See Also:
PURPOSE:
Generates beeps of the specified tone and duration through the
Organizer's internal speaker.
REMARKS:
Number specifies the number of times the beep will sound. Specify a
positive value or expression up to 65535.
P
D
Tone specifies the frequency of the beep
in
the range of 255 to
1.
As
the value of the tone parameter is increased, the frequency is reduced.
Duration specifies the duration of the beep in the range
of
1 to
1048575. The beep duration setting varies with the tone parameter. A
given duration value will give a relatively longer beep at lower
frequencies.
If the duration is omitted, a default value of 19200 is set.
If
the tone is omitted, a default value of 12 is set.
If the duration and tone are omitted, the frequency of the beep
is
set to
approximately 4 KHz.
Press the
00
key to stop a beep.
EXAMPLE:
10: FOR I
=
1
TO
3
20: FOR J
=
5 TO 25 STEP 5
30
: BEEP I,J,150
40
:
NEXT
J
50: NEXT I
60:
END
[10] The outer loop changes the number of beeps from 1
to
3.
[201
The inner loop changes the tone.
[30] The BEEP statement
is
executed 15 times.
108
,
I
BREAK ON/OFF
FORMA
T:
1.
BREAK ON
2. BREAK OFF
Abbreviation:
See
Also:
PURPOSE:
Enables/disables program execution break using the
00
key.
REMARKS:
Format 1 selects the Break On mode,
in
which pressing the
00
key
breaks program execution.
Format 2 selects the Break Off mode,
in
which the
00
key is unable
to break program execution.
T
he
Break On mode is set after power on, execution of the RUN,
ARUN, END, or STOP command, or
an
error.
109
P
D