home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsr / timer / README.DOC next >
Text File  |  1992-06-27  |  3KB  |  83 lines

  1.                   Mike Newman's Countdown Timer
  2.                            Version 1.0
  3.                              27.06.92
  4.  
  5. This is a very simple OPL program which allows you to time a boiled
  6. egg or other similar action taking a few minutes. It allows you to
  7. set a number of minutes which will be counted and then an audible
  8. alarm will be sounded which starts at the lowest volume setting of
  9. the speaker and rises to the highest volume if not cancelled. I have
  10. set the default to 5 minutes for brewing a pot of tea! Source is free
  11. for you to personalise.
  12.  
  13. Hit any key to cancel the alarm. If not cancelled, it will continue
  14. for 30 'beeps' and then cancel itself.
  15.  
  16. I have set a limit of 10 minutes to the longest countdown time
  17. because the Series 3 remains on for the duration and I did not want
  18. to run down my batteries by accidentally setting a very long
  19. countdown time.
  20.  
  21. If you want to change this time, change the last integer in the line
  22. 'dlong min&,"Minutes",0,10' to the number of minutes you want as
  23. maximum which the user can set.
  24.  
  25. If you want to change the default number of minutes, change the line
  26. 'min&=5'.
  27.  
  28. The timer works correctly in the background while you are using
  29. another program at the same time. However, it will not continue to
  30. count if you switch off the machine.
  31.  
  32. The following files are supplied:-
  33.  
  34. The first 3 are necessary to run the program.
  35.  
  36. 1. TIMER.OPA
  37. This is the Timer application. Copy it to M:\APP\ and then install it
  38. using the Install application command in the Apps menu from the
  39. System screen.
  40.  
  41. 2. TIMER.PIC
  42. This is the icon. Copy it to M:\OPD\
  43.  
  44. 3. SNDFRC.LDD
  45. This is a file provided by Psion as an extension to the Operating
  46. System which is needed to access the speaker. Copy it to M:\.
  47. When you first run the timer, it will install the the LDD if it
  48. is not already installed. It will not remove it after finishing in
  49. case the same LDD is used by another program (such as the auto
  50. dialer). This LDD uses 1.5K of memory while installed. If you are
  51. short of memory and wish to remove it, run the REMLDD program
  52. provided in the package.
  53.  
  54. Use of SNDFRC.LDD is documented in the file SNDFRC.ZIP which can be
  55. downloaded from CIS.
  56.  
  57. The following files are provided for information and if you wish to
  58. adapt the program to your own requirements. You do not need to copy
  59. them to your Series 3 unless you wish to personalise the program.
  60.  
  61. 4. README.DOCThis file.
  62. 5. TIMER.OPL
  63. This is the OPL source of the Timer program. Feel free to change it
  64. as you wish.
  65.  
  66. 6. REMLDD.OPO
  67. This program can be run after finishing with the Timer program if
  68. you wish to remove the speaker LDD from memory. You should only
  69. do this if you are sure that no other programs will need it (e.g.
  70. auto-dialers). The LDD only uses 1.5K of memory. You can re-install
  71. the LDD by running Timer again.
  72.  
  73. ------------------------------------------------------------------
  74.  
  75. This simple program is donated to the Public Domain and placed on CIS
  76. in gratitude for all of the many files I have already downloaded.
  77. I hope you find it useful.
  78.  
  79. best regards
  80. Mike Newman, 100031,3232
  81.  
  82.  
  83.