home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 282_01 / gears.doc < prev    next >
Encoding:
Text File  |  1989-01-13  |  2.8 KB  |  70 lines

  1. Using GEARS:
  2.  
  3. You may specify the wheel size, the number of chain rings, and the 
  4. number of freewheels on the command line. Precede the wheel size (in 
  5. inches) with the letter W. Precede the number of chain rings with 
  6. the letter C. Precede the number of freewheels with the letter F. Do 
  7. not leave any space between the letter and the number. Thus if you 
  8. have a 15 speed bike with 3 chain rings and 5 freewheels and a 26 
  9. inch rear wheel you would type:
  10.  
  11. GEARS W26 C3 F5
  12.  
  13. If you leave out any or all of the parameters, the defaults are: 27 
  14. inch wheel, 2 chain rings, 6 freewheels. You do not need to specify 
  15. all the parameters. And you may give them in any order. The defaults 
  16. may be changed at compile time. The macros that set the defaults are 
  17. WHEEL, CHAINNUM, and FREENUM.
  18.  
  19. -------------------------------------------
  20.  
  21. Once you are into the program:
  22.  
  23. You must list freewheel sprocket numbers across the top, smallest on 
  24. the left and largest on the right, and chain ring sprocket numbers 
  25. along the side, largest on top. Crossover gears are marked with an 
  26. asterisk in the chart and are automatically deleted from the 
  27. numerical-order list below the chart.
  28.  
  29. Use ENTER or BACKSPACE to move the cursor to the next or previous 
  30. gear. Or use up arrow and down arrow.
  31.  
  32. Use left-arrow and right-arrow to move cursor between digits of a 
  33. gear.
  34.  
  35. Use TAB to toggle auto-advance. When auto-advance is on, the cursor 
  36. advances to the next position when you have entered a number. Thus 
  37. you can fill in the chart without having to press ENTER. When auto-
  38. advance is off the cursor stays at the same position unless you 
  39. press ENTER. Thus you can more easily play with a single gear 
  40. number, trying a lot of different values to see what they do.
  41.  
  42. When auto-advance is on, the character > will appear in the upper 
  43. left corner of the chart. When it is off, < will appear.
  44.  
  45. There is no provision for saving a chart to a file or printing a 
  46. chart. Use PrtScr to print a screen display.
  47.  
  48. Press ? for a brief help screen.
  49.  
  50. Press X to exit from the program.
  51.  
  52. -------------------------------------------
  53.  
  54. Error Messages:
  55.  
  56. You will be warned if the freewheel or chain ring values are entered 
  57. out of order. In either case the value of chain slack may be in 
  58. error, and the numerical order list below the chart may be in error 
  59. due to the wrong gears being deleted as crossovers.
  60.  
  61. If the chart is incomplete there will be no figure for slack number, 
  62. but the partial chart will be correct, as far as it goes.
  63.  
  64. -------------------------------------------
  65.  
  66. GEARS is a public domain program from KITTENSOFT.
  67. Written by Dan Schechter
  68. Route 1 Box 19
  69. Amenia, North Dakota 58004
  70.