Total Pageviews

Tuesday, November 30, 2010

Phase Locked Loop


A phase locked loop (PLL) is a control system that tries to generate an output signal whose phase is related to the phase of the input "reference" signal. It is an electronic circuit consisting of a variable frequency oscillator and a phase detector that compares the phase of the signal derived from the oscillator to an input signal. The signal from the phase detector is used to control the oscillator in a feedback loop. The circuit compares the phase of the input signal with the phase of a signal derived from its output oscillator and adjusts the frequency of its oscillator to keep the phases matched.

Frequency is the derivative of phase. Keeping the input and output phase in lock step implies keeping the input and output frequencies in lock step. Consequently, a phase-locked loop can track an input frequency, or it can generate a frequency that is a multiple of the input frequency. The former property is used for demodulation , and the latter property is used for indirect frequency synthesis .

Saturday, November 27, 2010

Advantages of PLC over micro controller.

1.Rugged and designed to withstand vibrations, temperature, humidity, and noise.
2. Have interfacing for inputs and outputs already inside the controller.
3. Easily programmed and have an easily understood programming language .

Monday, November 22, 2010

Programable Logic Controller


A PLC is a modular device which one can program using Ladder diagrams (relay logic) or Statement List (a bit like assembly). It is optimized to handle several digital inputs and outputs, and is more rugged for use in industrial applications. Basically it scans the inputs, and determines the outputs based on the logical conditions programmed into it by the user. It internally uses a microcontroller to handle all input, output and logic scans. Application area is mostly industrial automation.