home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / misc / 662 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.1 KB

  1. Path: sparky!uunet!ogicse!hp-cv!sdd.hp.com!zaphod.mps.ohio-state.edu!darwin.sura.net!ra!atkinson
  2. From: atkinson@itd.nrl.navy.mil (Randall Atkinson)
  3. Newsgroups: comp.protocols.misc
  4. Subject: Re: What are "Allen-Bradley PLC protocols" ??
  5. Message-ID: <3525@ra.nrl.navy.mil>
  6. Date: 6 Sep 92 15:01:29 GMT
  7. Article-I.D.: ra.3525
  8. References: <78943@ut-emx.uucp> <1992Sep4.143823.27202@polari>
  9. Sender: usenet@ra.nrl.navy.mil
  10. Distribution: na
  11. Organization: Naval Research Laboratory, DC
  12. Lines: 10
  13.  
  14. PLC does stand for "Programmable Logic Controller".  A PLC is not a
  15. robot or a mechanical device.  Rather a PLC is a small real-time
  16. computer/controller with I/O ports.  They are usually programmable in
  17. a language called "ladder logic" (which is rather like older
  18. electrical relay diagrams, not coincidentally) and are often
  19. programmable in other languages as well.  Robots or other mechanical
  20. devices can be controlled by PLCs if the I/O port is wired to the
  21. mechanical device properly.  The protocol used to communicate between
  22. a general-purpose computer and a PLC varies by vendor, though MAP is
  23. becoming commonplace.
  24.