Seiko UC-2000 User Manual

Browse online or download User Manual for Water pumps Seiko UC-2000. SEIKO UC-2000 / UC-2200 User`s Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 38
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
1
SEIKO
UC-2000 / UC-2200
User’s Manual
This manual is not a copy of the original one. I
wrote it by myself because I had none. This is the result
of hours of testing using my global knowledge in
programming and, most of all in Basic Programming.
Guillaume Tello, 2008.
Page view 0
1 2 3 4 5 6 ... 37 38

Summary of Contents

Page 1

1 SEIKO UC-2000 / UC-2200 User’s Manual This manual is not a copy of the original one. I wrote it by myself because I had non

Page 2 - Table of contents

10 Preparing a Memo with the Keyboard 1) EDIT: Allows you to edit the memo. You can use the whole keyboard, the arrows to naviga

Page 3 - Chapter 5: Calculator

11 4) LOAD (not available for Memo B) Restores the Memo with a previous back up. 5) COPY/Bup (not available for Memo B) Prints the backup m

Page 5 - Use as a Watch

13 Chapter 3 : Basic Programming Startup  Mount the watch (UC-2000) on the Transmission Circuit  Push the TRANSMIT button, you should see: 

Page 6

14 Conventions : li line number (immediate value, not an expression) ni immediate integer number n number or numeric expression use

Page 7

15 LIST [li] Display the listing of the program using the line number order. With li specified, starts from this line til the end. To

Page 8

16 Variables There are two kinds of variables: real numbers and character strings. They are distinguished with a final “$” for strings. Th

Page 9 - Memo A and Memo B

17 User Defined Functions You can declare functions and call them by their name within a program. Only real functions can be used and they have

Page 10 - Preparing a Memo

18 BEEP Outputs a sound. REM text Inserts a remark in the program. The whole remaining line is considered as part of the remark,

Page 11 - Reading memos from the

19 When this last is reached, executions goes on after the GOSUB. ON n GOSUB li1 [, li2…., limax] Same as ON..GOTO but with GOSUB. IF condition

Page 12

2 Table of contents Chapter 1 : Use as a Watch Mode 5 Time and Date setting 6 Alarm Setting 6 StopWatch

Page 13 - Basic Programming

20 LPRINT [str or x[, or ; [etc…]]] The same as PRINT but for the printer! INPUT [«message» ;]var1[,var2,… ] Display the message, if presen

Page 14 - Direct mode commands

21 50 GOTO 30 60 PRINT A$:GOTO 10 100 DATA 0,ZERO,1,ONE,2,TWO,3,THREE 110 DATA 4,FOUR,5,FIVE, 6,SIX,7,SEVEN 120 DATA 8,EIGHT,9,NINE,-1,UNKNOWN

Page 15 - LLIST [li]

22 If x<0, initilalizes a new serie of random numbers according to x. For example, if you wish your program to always use the same random num

Page 16 - Variables

23 Returns the cosine, sine, tangent, and reverse tangent of the x argument. The angle is in radians. EXP(x) LOG(x) Returns the exponen

Page 17 - User Defined Functions

24 LEFT$(str,n) Returns a string with the n leftmost characters of str. RIGHT$(str,n) Returns a string with the n rightmost characters of str.

Page 18

25 Logical operations: = > < >= <= <> Those 6 relational operators return either -1 (True) or 0 (False) Example

Page 19 - IF condition THEN li

26 Error Messages Clear messages: Redo from start Bad response to an INPUT statement Extra ignored Warning if you enter too many value

Page 20 - RESTORE [ li ]

27 TM Type Mismatch, usr of a string where a real is expected and vice-versa UL Unknown Line, example GOTO 1000 when line 1000 does

Page 21 - Functions

28 Last Minute Unexpected instructions were found, I didn’t thought they were built in regarding the size of the text screen! TAB(n)

Page 22

29 Chapter 4: ROM Applications Startup  Mount the watch (UC-2000) on the Transmission Circuit  Push the TRANSMIT button, you should see:  “TR

Page 23

3 Chapter 4: ROM Applications Startup 29 DEMO 29 SCHEDULE 30 HIT 32 RACE 32 AMIDA

Page 24 - Operations

30 SCHEDULE You’re diven to a submenu: 1. INPUT 2. COPY 3. TRANSMIT If the program is not yet loaded into the watch, you must start wit

Page 25 - AND OR NOT

31 8- 9 | SAT | 8-10 | Train Bob SUN | 10h30 am ***** END ***** You can stop the printing holding down the STOP key. T

Page 26 - Error Messages

32 HIT It’s a shoot’em up game for your watch. Only one choice: 1) TRANSMIT, so do it! Then the game is playable with the watch only. Playing the

Page 27 - The lacks

33 Playing the game: With MODE go to RACE screen and SELECT to play. You see that screen: >1LANE:1.8 2LANE:3.3 3LANE:7.5 4LANE:2.3 This s

Page 28 - Last Minute

34 AMIDA It’s a japanese game with four players (but it can be from 2 to many more) used to decide at random between the players. Fo

Page 29 - ROM Applications

35 CARD It’s a Memory-like game where you must find pairs of signs. You play against the computer. Only one choice: 1) TRANSMIT, so do it

Page 30 - SCHEDULE

36 If both signs are equal, you win a point and can play again. If signs are not equal, then the computer plays. At the end of the game,

Page 31 - TRANSMIT:

37 Chapter 5: Calculator Startup  Mount the watch (UC-2000) on the Transmission Circuit  Push the TRANSMIT button, you should see:  “TRANSMIT

Page 32 - Playing the game:

38 Limits: 1) No priority is known, operations are performed in the order you type them, example: =×+7312 Gives the result 105. 2) The numb

Page 34

5 Chapter 1 : Use as a Watch The Seiko UC-2000 is a watch driven with four buttons : 1. Split, Reset, Set, Scroll Up 2. Mode 3. Trans

Page 35

6 If an application is loaded, it replaces MemoA and MemoB: Date/Time MODE ApplName MODE Alarm setting MODE StopWatch MODE Time&

Page 36

7 You may not hear your alarm if the bell character is not present on the normal display! To set it, push both SET and SELECT buttons on the normal

Page 38 - Limits:

9 Chapter 2: Memo A and Memo B Startup  Mount the watch (UC-2000) on the Transmission Circuit  Push the TRANSMIT button, you should see:  “

Comments to this Manuals

No comments