Virtual Instrumentation
#1

A virtual instrument in principle is a computer based software driven instrument for test, measurement or process control applications. Virtual instruments are thus composed of layers of software and hardware having a virtual control panel that only appears on a computer display.
In virtual instrumentation systems the appearance of real instruments and measurement workbenches are mimicked so that they resemble the interfaces of their real counterparts. Instead of conventional text-based procedural programming languages where syntax and punctuations are sensitive aspects of a program, visual or graphics-based programming is ideal for virtual instrumentation. Different DAQ (Data Acquisition) Cards are available which are interfaced with our PC. Data Acquisition devices combine data acquisition with the processing power of a computer.
With DAQ devices, the hardware converts the incoming signal into a digital signal that is sent to the computer. The computer receives raw data. Software takes the raw data and presents it in a form the user can understand. Software manipulates the data so it can appear in a graph or chart or in a file for report. The software also controls the DAQ system, telling the DAQ device when to acquire data, as well as from which channels to acquire data.
Reply
#2
please provide me complete seminar report & presentation
my email id is mudgal.parth[at]gmail.com
Reply
#3
Virtual Instrumentation
Virtual instrumentation is an interdisciplinary field that merges sensing, hardware and software technologies
in order to create flexible and sophisticated instruments for control and monitoring applications.There are several definitions for virtual instrumentation. Some of them maybe:
-"an instrument whose general function and capabilities are determined in software"
-any computer can simulate any other if we simply load it with software simulating the other computer.
-a virtual instrument is composed of some specialized subunits, some general-purpose computers, some software, and a little know-how.

Virtual Instrument Architecture
the following blocks are present in a virtual instrument:
-Sensor Module: It performs signal conditioning and transforms it into a digital form for further manipulation
-Sensor Interface:wired and wireless sensor interfaces exist and they are used for communication between sensors modules and the computer
-Medical Information Systems Interface
-Processing Module:Integration of the general purpose microprocessors or microcontrollers allowed flexible implementation of complex processing functions.
-Database Interface: Computerized instrumentation allows measured data to be stored for off-line processing, or to keep records
as a part of the patient record
-User Interface:
For communicating with the user.Graphical User Interfaces (GUI), Multimodal presentation, Virtual and augmented reality, Functional Integration all come under this.


Distributed Virtual Instrumentation
medical information and services can be provided at a distance by physical distribution of virtual instrument components into telemedical systems. The Infrastructure for distributed virtual instrumentation includes:
-Internet
-Mobile telephony
-Medical information system network
-Private networks

For for more details and report:
[attachment=3527]
Reply
#4
That's a very good piece of information about the Virtual technology. The Virtualization has just opened the doors for a new technology capable of achieving much more than what the current technology is capable of achieving.
Reply
#5
[attachment=7036]
VIRTUAL INSTRUMENTATION

Created by:
Jaydeep Gadhavi (08 EC 114)
Nishat Savat (08 EC 106)



Introduction:

Graphical programming language for data acquisition, data analysis, presentation of result and instrument control

Use of customizable software and modular measurement hardware to create user-defined measurement systems

Software device that performs an analysis on data acquired from another instrument and then outputs the processed data to display or recording means
Reply
#6
i m not getting neough information on virtual instrumentation....so please guide me...
Reply
#7
Submitted by
BINAY KUMAR

[attachment=13096]
APPLICATION OF VI :
Today conservation of energy is of utmost importance in every aspect. The proper monitoring of power and maintaining the rated power factor can obtain the efficient usage of power in any industry. But the major problem encountered in every instrument is the error. So instruments of very high accuracy and precision are needed. We have developed a Virtual Instrument capable of measuring rms and peak values of current and voltage, frequency, active power, reactive power, apparent power and power factor using the software Lab VIEW 6i (a product of National Instruments, USA). The VI meter is successfully tested in our laboratory.
For the measurement of instantaneous power, the first step is to monitor the instantaneous values of the voltage and current from the circuit. These values of voltage and current are to be step down since the rated voltage for the interfacing kit is +10V or -10V. A standard 1ohms(wire-wound resistor) is connected in series with the circuit and the voltage across the resistor (equal to current) is given to the PCI. The interfacing kit used is PCI-6O24E. The voltage and current (voltage) signals are given at 2 pins of the kit. The signals are sampled at a rate of 10,000 scans/sec and 1000 samples are taken and are stored in the form of a matrix. This operation is performed by using a analog acquire input function
The two signals are sampled consequently and so there will be a time delay between the scan of one signal to the other.So the exact values of voltage signals corresponding to the current signals can be calculated knowing the delay 'd'.
t = (1/ w) x inv.sin[V / Vm]
v = Vm sin w( t+d )
CALIBRATION OF DELAY
DETERMINATION OF POWER AND POWER FACTOR

