C200HBAT09 Omron, C200HBAT09 Datasheet - Page 58

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
44
Execution
10001
10308
If zero is specified as the branch line number, it is assumed that the KEY
OFF statement has been executed.
If the interrupt number is omitted, the same branch destination is assumed
for all interrupt numbers, 1 through 15.
The ON PC GOSUB statement is enabled with the PC ON statement and
disabled with the PC OFF statement.
Program Example:
Program Remarks:
When interrupt 1 is invoked, program execution branches to statement 100,
reads two words of data from the PC, and displays them on the CRT.
When interrupt 2 is invoked, program execution branches to statement 200
and writes data entered through the keyboard to the PC.
Programming Interrupts:
Interrupting from the PC is prohibited while the ASCII busy flag is ON, and so
in this case the ON PC GOSUB statement will not be executed. For this rea-
son, interrupting will not be possible during the execution of PC READ and
other statements that turn ON the ASCII busy flag. When programming using
statements for which the ASCII busy flag turns ON during execution (e.g., PC
READ) and the ON PC GOSUB statement, design the program so that no
interrupts are invoked while the ASCII busy flag is ON. It is also recom-
mended that for programs where interrupts are activated by turning ON the
WRITE flag, correct operation is confirmed before actual use.
Ladder Program at the PC (Unit Number = #0)
BASIC Program (at the ASCII Unit)
100
120
200
220
230
110
10300
10
20
30
ON PC 1 GOSUB 100
ON PC 2 GOSUB 200
PC ON
PC READ “H4,I2”;I, J
PRINT I, J
RETURN
INPUT A
PC WRITE “14”; A
RETURN
10308
@MOV (21)
10001
10008
#0010
100
Interrupt input
Confirmation of
interrupt execution
Section 4-2

Related parts for C200HBAT09