(HP-97) Design one-shot multivibrators
|
05-24-2019, 11:02 PM
Post: #5
|
|||
|
|||
RE: (HP-97) Design one-shot multivibrators
Thanks for the source SlideRule! Is it from volume 1 of the series? Abe Books only turns up volume 4 (1980) in quantity at a dizzying price, along with two that may be first edition (1964). I can remember browsing Electronic Design and other magazines at the library as an undergraduate looking for ideas like this one...
Looks like the original equation is $$T = 0.32(R+0.7)C + 11.8(R^.837)$$ So the addition operator in step 34 is correct. Step 18 is RCL D as noted, and step 61 should be a decimal point rather than the subtraction operator. Here's a correction in "Teenix" format with key codes for the HP-67 (I have no HP-97, and given the price on TAS, I'm very likely never to have one ) The updated ZIP file from my previous post contains the same listing along with the program card to load into the Teenix HP-67 emulator. Code:
Pedro, an example would be something like this. You'd like a 100 nSec pulse from a one-shot, so you'd start with a one puff cap as a good guess and enter into the calculator 100 "E" (enter value of pulse time in nanoseconds) 1 "C" (enter value of capacitance in picoFarads) "D" (calculate value of resistor in kiloOhms) 12.2 (displayed result) Given that era, you were probably working with 10% resistor values (5% for military, 1% for NASA!). Values in the E12 series are 1.0 1.2 1.5 1.8 2.2 2.7 3.3 3.9 4.7 5.6 6.8 8.2 times a decade multiplier So the best resistor value would be a 12 Kohm, 10% resistor. If on the other hand suppose you wanted a 250 ns pulse. Enter the known value T and a guess for C. 250 "E" (New pulse time, 250 ns) 1 "C" (starting value for C) "D" (calculate resistor value) Displays 36.1 (KOhms) The calculated resistor value (36.1 Kohm,) doesn't fit well in the above E12 series. Try using the next two decade values for capacitance, 10pF and 100pF. 250 "E" (nSec) 10 "C" (pF) "D" Displays 24.2 (KOhm) 250 "E" (nSec) 100 "C" (pF) "D" Displays 5.6 (KOhm) A 100pF capacitor gives a resistor value of 5.6KOhms and that is right on the nose in the E12 series. Now imagine doing this trial and error process with a slide rule or non-programmable calculator! ~Mark Remember kids, "In a democracy, you get the government you deserve." |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(HP-97) Design one-shot multivibrators - SlideRule - 05-21-2019, 03:31 PM
RE: (HP-97) Design one-shot multivibrators - mfleming - 05-24-2019, 01:19 AM
RE: (HP-97) Design one-shot multivibrators - PedroLeiva - 05-24-2019, 01:06 PM
RE: (HP-97) Design one-shot multivibrators - SlideRule - 05-24-2019, 03:40 PM
RE: (HP-97) Design one-shot multivibrators - mfleming - 05-24-2019 11:02 PM
RE: (HP-97) Design one-shot multivibrators - PedroLeiva - 05-24-2019, 11:21 PM
|
User(s) browsing this thread: 1 Guest(s)