Question Answer For Interview
Question Answer For Interview
1. What is Automation?
Automation is delegation of human control functions to technical equipment for increasing
productivity, better quality, reduce cost & increased in safety working conditions.
7. What is Encoder?
It is a feedback device which converts mechanical motion into electronic signal. Usually an
encoder is a rotary device that gives digital pulses which correspond to incremental angular
motion. The encoder consists of a glass or metal wheel with alternating clear and opaque stripes
that are detected by optical sensors to produce the digital outputs.
Instrumentation System
9. What is transmitter?
A transmitter is an electronic device that is generally mounted in the field in close proximity to a sensor.
The sensor (also known as a transducer) measures a physical variable such as temperature or
pressure and outputs a very low level electronic signal. The basic function of the transmitter is to
provide the correct electrical power to turn on (or excite) the sensor then to read the low level
sensor signal, amplify it to a higher level electrical signal and send that signal a long distance
to a control or read-out device.
Since low-level electrical signals do not transmit long distances with great accuracy, installing a
transmitter generally gives a tremendous improvement in the accuracy of the information
delivered to a larger control system. Typically the output form the transmitter is 4-20 mA or 0-10
V
22. What are the flow measuring instruments used in flow measurement?
Different pressure meters
Positive displacement
Velocity meters
Process pressure is transmitted through isolating diaphragms and oil fill fluid to a sensing
diaphragm. The sensing diaphragm is a stretched spring element that deflects in response to
differential pressure across it. The displacement of the sensing diaphragm, a maximum deflection
f 0.004 inch (0.10mm), is proportional to the applied pressure, Capacitor plates on both sides of the
sensing diaphragm detect the position of the diaphragm. The transmitter electronics convert the
different capacitance between the sensing diaphragm and the capacitor plates into a two- wire mA
signal and a digital output signal.
Dongle Key : It is a hardware lock which can be put on the communication port of the PC.
Software Lock: Here the software code is the license. Typically can put the code while
installation or transfer the code from Floppy to hard- disk.
40. What is Symbol Factory?
Symbol Factory contains symbols which cab be readily used in the application. The symbol is
contains include various Tanks, Reactor, Pipes Icons, and Flags.
Events represent normal system status message, and do not require an operator response. A
typical event is triggered when a certain system condition takes place, such as an operator logging
into InTouch.
PLC plays most important role in automation. All the monitoring as well as the control actions are taken
by PLCs. PLC Senses the input through I/P modules, Processes the logic through CPU and
memory and gives output through output module.
Local – These are the I/Os placed in the PLC main rack containing CPU. These I/Os
are connected to CPU through jackplane.
Distributed – These are the I/O placed at remote location from the main rack containing the CPU. These
I/O’s are to be connected on communication bus like control net, device net or FIP I/O.
Scan time is the Time required to read the I/P, Process the logic and update the output in one cycle.
71. What is typical scan time in PLCs? What effects scan time?
Typically it is less than 10 ms. It depends on the complexity of logic, PID algorithm etc.
79. Timers
Timer and Counter are used to control operation based on time or number of events
Types of timers
TON – (Timer ON delay) An output instruction that can be used to turn an output ON
or OFF after the timer has been timing for a preset time
interval.
TOF – (Timer OFF delay) An output instruction used to turn an output ON or OFF
after its rung has been off for a preset time interval.
RTO – (Retentive Timer) An output instruction that can be used to turn an output ON
or OFF after the timer has been timing for a preset time
interval. Once it has begin timing, it holds the count of time
even when the rung continuity is lost.
DeviceNet: A low-cost communication link that connects industrial devices to a network It is
based on broadcast – oriented communication protocol- the Controller Area Network (CAN).
Ethernet: The standard for local communications network developed jointly by Digital Equipment
Corp, Xerox, and Intel Ethernet base band coaxial cable transmits data at speed up to 10 megabits
per second. Ethernet is used as the underlying transport vehicle by several upper-level protocols,
including TCP/ IP.
Data Black: These are the blocks used by logic blocks in CPU program for storing the data. DB’s
does not contain any instructions and it take up space in the user memory. The user program and
access a data block with bit, byte, word or double word operations. Global data block: These
contain information that can be accessed by all the logic block in the user program.
Instance data block: These DBs are always assigned to a particular FB. UN :
(enable) Specifies whether or not the timer instruction is enabled
DN : (Done) Specifies whether or not the accumulated value of the timer equals to the preset value of the
timer.
Programming instruction (Advance)
MCR, Compute, PID, STI, Sequencer, Register, RTC
93. How to creating linkage between PLCs and PLC programming software?
The RS Linx software is used for linking the PLC and software
Either you can manually configuration the communication settings or By using Auto Configure
facility the software will detect the communication settings automatically.
97. Give information about DH, Control Net, DeviceNet and Ethernet protocol.
Data Highway : The proprietary data network used by Allen Bradley PLCs to communicate
information to and from other PLCs on the network or to and from host computers attached to the
network.
ControlNet : A real-time, control-layer network providing high-speed transport of both time-
critical IO data and messaging data, including upload/ download of programming and
configuration data and peer-to-peer messaging, on a single physical media link.
FC Functions : It is a logic block without memory. An FC is always executed by calling in another
block. FC is used either for returning a function value to a calling function or executing a
technological function. Temporary variable belonging to FC are saved in local stack and this data
is lost when the FC has been executed.
1
2
Function Blocks (FBs) : A function block is block with a memory. A FB contains a program that is
always executed when a different logic block calls the FB. FB make it much easier to program
frequently occurring complex functions.