From the instantaneous values of current and voltage obatained as a result of the above operations ,the value of instataneous power 'p' can be found as,
p = ( v ) x ( i )
The relation between the instantaneous power and Vrms , Irms is given by,
p = ( v ) x ( i )
v = Vm sin wt
i = Im sin (wt- f )
therefore, p = ( Vm sin wt ) x ( Im sin (wt- f ))
p = ( Vm ) x ( Im/2 ) x (cos f - cos (2q - f)
The average power P is given by,
P = ( Vm ) x (Im) / ( 4p ) x INTEGRAL [(cos f - cos (2q - f )).dq ,0 , 2 p ]
P = ( Vm ) x ( Im/2 ) x (cos f )
P = ( Vrms ) x ( I rms ) x (cos f)
The average power can also be calculated by finding the average of the instantaneous power determined from v and i values .
P = S [ ( v ) x ( i ) ] / number of samples.


The rms values of V and I are found by using the DC RMS function present in the WAVEFORM MEASUREMENTS toolbox of LabVIEW 6i. The waveforms of voltage and current acquired using the ANALOG ACQUIRE function are given as inputs to the DC RMS function.
Now the powerfactor can be easily determined by ,
cos f = P / ( ( Vrms ) x ( Irms ) )
The reactive power can be determined by knowing the values of Vrms , Irms and the phaseangle.
f = inv. cos ( P / ( ( Vrms ) x ( Irms ) )
Reactive power = ( Vrms ) x ( Irms ) x (sin f )
The frequency of the input signal is found by using the SEARCH FREQUENCY and the MEASURE FREQUENCY fuctions.The peak values of V and I are found by using the peak detectors created in the LabVIEW environment.
The above figure is the VI diagram of the virtual meter developed using LabVIEW 6i.
EXPERIMENTAL RESULTS :
The values of the parameters obtained by the proposed meter and the conventional type meters are tabulated as follows.
DEVELOPED VI SOFTWARE DIAGRAM :
ADVANTAGES OF THE DEVELOPED VI METER:

The accuracy and precision of the developed virtual meter are very high compared to the conventional meters
The resolution is also greatly increased.
The errors due to the temperature change are eliminated.
The same meter can be used for the wide range of power and powerfactor.
The calibration of the meter is not affected by the variation in voltage and waveform.
All the discussed errors exhibited by the conventional meters are eliminated in the VI meter.
The measurement of energy can be done easily from the outputs of the meter.
Our works in labview
The labview is a development environment based on graphical programming. It is integrated fully for communication with hardware like GPIB. It contains front panel for user interface and block diagram for flowchart.
It has many applications as said earlier. As our part we have verified Ohm's law, Kirchoff's laws, Maximum power transfer theorem, Thevenin's theorem and Norton's theorem. We have interfaced with the external circuit and experimentally verified it. It explains the modes of input, Resolution, Range, Gain, code width, sampling rate and averaging and thus it serves as a basic learning tool for beginners.
Windows:
Labview for windows DAQ VIs access the national instruments standard NI-DAQ for windows 32-bit dynamic page link library (DLL). The nidaq32.dll file interfaces with the windows Registry to obtain the configuration parameters defined by Measurement and Automation Explorer.
Measurement and Automation explorer:
It is the unit where the channels of DAQ are configured. The measurement type, channel name, units, range, scale, scale type, channel number, input mode are given.
Consider the Kirchoff’s voltage law verification:
A circuit with dc voltage source is connected in series with two 10 Kohm resistances and the supply is switched ON. The three voltages from the circuit are taken and given to channel 1, 2 and 3 respectively to the interfacing device BNC 2120. In the program, voltages are acquired using the AI ONE PT vi through PCI DAQ card.
The acquired voltages are given to the Basic Dc rms sub vi to get the rms value of the acquired voltages. The rms voltages found are displayed in the digital indicators. The three rms voltages are added as per the kirchoff's voltage law. Program is such that if the voltage sum is zero then the square LED will glow. In our experiment, we got the voltage sum as zero and thus the square LED glowed. Thus the kirchoff's voltage law is verified.
Noise Reduction in virtual Instrumentation:
A high frequency noise is added with a sine wave signal using insert array function. The noise added waveform is given to a waveform graph and Butterworth low pass filter. The sampling frequency, higher cutoff frequency and order number are configured for the Butterworth filter. The frequency of the input is found with the Buneman Frequency Estimator.vi. Ten times the frequency is given as the sampling rate to the filter. The higher sample rate is for better accuracy. The output of the Butterworth filter is given to the waveform graph. It is observed that the noise is largely removed. The same will be true for the external noises
Advantages of VI :
Once people used typewriters, which were then replaced by the word processors that offered new levels of productivity and flexibility. Much as the same way, VIs will replace the physical instruments.
The picture on the top is that of a real instrument and the one on the bottom is that of a virtual one. Today's computer's graphic capabilities even make VIs look like real instruments.
Virtual instruments are better connected to PC technologies widely used in industries. With VI, users can move applications seamlessly between several bus architectures, such as PC Card, plug-in DA hardware, and VXI. This portability offers the flexibility to take advantage of improved bus standards as they arise.
Customizability
VIs are fully customizable. You can select the range, accuracy, amount of information provided by them. You can even save the data provided by it in a computer and send it over the internet. They can be made to sense any physical quantity offering any range with the use of corresponding sensors. A vi can be made to control any other instruments including another vi.
Increases productivity
Virtual instruments are less expensive and maintenance free. They work very fast, handle repetitive tasks, process data, store results and also generate reports. Reuse of code is also possible. Thus the same code can be used for testing similar instruments which saves time and money. Doing things in less time would definitely mean being able to do more. With less time, money and human labor for the same product, the productivity increases rapidly.
Lowers cost for customers
Physical instruments are not suited for extreme weathers, but VIs can work in any hazardous environments. When a new product is tested using expensive test equipments, it naturally raises the overhead cost. Employing VI there, reduces the testing cost. They also increase the test safety. They do not get damaged and thus no need of replacements. This lessens the price of the final product for customers.
User friendliness
The software used for VI is user friendly. In LabVIEW, new users can step through the dialogue boxes and quickly build a fully functioning DA application. LabVIEW will help define signal types, connections, and transducer equations before building the system. Thus, the learning curve is shortened significantly. More experienced developers can use the DAQ Wizards to prototype a system.
Applications: Most VI system’s hardware block diagrams are almost the same.
Most VI system contains a microprocessor, a data-acquisition unit or system, an I/O port, a display or a way of reporting the results and an analysis engine. Since most of the hardware is the same, only the front-end of the device needs to be changed to suit the equipment's purpose. With a personal computer, a software could do the analysis after acquiring the needed data. Thus, the software could be written as such to specifically answer what is called for by the analysis. The hardware could be changed according to the design of the experiment, whether it will receive data from an apparatus or control it. Instead of using separate hardware front-ends, software could be written for measuring different quantities. Thus with sensors and appropriate software, any physical quantity can be acquired and measured in VI.
Some other applications of VI are data analysis, systems control, process automation, testing and calibration of instruments, telecommunications, semiconductor manufacturing, automotive testing, robotics, automation, embedded systems, etc.
CONCLUSION :
The future of virtual instrumentation is promising. As such companies as Intel and Microsoft continue to usher in new technologies for advanced productivity and connectivity; virtual instrumentation’s benefits will increase. Improvements in PC technology and VI hardware and software will make new applications possible. Companies like National Instruments are promoting VI to make it reach everyone. Quite sooner the traditional instrumentation will be completely moved inside the computer.
Reply
#8
[attachment=14320]
Virtual instrumentation is the use of customizable software and modular measurement hardware to create user-defined measurement systems, called virtual instruments.
Traditional hardware instrumentation systems are made up of pre-defined hardware components, such as digital millimeters and oscilloscopes that are completely specific to their stimulus, analysis, or measurement function. Because of their hard-coded function, these systems are more limited in their versatility than virtual instrumentation systems. The primary difference between hardware instrumentation and virtual instrumentation is that software is used to replace a large amount of hardware. The software enables complex and expensive hardware to be replaced by already purchased computer hardware; e. g. analog-to-digital converter can act as a hardware complement of a virtual oscilloscope, a potentiostat enables frequency response acquisition and analysis in electrochemical impedance spectroscopy with virtual instrumentation.
The concept of a synthetic instrument is a subset of the virtual instrument concept. A synthetic instrument is a kind of virtual instrument that is purely software defined. A synthetic instrument performs a specific synthesis, analysis, or measurement function on completely generic, measurement agnostic hardware. Virtual instruments can still have measurement specific hardware, and tend to emphasize modular hardware approaches that facilitate this specificity. Hardware supporting synthetic instruments is by definition not specific to the measurement, nor is it necessarily (or usually) modular.
Leveraging commercially available technologies, such as the PC and the analog-to-digital converter, virtual instrumentation has grown significantly since its inception in the late 1970s. Additionally, software packages like National Instruments' LabVIEW and other graphical programming languages helped grow adoption by making it easier for non-programmers to develop systems.
Lab VIEW (short for Laboratory Virtual Instrumentation Engineering Workbench) is a platform and development environment for a visual programming language from National Instruments. The purpose of such programming is automating the usage of processing and measuring equipment in any laboratory setup.
The graphical language is named "G" (not to be confused with G-code). Originally released for the Apple Macintosh in 1986, Lab VIEW is commonly used for data acquisition, instrument control, and industrial automation on a variety of platforms including Microsoft Windows, various versions of UNIX, Linux, and Mac OS X. The latest version of Lab VIEW is version Lab VIEW 2010, released in August 2010.
Overview
Academic experimental research requires flexible, customizable, easy-to-use yet powerful tools for developing and implementing new and innovative algorithms, methods, and systems for controls, robotics, and mechatronics applications.
National Instruments offers a complete family of data acquisition, control, and data-logging devices for desktop, portable, embedded, and networked research applications and systems. You can easily configure and program these devices using NI LabVIEW, a development environment and graphical programming language ideal for performing data acquisition and control tasks, as well as for scientific computing and data visualization. Easily design, prototype, and implement new algorithms and mathematical models using a common set of tools that provide different levels of abstraction and models of computation within the same development environment.
Reply
#9



to get information about the topic virtual instrumentation full report ,ppt and related topic refer the page link bellow
http://studentbank.in/report-virtual-ins...tion--2374

http://studentbank.in/report-remote-acce...ontrol-lab

http://studentbank.in/report-virtual-ins...ion--13796

http://seminarsprojects.in/attachment.php?aid=3527

http://studentbank.in/report-instrumenta...ars-topics

http://studentbank.in/report-virtual-ins...automation

http://studentbank.in/report-remote-acce...lab--24581
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: instrumentation of conductometry, latesh trends in instrumentation, virtual instrumentation projects, binay mistres, intrumentation of conductometry, abstract on remote accessible virtual instrumentation control lab, virtual instrumentation projects pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Virtual keyboard computer science crazy 3 3,502 17-09-2014, 10:23 PM
Last Post: seminar report asees
  An Overview of Virtual Reality ( Download Full Seminar Report ) computer science crazy 1 5,749 07-01-2013, 11:16 AM
Last Post: seminar details
  Virtual Reality Electrical Fan 2 2,521 11-06-2012, 03:30 PM
Last Post: seminar details
  virtual reality full report project report tiger 7 6,761 11-06-2012, 03:30 PM
Last Post: seminar details
  Seminar on The Virtual Machine computer girl 0 1,287 09-06-2012, 05:55 PM
Last Post: computer girl
  A SEMINAR REPORT ON VIRTUAL REALITY computer girl 0 1,133 09-06-2012, 12:44 PM
Last Post: computer girl
  Uniprocessor Virtual Memory Without TLBS computer science crazy 1 2,720 12-03-2012, 11:32 AM
Last Post: seminar paper
Brick Virtual keyboard (Download Full Report And Abstract) computer science crazy 30 27,074 05-03-2012, 09:36 AM
Last Post: seminar paper
  Virtual Desktops full report seminar class 1 1,440 14-02-2012, 03:55 PM
Last Post: seminar paper
  virtual keyboard full report computer science technology 4 8,035 17-01-2012, 10:03 AM
Last Post: seminar addict

Forum Jump: