Dc input offset voltage, bias current using lab view

hi all
 my lecture has asked me to write a lab vbiew program that can measure the 741 operational amplifer dc input offset volage, its bias current. i totally do not have an ideal how to do this because i am new to lab view programming.
 i have design the hardware and connected to using the ni elvis instrument, but i do not know how to write a lab view program that can help me take these. readings without been done manually using and oscilloscope.
 please help guys

Hello augusta,
Many thanks for your post, I have some information that I think you will find useful.
The link below is a link to our LabVIEW Getting Started page that will allow you to get to grips with the LabVIEW environment and basic programming.
http://www.ni.com/gettingstarted/labviewbasics/
In terms of ELVIS, the following link may also help
http://zone.ni.com/devzone/cda/tut/p/id/12964
In terms of example coding, using the Find Examples from the LabVIEW getting started screen and then using Hardware Input and Output>> DAQmx>> and then selecting one of voltage examples there will also be if use.
Many thanks and good luck!
Liam A.
National Instruments
Applications Engineer

Similar Messages

  • My project is to measure ac voltage and current using lab view.

    Dear Sirs,
                    I have a project to measure ac Electrical parameters such as current, voltage, power factor etc. through data aquisitioin with labview. Can I do that ?? If yes then kindly help me with some opinions and ideas. I shall be highly thankful to you.
    Muhammad Hanan Azam.
    Student of University of Engineering and Technolgy, Lahore, Pakistan.
    Solved!
    Go to Solution.

    Yes it is possible. This can be acheived through serial communication. Read about serial communication like VISA, VISA configure, VISA wite, VISA read etc.
    Read about the serial communication of device with you are going to communicate i.e. some communication document etc.
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

  • How do i activate a 3 way valve using lab-view ????

    I am trying to automate a miniature punch press by connecting it to a computer having labview. this is done thro a 3 way valve which is in turn connected to an air compressor.
    I would like to know how i wud be able to control the valve using lab view ?

    Your question reads like;
    "I would like to know how I can drive a car using my hands?"
    Please provide the details on the value (inputs/outputs) and the type of hardware you are using to act on the valve.
    Trying to help!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to shutdown the PC using Lab View

    Hi,
    We are doing UPS project. In this project we have to shutdown the PC if there is a battery low condition. I want to know whether is their any library function in Lab View to shutdown the PC. And also we want make this labview to run in background whenever PC turns ON, is their any way to make Lab View VI to run in background process. We are also planning to send UPS Status through SMS message to specified mobile number using modem, is their any way to do this using Lab View. Please help me in this regards.
    Regards
    Shivakumar Singh

    Sorry
    Attached now
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    Shutdown_labview.zip ‏67 KB

  • Using lab view to control an Arduino led cube

    Has anyone used lab view to control an Arduino led cube? It seems to me that you could make a pretty awesome project out of the two.

    Hi there, I haven't done it my self but, you may find a tread at the LabVIEW Interface for Arduino Group including links to download the LabVIEW Interface for Arduino Toolkit . I think this will make the task easier. Good luck!
    Alejandro | Academic Program Engineer | National Instruments

  • How to determine the slew rate of an amplifier using lab view

    gud evening all
    I have an op amp circuit built on the NI ELVIS board and I input a square wave from function generator to the circuit. I have to determine the slew rate of the op amp.In the labs, one would run the square wave over a range of frequencies and stop when the square wave looks like a triangular wave. At that frequency, one would then measure the slope of the signal and that will give you the slew rate. How can I do that in LabVIEW? How can I check when my square wave starts looking like a triangular wave? please help
    good
    good

    thank you johnsold
    i designed a voltage follower using 741, on an Ni elvis instrument. i can manually do the slew rate experiment by varying the frequency range on the coasre frequency knob( using a square wave) of the function generator until the slew rate occurs at 0.5volts, my problem is how can i do the same experiment with built in vi in labview with out touching the knob on the function generator and once the triangular wave starts to show the lab view program will automatically stop.
    find attache my vi
    good
    Attachments:
    slew rate.vi ‏21 KB

  • How to read analogue input signal in NI 9201 module using lab view

    hi all
    iam using Crio 9012 module for real time controller
    nd iam using NI-9201 for input and NI9263 for output
    i have configures cRIO 9012 on my Pc
    but how i will take analog input using NI-9201 module
    thanks
    tc
    Solved!
    Go to Solution.

    Hello,
    I would recommend taking a look at the following examples in the LabVIEW Example Finder.  If you go to help-->Find Examples, you will see this window.  Just search for 9201 and you'll see these 2 examples:
    Hope this helps!
    Tejinder Gill
    National Instruments
    Applications Engineer
    Visit ni.com/gettingstarted for step-by-step help in setting up your system.

  • How to use lab view to do slew rate experiment

    gud afternoon
    I have an op am
    p circuit built on the NI ELVIS board and I input a square wave from function generator to the circuit. I have to determine the slew rate of the op amp.In the labs, one would run the square wave over a range of frequencies and stop when the square wave looks like a triangular wave. At that frequency, one would then measure the slope of the signal and that will give you the slew rate. How can I do that in LabVIEW? How can I check when my square wave starts looking like a triangular wave? please help..............................................​...............................
    good

    moved to here

  • Is there a way using lab view objects to let an object that is contained within another object get access to its owner?

    I've been playing with lvoop for 4 or 5 months now, and in general I like it very much, but I've repeatedly wanted to build classes that know something about who owns them and I can't figure out how to make this happen.
    The simple example I've been thinking about is imagine having a person class which contains a car class. Now say that I get an instance of a car class and I want to ask it who its owner is. In C++, I'd do this by giving the car class a pointer to the person class it belongs to. (Of course you have to worry about car objects that don't belong to anyone in which case the pointer has to point to NULL.)
    I've tried copying this idea by giving the car class a data value reference to a person class, but when I dereference the reference using an in place loop and call a method on it I get data from the moment the reference was made and not the current data of the person class.
    I realize this is sorta breaking data flow so maybe it's not possible on purpose?

    Scot18 wrote:
    I've tried copying this idea by giving the car class a data value reference to a person class, but when I dereference the reference using an in place loop and call a method on it I get data from the moment the reference was made and not the current data of the person class.
    Yes, LVOOP uses value based references, and when you split the wire to write the owner you created a data copy. The function you're after requires you do use a DVR for all class functions in which case you'll get reference based OOP, which is more familiar coming from text based OOP.
    It just so happens that G# uses that approach, take a look at it.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Can I use Lab view for agent based modelling?

    Dear All, 
    I have a project to do, It is optimisation of cost for maintenance management in special type of contract.
    I am looking to take an agent based modelling to do the project. I've just started using Labview and I'm not sure if I can do this type of modelling approach with Labview. Can someone please confirm that I can do it and also if its a familiar topic show me the first few steps.
    Thanks,
    Davood
    Solved!
    Go to Solution.

    SebSieros wrote:
    Hi Davood,
                       Could you please expand on what you mean by agent based modelling in detail and what exactly you are trying to accomplish?
                        I look forwoard to hearing from you.
    Kind regards
    Seb
    Hi Seb, 
    What I am trying to accomplish is an optimised cost by trading-off between 3 main different area(Labour, Spare part and logistic). each area has its individual sections and sub sections. the important part is that there are plenty interactions between sections and subsections of 3 main area. in simple word project is : changing the cost for training and see the impact of it on total optimised cost or selecting supplier A which is providing item x cheaper than provider B by considering that for supplier A there is another logistic plan and method or sometimes more training is required and finally  see what is going to happen to total optimised cost
    I draw a simple conceptual framework to present the project more clearly. please see attachment. I'll be happy to clear any point if you need.
    Attachments:
    Project.png ‏105 KB

  • Using Lab view ver 6,How can I read a cell of excel file right after I write to it

    How can I read a specif cell of an Excel file using Labview VI.

    Hi,
    Attached is a LV6.1 VI which will read a cell.
    It will be looking for a sub VI found in the example C:\Program Files\National Instruments\LabVIEW\examples\comm\ExcelExamples.ll​b.
    The returned value is a string value but there is no reason why it couldn't be a number. Just connect a numeric to the type connector of the Variant to Data function.
    Hope this helps.
    Regards
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    Get_Cell_Value.vi ‏41 KB
    Write_Table_To_XL.vi ‏101 KB

  • How to use t-shark (wireshark ) using lab view??

    i want to use tshark using labview to extract RTCP sender and reciever reports and put them into strings so i can log and graph the Delay and jitter and loss packets by the time
    iam using windows Xp 
    Pleaaase help

    You can either setup wireshark to log that traffic and post process the log file or you will have to interface to the WinPCap driver that Wireshark is using to sniff the network traffic. There has been some work done to interface to WinPCap here in the past but the project has to my knowledge never gone to a fully fledged state, so I would expect you to have to do some work on that level too.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Hello, we are using Lab View, to run testers, for checking our production parts. At different times during testing we are getting an error message with a number indicating something.

    The number appears to be different every time. The error will stop the test. Sometimes, the test will complete, but instead of passing or failing, we get an error message. Most times these keep comingup every other or every 3rd part.Most times we can reset the problem, and at least get rid of the errors for a while, by shutting down the whole system, including the main disconnect. Then powering back up. HELP!! This has been going on too long!!

    What's the error number and message? Is it a LabVIEW error code or a user created one?

  • Lab View use with external RS 232 devices

    Please let us know how to use Lab View with Our  Micro controllers RS 232 device

    Look in the example finder for "serial".  You will find several example VI's that use NI-VISA.

  • Create test sequence from lab view - add it to the .seq file

    Hello All,
                   I have a query. consider an test sequence that has already stored in "Test.seq" format. let us say we have 5 test steps.
    now is it possible to add a new test step to this existing test sequence using Lab VIEW. I mean if we enter a new test step this has to reflect in the existing test sequence "Test.seq".  i.e in the "Test.seq" we must have 6 test steps.
      If this is possible let me know how this can be done. 

    Michels,
    Guenter mande a very good point.  Make sure to take a look at the forum thread he linked to see the licensing implications of creating your own Sequences.
    There is a very good forum thread that discusses how to create steps programmatically.  You can find the forum here:
    http://forums.ni.com/ni/board/message?board.id=330&message.id=7785&requireLogin=False
    Regards,
    Santiago D

Maybe you are looking for

  • Super Puzzler - stump the chumps

    OK. I've got a good one here. I've had to go through two Apple Care people and wound up being transfered to a product specialist only to be told what I have is a "mystery." Wanna help me solve it? here's the situation: I bought an TV and an Airport

  • Plotting multiple graphs on one waveform chart with dynamic data types

    I'm trying to put multiple graphs on one waveform chart and having data agreement errors. I'm wondering if it has anything to do with the fact that dynamic data is being used (I've had no problems with other datatypes in the past). Does anyone know h

  • How do i change what the stop button does

    Is it possible to change the behavior of the 'STOP' button depending on the state of the 'PLAY' button? What I would like is this; When Logic is playing the 'STOP' button stops play leaving the playhead where it is. If the stop button is pressed agai

  • How do I create reusable titles in premier elements 13?

    how do I create reusable titles in premier elements 13?

  • Show number in ADF

    In my oracle, the number is saved as 4 digit number. However, these number cannot be showed by ADF properly. For example, the number saved at DB is 0.1234. ADF shows it as 0.123. If the number saved in DB is 0.1235, ADF shows it as 0.124 How to show