C200HBAT09 Omron, C200HBAT09 Datasheet - Page 37

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
Program Configuration
Expressions
Arithmetic Operators
Relational Operators
Character Operator
Logical Operators
Expressions refer to constants, variables, and functions that have been com-
bined by operators. Numeric values, variables, or characters alone can also
form expressions. There are four types of expressions:
• Arithmetic
• Relational
• Logical
• Character
Of these, the first three produce numeric values as a result and are thus
called “numeric expressions”. The last type is called a “character expres-
sion.”
An arithmetic expression is made up of constants, variables, and functions
combined using arithmetic operators. A list of valid arithmetic operators is
shown in the following table.
Remarks:
If A or B is a real number in an expression using the \ or MOD operator, the
decimal part is first rounded up to convert the real number into an integer,
and then the operation is performed.
Relational operators compare two values. The output is “-1” (&HFFFF) if the
two values are equal and “0” if they are not.
A character expression is made up of character constants and variables that
are linked with the character operator “+”. Instead of adding characters to-
gether, the “+” operator links the characters together to form one character
value.
Input:
Output:
Logical Operators perform tests on multiple relations, bit manipulation, or
Boolean operations. The logical operator returns a bitwise result which is ei-
ther “true” (not 0) or “false” (0). In an expression, logical operations are per-
Arithmetic Operator
+
*
/
\
MOD
^
=
<>, ><
<
>
Relational Operator
Example: A = 12.3:
A$=“CF”
“CF-BASIC” is displayed.
A + B
A – B, –A
A * B
A / B
A \ B
A MOD B
A ^ B
A = B
A <> B
A < B
A > B
A
A
B$=“BASIC”
B
B
Example
Example
“12” is assigned to A.
PRINT A$+“-”+B$
Addition
Subtraction or negation
Multiplication
Real number division
Integer division
Remainder after integer division
Exponentiation
Equal
Not equal
Less than
Greater than
Less than or equal to
Greater than or equal to
Operation
Operation
Section 4-1
23

Related parts for C200HBAT09