C200HBAT09 Omron, C200HBAT09 Datasheet - Page 64

no-image

C200HBAT09

Manufacturer Part Number
C200HBAT09
Description
C200H REPLACEMENT BATTERY
Manufacturer
Omron
Datasheet

Specifications of C200HBAT09

Rohs Compliant
NO
Leaded Process Compatible
No
Peak Reflow Compatible (260 C)
No
BASIC Language
50
RESTORE Statement
RESUME Statement
STOP Statement
WAIT Statement
Format:
Example:
Remarks:
The REM statement is used to provide titles to programs and to insert helpful
comments to be used during program debugging or modification.
Remarks may be added to the end of a line by preceding the remark with a
single quotation mark instead of: REM.
Do not use a REM statement in a DATA statement as it will be taken as legal
data.
Purpose:
Format:
Example:
Remarks:
This statement causes the next READ statement to read the first element in
the first DATA statement that exists in the program. If <line> is specified, the
next READ statement accesses the first item in the specified DATA state-
ment.
Purpose:
Formats:
Example:
Remarks:
Purpose:
Format:
Remarks:
Execution of this statement causes the message “BREAK IN xxxx” to be dis-
played and the ASCII Unit to return to the command level.
The ports will not be closed.
Program execution can be resumed with the CONT command.
Purpose:
Format:
REM <remark>
<remark> text does not need to be enclosed in quotes.
To allow DATA statements to be reread from a specified line
RESTORE [<line>]
<line> should be the line number of a valid DATA statement.
RESTORE 1000
To resume program execution after an error handling procedure
has been performed
RESUME [0]: execution resumes at the statement which caused
the error.
RESUME NEXT: execution resumes at the statement immediate-
ly following the one which caused the error.
RESUME <line>: execution resumes at <line>.
RESUME 100
Any one of the above formats may be used.
To terminate program execution and return to the BASIC com-
mand level
STOP
Sets a time limit for the execution of a specific statement
WAIT “<wait time>”[,<line number>]
REM SAMPLE PROGRAM
Section 4-2

Related parts for C200HBAT09