home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / electron / 15545 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.3 KB  |  34 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!mcsun!sun4nl!spider.research.ptt.nl!research.ptt.nl!walvdrk_r
  3. From: walvdrk_r@research.ptt.nl (Kees van der Wal)
  4. Subject: Re: BCD-binary conversion
  5. Message-ID: <1992Sep12.150251.1@research.ptt.nl>
  6. Sender: usenet@spider.research.ptt.nl (USEnet News)
  7. Nntp-Posting-Host: dnlts0.research.ptt.nl
  8. Organization: PTT Research, The Netherlands
  9. References: <1272@eplunix.UUCP>
  10. Date: Sat, 12 Sep 1992 13:02:51 GMT
  11. Lines: 21
  12.  
  13. In article <1272@eplunix.UUCP>, raoul@eplunix.UUCP (Nico Garcia) writes:
  14.  
  15. > Hi. I have a panel display of BCD thumbwheels I'd like to decipher into
  16. > binary: 4 or 5 decades of BCD to 12 or 16 bits of binary.  TI used to ...
  17.  
  18. Five decades would be tricky as the maximum of (decimal) 99999 exceeds the 
  19. 16-bit limit.
  20.  
  21. A standard approach uses a large number of Full Adders where e.g. the ouputs of 
  22. the decades are wired accoring to the "weight" of the code. E.g. for the second 
  23. decade the weight is 10, 20, 40, 80 respectively or 8+2, 16+4, 32+8 and 64+16.
  24.  
  25. Is that the approach that leads to 11 chips?
  26.  
  27. With 4 decades there's 4*4=16 inputs and 16 bits of output such it could be
  28. done by taking two standard 64KB EPROMs. Writing a program for the code in the 
  29. EPROMs is rather straightforward.
  30.  
  31. Succes, <kees>
  32.  
  33. Kees  van der Wal               e-mail: J.C.vanderWal@research.ptt.nl
  34.