Content deleted Content added
No edit summary |
No edit summary |
||
Line 9:
== Analog vs Digital Inputs and Outputs ==
Digital signals behave as switches, yielding simply an On or Off signal (logical 1 or 0, respectively). These are interpreted as boolean values by the PLC. Pushbuttons, limit
Digital signals generally use either [[voltage]] or [[current]], where a specific range is denominated as On (logical 1) and another as Off (logical 0). A typical PLC might use 24VDC I/O (with 24V representing On and 0V representing Off). Analog signals generally use [[voltage]] or [[current]] as well, but do not have discrete ranges for On or Off. They define a range of valid values, typically the range in which the device operates reliably. Other methods of signal I/O include [[serial communication]], and proprietary networks like Allen-Bradley's Data Highway and Siemens' Profibus.
PLCs have a limited number of connections built in for signals such as digital inputs, digital outputs, analog inputs and analog outputs. Typically expansions are available if the base model does not have sufficient I/O. ▼
▲PLCs have a limited number of connections built in for signals such as digital inputs, digital outputs, analog inputs and analog outputs. Typically, expansions are available if the base model does not have sufficient I/O.
===Examples===
|