Labview Based Three Phase Induction Motor Speed Control: 1 Literature Survey
Labview Based Three Phase Induction Motor Speed Control: 1 Literature Survey
Labview Based Three Phase Induction Motor Speed Control: 1 Literature Survey
CHAPTER 1
INTRODUCTION
DESCRIPTION:-
1.PC Bus.
2.VXI Bus.
3.IEEE Bus.
The computer and display are the heart of virtual instrument system. It
displays the measured reading on computer.
Virtual instruments are defined by the user while traditional instruments have
fixed vendor-defined functionality.
Fig 1.3 Traditional instruments (left) and software based virtual instruments
(right) largely share the same architectural components, but radically different
philosophies
Every virtual instrument consists of two parts – software and hardware. A virtual
instrument typically has a sticker price comparable to and many times less than a
similar traditional instrument for the current measurement task. However, the
savings compound over time, because virtual instruments are much more flexible
when changing measurement tasks.
Fig1.4 Upgrading hardware is easy when using the same application for many
devices.
Many engineers and scientists have a combination of both virtual and traditional
instruments in their labs. In addition, some traditional instruments provide a
specialized measurement which the engineer or scientist would prefer to have the
vendor define rather than actually defining it themselves. This begs the question,
“Are virtual instruments and traditional instruments compatible?”
Fig 1.7 Virtual instrumentation turns the PC into a data acquisition system
Years ago, this was feverishly setting up his first ever computer-controlled
measurement system. The machine at the heart of the instrumentation set up was
the mother of all mini computers — Digital Equipment Corporation's PDP-8 —
and one of the first desktop computers to come to India. Having linked a
Tektronix oscilloscope and a Hewlett Packard data logger, to some specially
fabricated temperature and pressure sensors, one had to mate this system to the
computer and then laboriously programme it in 8-bit machine code to analyze and
interpret the data.
Today, undergraduate students who need to make measurements for a project, use
a few sensors and transducers, a couple of multiplexing modules and rig a PC-
based instrumentation system in a couple of hours. What makes every lay user a
measurement geek, is Virtual Instrumentation (VI) — one of the most exciting
and cost effective spin offs of the personal computer. [5]
Till the 1990s, programming custom-built measurement systems was strictly for
trained professionals who worked in Basic, C++ or Pascal. Typical set ups ran
into hundreds of lines of coding and the biggest hassle was that the scientist or
expert who wanted to set up the instrumentation, needed constant hand holding by
a computer expert.
The last decade has seen the emergence of Virtual Instrument systems which
place the PC at the epicenter of the task and exploit graphical programming aids,
so that even a relative dummy can drag and drop ready-made instrument panels
which can look like the real multimeter, spectrum analyzer or waveform
generator.
Simple logic
Indeed, Nation Instruments (NI), has made LabView a synonym for the virtual
creation of measurement systems ranging from the simple digital voltage-current
meter to the most complex, multi-sensor data acquisition system.
The logic of LabView is simple: why buy 10 instruments which individually use
displays, pre-amplifiers and data converters? Why not use one such system and let
the PC do the computing? NI now supplies dozens of external measurement
modules, which can be latched to the PC. And so popular has the VI concept
become that hundreds of third-party vendors now offer modular add-ons that are
compatible with LabView's programming environment.
Other companies like Data Translation and Real Time Innovations (RTI) have
taken the VI concept in other equally creative directions for the more specialist
user. RTI's Scope Tools for example, is angled at the embedded systems
developer.
Virtual dissection
The concept has been taken even further to benefit millions of school and college
students albeit in a different direction.
Dissection of animals like frogs and rats at school level is no longer practiced in
India and even at college level; many institutions allow those who have a
conscientious objection to dissection, to go the virtual way. Amazingly realistic
software to virtually dissect a number of animals - even study human anatomy -
has been placed in the public domain.
The message is clear: why waste time and expense on the real thing if the virtual
way goes even half way there? And that applies as much to the child learning
about the insides of an animal body, as to an engineer rigging up a complex chain
of measurement and control.[5]
CHAPTER 2
SYSTEM DESCRIPTION
The above shown is the Block Diagram of our system. The first element is the
computer. In Computer we have NI LabVIEW software. We have to design a
program for control of speed of motor (controller used Internal PID) .This
program is Called as VI i.e virtual instrument. The control signal from PC goes to
NI USB 6009.It is data acquisition device by national instruments. Then
according to control signal i.e (voltage) frequency of VFD i.e variable frequency
drive changes. This in turn changes the speed of motor. The feedback is taken
from VFD by sensing motor parameters and this is again applied to Input of DAQ
device and thus our feedback system is completed.
AC MOTORS:
VOLT: 440V.
FREQUENCY: 50 HZ.
HP: 0.5 HP
KW: 0.323
POLE: 4 POLE
VFD:
TYPE:VSA23-03
INPUT: AC 1 Phase200-240V,5.4A,48-63Hz
MOTOR RATINGS:0.37kW/0.5HP
TRANSFORMER:
VOLT: 12V
CURRENT: 1A
Device Pinout:
NI USB-6009
Analog Input:
Absolute accuracy, single-ended
±5 4.28 58.4
±4 3.59 53.1
±2 2.21 42.5
±1 1.53 37.5
USB-6008 12 11
USB-6009 14 13
Analog Output:
Absolute accuracy (no load) ............... 7 mV typical, 36.4 mV maximum
at full scale
Number of channels............................ 2
Output impedance............................... 50 Ω
Power-on state.................................... 0 V
Short-circuit current............................ 50 Ma
2.4TEST PANEL:
Digital I/O:
USB-6008........................................ Open-drain
as push-pull or open-drain
CHAPTER 3
PID CONTROLLER
loop control system are discussed in this paper. The PID toolset in LabVIEW and
the ease of use of these VIs is also discussed.[5]
3.1Control System:
The basic idea behind a PID controller is to read a sensor, then compute the
desired actuator output by calculating proportional, integral, and derivative
responses and summing those three components to compute the output. Before we
start to define the parameters of a PID controller, we shall see what a closed loop
system is and some of the terminologies associated with it.
to 90% of the steady-state, or final, value. Percent Overshoot is the amount that
the process variable overshoots the final value, expressed as a percentage of the
final value. Settling time is the time required for the process variable to settle to
within a certain percentage (commonly 5%) of the final value. Steady-State Error
is the final difference between the process variable and set point. Note that the
exact definition of these quantities will vary in industry and academia.
After using one or all of these quantities to define the performance requirements
for a control system, it is useful to define the worst case conditions in which the
control system will be expected to meet these design requirements. Often times,
there is a disturbance in the system that affects the process variable or the
measurement of the process variable. It is important to design a control system
that performs satisfactorily during worst case conditions. The measure of how
well the control system is able to overcome the effects of disturbances is referred
to as the disturbance rejection of the control system.
In some cases, the response of the system to a given control output may change
over time or in relation to some variable. A nonlinear system is a system in which
the control parameters that produce a desired response at one operating point
might not produce a satisfactory response at another operating point. For instance,
a chamber partially filled with fluid will exhibit a much faster response to heater
output when nearly empty than it will when nearly full of fluid. The measure of
how well the control system will tolerate disturbances and nonlinearities is
referred to as the robustness of the control system.
Loop cycle is also an important parameter of a closed loop system. The interval of
time between calls to a control algorithm is the loop cycle time. Systems that
change quickly or have complex behavior require faster control loop rates.
Once the performance requirements have been specified, it is time to examine the
The proportional component depends only on the difference between the set
point and the process variable. This difference is referred to as the Error term.
The proportional gain (Kc) determines the ratio of output response to the error
signal. For instance, if the error term has a magnitude of 10, a proportional
gain of 5 would produce a proportional response of 50. In general, increasing
the proportional gain will increase the speed of the control system response.
However, if the proportional gain is too large, the process variable will begin
to oscillate. If Kc is increased further, the oscillations will become larger and
the system will become unstable and may even oscillate out of control.
2. Integral Response
The integral component sums the error term over time. The result is that even a
small error term will cause the integral component to increase slowly. The
integral response will continually increase over time unless the error is zero, so
the effect is to drive the Steady-State error to zero. Steady-State error is the final
difference between the process variable and set point. A phenomenon called
integral windup results when integral action saturates a controller without the
controller driving the error signal toward zero.
3. Derivative Response
The derivative component causes the output to decrease if the process variable is
increasing rapidly. The derivative response is proportional to the rate of change of
the process variable. Increasing the derivative time (Td) parameter will cause the
control system to react more strongly to changes in the error term and will
increase the speed of the overall control system response. Most practical control
systems use very small derivative time (Td), because the Derivative Response is
highly sensitive to noise in the process variable signal. If the sensor feedback
signal is noisy or if the control loop rate is too slow, the derivative response can
make the control system unstable
3.4TUNNING:-
The process of setting the optimal gains for P, I and D to get an ideal response
from a control system is called tuning. There are different methods of tuning of
which the “guess and check” method and the Ziegler Nichols method will be
discussed.
The gains of a PID controller can be obtained by trial and error method. Once an
engineer understands the significance of each gain parameter, this method
becomes relatively easy. In this method, the I and D terms are set to zero first and
the proportional gain is increased until the output of the loop oscillates. As one
increases the proportional gain, the system becomes faster, but care must be taken
not make the system unstable. Once P has been set to obtain a desired fast
response, the integral term is increased to stop the oscillations. The integral term
reduces the steady state error, but increases overshoot. Some amount of overshoot
is always necessary for a fast system so that it could respond to changes
immediately. The integral term is tweaked to achieve a minimal steady state error.
Once the P and I have been set to get the desired fast control system with minimal
steady state error, the derivative term is increased until the loop is acceptably
quick to its set point. Increasing derivative term decreases overshoot and yields
higher gain with stability but would cause the system to be highly sensitive to
noise. Often times, engineers need to tradeoff one characteristic of a control
system for another to better meet their requirements.
Control P Ti Td
P 0.5Kc - -
PI 0.45Kc Pc/1.2 -
PID 0.60Kc 0.5Pc Pc/8
Table 3.5:- Ziegler-Nichols tuning, using the oscillation method.
PID palette also features some advanced VIs like the PID Autotuning VI and the
PID Gain Schedule VI. The PID Autotuning VI helps in refining the PID
parameters of a control system. Once an educated guess about the values of P, I
and D have been made, the PID Autotuning VI helps in refining the PID
parameters to obtain better response from the control system.[3]
Fig 3.6.2: Advanced VIs from the PID controls palette of LabVIEW
The reliability of the controls system is greatly improved by using the LabVIEW
Real Time module running on a real time target. National Instruments provides
the new M Series Data Acquisition boards which provide higher accuracy and
better performance than an average control system.
what is a VFD?
You can divide the world of electronic motor drives into two categories: AC and
DC. A motor drive controls the speed, torque, direction and resulting horsepower
of a motor. A DC drive typically controls a shunt wound DC motor, which has
separate armature and field circuits. AC drives control AC induction motors, and-
like their DC counterparts-control speed, torque, and horsepower.
Application as an Example:
Let's take a brief look at a drive application. In Fig. 1, you can see a simple
application with a fixed speed fan using a motor starter. You could replace the 3-
phase motor starter with Variable Frequency Drive (VFD) to operate the fan at
variable speed. Since you can operate the fan at any speed below its maximum,
you can vary airflow by controlling the motor speed instead of the air outlet
damper.[5]
A drive can control two main elements of a 3-phase induction motor: speed and
torque. To understand how a drive controls these two elements, we will take a
short review of AC induction motors. Fig. 2 shows the construction of an
induction motor. The two basic parts of the motor, the rotor and stator, work
through magnetic interaction. A motor contains pole pairs. These are iron pieces
in the stator, wound in a specific pattern to provide a north to south magnetic
field.[5]
With one pole pair isolated in a motor, the rotor (shaft) rotates at a specific speed:
the base speed. The number of poles and the frequency applied determine this
speed (Fig. 4). This formula includes an effect called "slip." Slip is the difference
between the rotor speed and the rotating magnetic field in the stator. When a
magnetic field passes through the conductors of the rotor, the rotor takes on
magnetic fields of its own. These rotor magnetic fields will try to catch up to the
rotating fields of the stator. However, it never does -- this difference is slip. Think
of slip as the distance between the greyhounds and the hare they are chasing
around the track. As long as they don't catch up to the hare, they will continue to
revolve around the track. Slip is what allows a motor to turn.[5]
Motor Slip:
120 X F
Shaft Speed = - Slip
P
Slip for NEMA B Motor = 3 to 5% of Base Speed which is
1800 RPM at Full Load
F = Frequency applied to the motor
P = Number of motor poles
Example:
120 X60Hz
Shaft Speed = - Slip
4
Induction Motor Slip Calculation
Just how does a drive provide the frequency and voltage output necessary to
change the speed of a motor? That's what we'll look at next. All PWM drives
contain these main parts, with subtle differences in hardware and software
components. Although some drives accept single-phase input power, we'll focus
on the 3-phase drive. But to simplify illustrations, the waveforms in the following
drive figures show only one phase of input and output.
The input section of the drive is the converter. It contains six diodes, arranged in
an electrical bridge. These diodes convert AC power to DC power. The next
section-the DC bus section-sees a fixed DC voltage.
The DC Bus section filters and smoothens out the waveform. The diodes actually
reconstruct the negative halves of the waveform onto the positive half. In a 460V
unit, you'd measure an average DC bus voltage of about 650V to 680V. You can
calculate this as line voltage times 1.414. The inductor (L) and the capacitor (C)
works together to filter out any AC component of the DC waveform. The
smoother the DC waveform, the cleaner the output waveform from the drive.
The DC bus feeds the final section of the drive: the inverter. As the name implies,
this section inverts the DC voltage back to AC. But, it does so in a variable
voltage and frequency output. How does it do this? That depends on what kind of
power devices your drive uses. If you have many SCR (Silicon Controlled
Rectifier)-based drives in your facility, see the Sidebar. Bipolar Transistor
technology began superceding SCRs in drives in the mid-1970s. In the early
1990s, those gave way to using Insulated Gate Bipolar Transistor (IGBT)
technology, which will form the basis for our discussion.
Today's inverters use Insulated Gate Bipolar Transistors (IGBTs) to switch the
DC bus on and off at specific intervals. In doing so, the inverter actually creates a
variable AC voltage and frequency output. As shown in Fig. 7, the output of the
drive doesn't provide an exact replica of the AC input sine waveform. Instead, it
provides voltage pulses that are at a constant magnitude.
The drive's control board signals the power device's control circuits to turn "on"
the waveform positive half or negative half of the power device. This alternating
of positive and negative switches recreates the 3 phase output. The longer the
power device remains on, the higher the output voltage. The less time the power
device is on, the lower the output voltage (shown in Fig.8). Conversely, the longer
the power device is off, the lower the output frequency.
The speed at which power devices switch on and off is the carrier frequency, also
known as the switch frequency. The higher the switch frequency, the more
resolution each PWM pulse contains. Typical switch frequencies are 3,000 to
4,000 times per second (3 KHz to 4 KHz). (With an older, SCR-based drive,
switch frequencies are 250 to 500 times per second). As you can imagine, the
higher the switch frequency, the smoother the output waveform and the higher the
resolution. However, higher switch frequencies decrease the efficiency of the
drive because of increased heat in the power devices.[5]
CHAPTER 4
(PART A HARDWARE)
1. Personal Computer
2. Optocoupler(MCT2E)
3. ULN 2803
4. Electro-mechanical Relay
5. Transformer(12V,1A)
6. Voltage Regulator 7805
7. Diode(IN4007), Resistors, capacitors
8. Heat Sink.
REGULATOR IC (7805)
BRIDGE RECTIFIER
4.3 OPTOCOUPLER:
There are many situations where signals and data need to be transferred from one
subsystem to another within a piece of electronics equipment, or from one piece
of equipment to another, without making a direct ohmic contact electrical
connection. Often this is because the source and destination are (or may be at
times) at very different voltage levels, like a microprocessor which is operating
from 5V DC but being used to control a triac which is switching 240V AC. In
such situations the link between the two must be an isolated one, to protect the
microprocessor from over-voltage damage.[5]
The eight NPN Darlington connected transistors in this family of arrays are
ideally suited for interfacing between low logic level digital circuitry (such as
TTL, CMOS or PMOS/NMOS) and the higher current/voltage requirements of
lamps, relays, printer hammers or other similar loads for a broad range of
computer, industrial, and consumer applications. All devices feature open–
collector outputs and free wheeling clamp diodes for transient suppression.
The ULN2803 is designed to be compatible with standard TTL families while the
ULN2804 is optimized for 6 to 15 volt high level CMOS or PMOS
4.5 RELAY:
A relay is an electrical switch that opens and closes under the control of another
electrical circuit. In the original form, the switch is operated by an electromagnet
to open or close one or many sets of contacts. It was invented by Joseph Henry in
1835. Because a relay is able to control an output circuit of higher power than the
input circuit, it can be considered to be, in a broad sense, a form of an electrical
amplifier.[5]
Here relay is used for the isolation of various heavy appliances to the PC. Since
the PC operates on very low current, but the current in various appliances is in
Amperes therefore isolation is necessary and relay is required. Here we have used
single pole dual through relay for the purpose. [5]
(PART B SOFTWARE)
In LabVIEW, you build a user interface, or front panel, with controls and indicators.
Controls are knobs, push buttons, dials, and other input mechanisms. Indicators are
graphs, LEDs, and other output displays. After you build the user interface, you add
code using VIs and structures to control the front panel objects. The block diagram
contains this code.[3]
You can use LabVIEW to communicate with hardware such as data acquisition,
vision, and motion control devices, as well as GPIB, PXI, VXI, RS232, and RS485
instruments.[2]
LabVIEW ties the creation of user interfaces (called front panels) into the
development cycle. LabVIEW programs/subroutines are called virtual instruments
(VIs). Each VI has three components: a block diagram, a front panel, and a
connector panel. The last is used to represent the VI in the block diagrams of
other, calling VIs. Controls and indicators on the front panel allow an operator to
input data into or extract data from a running virtual instrument. However, the
front panel can also serve as a programmatic interface. Thus a virtual instrument
can either be run as a program, with the front panel serving as a user interface, or,
when dropped as a node onto the block diagram, the front panel defines the inputs
and outputs for the given node through the connector pane. This implies each VI
can be easily tested before being embedded as a subroutine into a larger program.
4.9 Benefits
Many libraries with a large number of functions for data acquisition, signal
generation, mathematics, statistics, signal conditioning, analysis, etc., along with
numerous graphical interface elements are provided in several LabVIEW package
options. The number of advanced mathematic blocks for functions such as
integration, filters, and other specialized capabilities usually associated with data
capture from hardware sensors is immense. In addition, LabVIEW includes a text-
based programming component called MathScript with additional functionality
for signal processing, analysis and mathematics. MathScript can be integrated
with graphical programming using "script nodes" and uses .m file script syntax
that is generally compatible with Matlab.
The fully object-oriented character of LabVIEW code allows code reuse without
modifications: as long as the data types of input and output are consistent, two sub
VIs are interchangeable.
Criticism
Also, for a environment heavily targeted for test, LabVIEW includes no built-in
functions for formally testing limits, reading a limits file, and conveniently
tracking the passing or failing results. Companies tend to build their own
proprietary functions for this basic feature if they choose not to use TestStand.
To meet the changing needs of your testing system, open platforms such as PXI
(PCI extensions for Instrumentation) make it simple to integrate measurement
devices from different vendors into a single system that is easy to modify or
expand, as new technologies emerge or your application needs change. With a
PXI system, you can quickly integrate common measurements such as machine
vision, motion control, and data acquisition to create multifunction systems
without spending valuable engineering hours making the hardware work together.
The open PXI platform combines industry-standard technologies, such as
CompactPCI and Windows operating systems, with built-in triggering to provide
a rugged, more deterministic system than desktop PCs.
BeyondPC
The internet has ushered in a new age of data sharing, and has spurred new
networking and remote computing capabilities of virtual instrumentation that was
simply not possible with their stand-alone propriety counterparts. Virtual
instrumentation takes advantage of the internet, so you can easily publish data to
the web direct from the measurement control device, and read data on a handheld
personal digital assistant, or even on a cellular phone.
This level of connectivity will progress even further, bringing a new meaning to
modularity. With advances in internet and wireless technologies, engineers will be
able to reuse modular components, and also more easily share their knowledge
4.9.1 FEATURES:-
Productive Software (Real Time)
Modular Hardware
scientists. NI multifunction DAQ devices are available on the most widely used
buses, including PCI, PCI Express, PXI, IEEE 1394 (FireWire), and USB, and
work with the industry's most popular operating systems such as Windows, Linux,
and Mac OS X.
FRONT PANEL:-
2. If you are a new LabVIEW user, the Controls palette opens with the Express
subpalette visible by default. If you do not see the Express subpalette, click
Express on the Controls palette to display the Express subpalette.
3. Move the cursor over the icons on the Express subpalette to locate the Numeric
Controls palette.
When you move the cursor over icons on the Controls palette, the name of the
subpalette, control, or indicator appears in a tip strip below the icon.[5]
4. Click the Numeric Controls icon to display the Numeric Controls palette.
5. Click the knob control on the Numeric Controls palette to attach the control to the
cursor, then place the knob on the front panel to the left of the waveform graph.[2]
1. On the block diagram, move the cursor over the Knob terminal, shown at left.
The cursor becomes an arrow, or the Positioning tool, shown at left. Use the
Positioning tool to select, position, and resize objects.
2. Use the Positioning tool to select the Knob terminal and make sure it is to the left
of the Simulate Signal Express VI and inside the gray loop, shown at left.
The terminals inside the loop are representations of front panel controls and
indicators. Terminals are entry and exit ports that exchange information between
the front panel and block diagram.
3. Deselect the Knob terminal by clicking a blank space on the block diagram. If
you want to use a different tool with an object, you must deselect the object to
switch the tool.
4. Move the cursor over the arrow on the Knob terminal, shown at left. The cursor
becomes a wire spool, or the Wiring tool, shown at left. Use the Wiring tool to wire
objects together on the block diagram. [5]
5. When the Wiring tool appears, click the arrow on the Knob terminal and then
click the arrow on the Amplitude input of the Simulate Signal Express VI, shown at
left, to wire the two objects together.
A wire appears and connects the two objects. Data flows along this wire from the
Knob terminal to the Express VI.
The block diagram has a blue icon labeled Simulate Signal. This icon represents the
Simulate Signal Express VI. The Simulate Signal Express VI simulates a sine wave
by default.
1. Display the block diagram by pressing the <Ctrl-E> keys or by clicking the block
diagram. Locate the Simulate Signal Express VI, shown at left. An Express VI is a
component of the block diagram that you can configure to perform common
measurement tasks. The Simulate Signal Express VI simulates a signal based on the
configuration that you specify.
2. Right-click the Simulate Signal Express VI and select Properties from the
shortcut menu to display the Configure Simulate Signal dialog box. (Mac OS) Press
<Command>-click to perform the same action as right-click.
You also can double-click the Express VI to display the Configure Simulate Signal
dialog box. If you wire data to an Express VI and run it, the Express VI displays
real data in the configuration dialog box. If you close and reopen the Express VI,
the VI displays sample data in the configuration dialog box until you run the VI
again[2].
3. Select Sawtooth from the Signal type pull-down menu. The waveform on the
graph in the Result Preview section changes to a sawtooth wave.
Types of Graphs :-
LabVIEW includes the following types of graphs and charts: Waveform Graphs
and Charts—Display data typically acquired at a constant rate. XY Graphs—
Display data acquired at a non-constant rate and data for multivalued functions.
Intensity Graphs and Charts—Display 3D data on a 2D plot by using color to
display the values of the third dimension. Digital Waveform Graphs—Display data
as pulses or groups of digital lines. (Windows) 3D Graphs—Display 3D data on a
3D plot in an ActiveX .[2]
3D Graphs:-
A Surface plot uses x,y and z data to plot points on graph. The surface plot then
connects these points, forming a three dimensional surface view of data. For
example you could use a surface plot for terrain mapping. The following figure
shows 3D surface graph and 3D parametric surface graph.
The 3D graphs use ActiveX technology and VIs that handle 3D representation.
When you select a 3D graph LabVIEW places an ActiveX container on the front
panel that contains a 3D graph control. LabVIEW also places a reference to the
3D graph control on the block diagram. LabVIEW wires this reference to one of
the three 3D Graph VIs.[3]
CHAPTER 5
OPERATIONAL DETAILS
Dept. Of Instrumentation (DYPIET) Page 55
LABVIEW BASED THREE PHASE INDUCTION MOTOR SPEED CONTROL
5.1PROCEDURE:-
3. Then go to File menu and open the VI i.e. virtual instrument for speed
control.
14. See the result in which process variable is achieving set point.
1. Data Acquisition.
2. Instrument control.
3. Automation Test.
5. Embedded Design.
6. Process control.
7. Dynamic simulation.[5]
2. Destructive testing
3. Endurance testing
4. Autonomous operation
1. Process Control
2. Environmental control
3. Predictive maintenance
4. Industrial inspection
2. In Steel Plant For Controlling the speed of conveyor to keep the good
quality of steel.[5]
CHAPTER 6
CONCLUSION
The greatest learning experience in this project comes from the design and
construction of LabVIEW based Graphical Programming and the real
implementation of embedded system, Electro-mechanical relays and Opto-couper,
ULN 2803.
During the development of our project we studied and analyzed many real world
applications of Electronics and Software Engineering. Some of the theoretical
knowledge that was inculcated in us within our engineering program, which we
have applied practically.
BILLS OF MATERIAL
3 VFD 1 9,000/-
TOTAL 12,500/-
BIBLIOGRAPHY
Appendix