abt plc moules

saleem

Member
Join Date
Apr 2003
Posts
2
in the i/o modules of plc for the analog output module can any one explain the basic working of analog input and output module
 
Inputs and Outputs (I/O) for a PLC can be divided into two categories. Most I/O has two discrete states - on or off. These are referred to as discrete (or somtimes digital from the digits 1 and 0 used to represent the ON and OFF states). This works well for using the PLC to "see" (inputs) or control (outputs) if a motor is on or off, a valve is open or close, a thermostat is on or off, etc.

However, many real world situations involve physical quantities that vary in magnitude, such as temperature or pressure (sample inputs) and speed or position (sample outputs). In order to work with these physical measurements the PLC has to be able to sense or control a signal where the magnitude of the signal is proportional to the measuremnt or controlled variable. This is what analog I/O does. (The term probably goes back to analog computers where the DC voltage was analogous to the system being modeled.)

With an anaolg input, for example, the higher the pressure a sensor sees, the higher the value of the voltage signal it sends to the PLC is. The higher the value of the signal the PLC's input "sees" the higher the numerical value the PLC stores in its memory register becomes. Once the value representing the measured physical quantity is stored in the PLC's memory it can be used for alarming, or control, or display, or all kinds of calcultions and manipulation.

Just like discrete I/O comes in various flavors like 24 VDC or 120 VAC, analog I/O can be 0-10 VDC, or 4-20 mA, or mili-volts from a thermocouple. Look at some PLC manufacturer's sites to get an idea of the wide variety available.
 

Similar Topics

sir,im going to do project in plc based bottle filling module that fills 5 bottles automatically.can u plz give the tips to construct ladder...
Replies
2
Views
1,736
good evening sir, myself parag uike from india. working on the A.B. projects.in which i am working over A.B. PLC i.e. 1794-l34 flex logix. in...
Replies
3
Views
2,540
dear ladies and gentlemen.... i am a new guy who is too fresh to the plc..... i know nOthiNg abt plc BUT intended want to KnoW more abt plc. i...
Replies
5
Views
7,690
Sir, Whether PLC needs the new hardware other than ordinary computer.I am in need of reply imme.I am doing the final year project in real time...
Replies
6
Views
7,829
If I Have a computer running Hyperterminal, and it's connected to the controller using serial commport-1. How can I use hyperterminal to test and...
Replies
2
Views
1,639
Back
Top Bottom