C200HBAT09 Omron, C200HBAT09 Datasheet - Page 39

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
4-2
4-2-1
BASIC Language
BASIC Format
OR (logical sum)
XOR (exclusive OR)
EQV (equivalent)
IMP (implication)
This section explains, in detail, the BASIC commands, statements, and func-
tions. They are presented in alphabetical order by section. Each description
is formatted as described in the following section.
Purpose:
Format:
The following rules apply to the format descriptions of all commands, instruc-
tions, and functions:
• Items in CAPITAL LETTERS must be input as shown.
• Items in lower case letters enclosed in angle brackets (< >) are to be
• Items in square brackets ([ ]) are optional.
• All punctuation marks except angle and square brackets (i.e., commas, hy-
• Arguments to functions are always enclosed in parentheses. In the formats
supplied by the user.
phens, semicolons, parentheses, and equal signs) must be included where
shown.
given for the functions in this chapter, the arguments have been abbre-
viated as follows:
A = 5 = 0000000000000101
B = 6 = 0000000000000110
A AND B = 0000000000000100 = 4
A = 4 = 0000000000000100
B = 3 = 0000000000000011
A OR B = 0000000000000111 = 7
A = -4 = 1111111111111100
B = 5 = 0000000000000101
A XOR B = 1111111111111001 = -7
A = -4 =1111111111111100
B = 5 = 0000000000000101
A EQV B = 0000000000000110 = 6
A = -4 = 1111111111111100
B = 5 = 0000000000000101
A IMP B = 0000000000000111 = 7
Explains the purpose or use of the instruction
Shows the correct format for the instruction
x and y :
I and J :
represent numeric expressions
represent integer expressions
Section 4-2
25

Related parts for C200HBAT09