Controlling a lock-in amplifier with labview

Hi there, Does somebody know a good website to download labview code to connect a lock-in (Signal Recovery, Model 5210) with GPIB to the computer? I'm still learning to program in labview, Thanks, -Tod

Hello, i'm novice in labview, i've just installed the 5210 lock-in amplifier's driver and i don't know how to use it in my program, can you help me please by giving me an example of a vi using this kind of driver for example? thank you in advance

Similar Messages

  • Poll - Which Version Control Software Do You Use With LabVIEW?

    I wish the forums had a poll feature. I created a poll in the developer community - Which Version Control Software Do You Use With LabVIEW?
    http://decibel.ni.com/content/polls/1818
    Edit: I just saw that there already is a poll for that
    http://decibel.ni.com/content/polls/1050
    =====================
    LabVIEW 2012

    julieann wrote:
    You can use a source control provider to share files among multiple users, improve security and quality, and track changes to shared projects. Use LabVIEW with third-party source control providers so you can check out files and track changes from within LabVIEW. See info. here.
    Looks suspiciously like someone trying to increase hits on their blog. A coincidence that it was posted the same day as the blog post?
    Message has been reported to the moderator. Laura can decide whether or not it's appropriate.

  • I need to control a Ransco temperature chamber with LabVIEW

           I need to
    control a Ransco temperature chamber with LabVIEW.  The temperature chamber requires four BCD digits
    plus a – /+ bit and some control lines.  I have a piece of hardware attached to my PC
    called LabJack.  LabJack has 16 digital
    input/outputs, 8 analog inputs and 2 analog outputs.  What I would like to do is control the
    temperature chamber with LabVIEW using the LabJack as an interface.  Has anyone in the group done this or something
    close to it before?  Also has anyone used
    LabVIEW to control a LabJack for any purpose? 
    I would be interested in looking at what you did and what drivers and VIs you used.
    Thanks,
    Gary

    Try reading this thread. It might not be terribly helpful to your application, but it might answer some questions. Also look at the Labjack site to look for the LabVIEW VIs that they have written.

  • Control a usb missle launcher with Labview

    I have bought a toy named "usb missle launcher"
    The control software have a dll named "hiddog.dll"
    how coul i use the hiddog.dll with labview  
    that is mean
    how coul i control the usb missle launcher with labview
    Attachments:
    Missile Launcher.zip ‏2384 KB

    The Call Library Function Node will allow you to call a DLL. To do so, you need the documentation on the DLL. This documentation would list the functions as well as the arguments for those functions (i.e., inputs and outputs). There does not seem to be any documentation in what you uploaded. Actually, I have no idea what you uploaded, aside from the fact that one of those files was the actual DLL.

  • Lock-in amplifier with USB-6221

    Hi,
    I was just wondering if it is possible to set up a lock-in amplifier with a USB-6221 DAQ system.
    Thank you.

    Hi johndoe117,
    Because the USB-6221 does not have dedicated ADCs for each channel, it is not recommended that we try and implement a Lock-In Amplifier. I would recommend using one of the DSA cards instead. I have included a KnowledgeBase article below that details what we look for when we want to implement a Lock-In Amplifier for some further information you may find helpful.
    Lock-In Amplifier considerations: http://digital.ni.com/public.nsf/websearch/EBAADBD271ADFEC586256C86007B63F9
    Regards,
    Jason D
    Applications Engineer
    National Instruments

  • How to use labjack U12 to control solenoid directiona​l valve with Labview in hydraulic system

    Hi,
    I need to control a solenoid operated direactional valve in hydraulic system with Labjack U12. I am using three relays but need some help on the vi. like which instrument drive I need to use etc....
    The coil voltage for the solenoid valve is :  AC120V, 60Hz; AC110V, 50Hz 
    My goal is to control this solenoid valve open/close at certin time, am using Labview 2011. Any advise would be helpful.
    Thank you!

    Have you got the relays working yet.  Do some initial testing with LJlogger to make sure hardware is controlling the relays as expected.  If you need further help with this step, provide a link to electrical details for the relays and describe how you have the relays connected to the U12.
    As for your programming in LabVIEW, I suspect you are using digital I/O, so the simplest thing to do is call EDigitalOut() to set a particular line to output-high or output-low, or if you need to set a line to input (for open-collector style control) use a call to EDigitalIn().  Perhaps look at "e function example.vi" to get started, and for general information about using the LabJack U12 with LabVIEW see topic #84 from the LabJack forums.

  • Control multi dynamixel AX-12 with LabView

    I need help controlling 2nd Dynamixel AX-12 from LabView based on "Dynamixel Sync Write Example" code.
    We used one USB2 dynamixel to control one dynamixel ax-12 from Labview. It worked well.
    Recently I added another ax-12. The two ax-12 are in series. USB2dynamixel is set to TTL. The Labview code generated dual control front panal automatically. Controlling one unit is good. But controlling the 2nd ax-12 is a problem:
    The ID seems incorrect according to USB2dynamixel chart: the unit next to the USB should be #0, the one in series with #0 should be #1 and so on. On my setup, I couldn't find a correct ID associated with the unit next to the USB. The one in series with it is #1. Only #1 responds correctly to front panel control.
    When click "run" 1st time ax-12 #1 will rotate according to set positions. click "run" again, the other ax-12 will rotate according to #1's set positions, not its own positions. The other unit's ID can be set any number, and results are the same.
    Has anyone used the same LabView code to control more than one ax-12 with USB2Dynamixel? Anything I have missed? Appreciate your inputs.
    Attachments:
    front.PNG ‏53 KB
    block.PNG ‏38 KB

    Thanks, Drew
    You are correct that the code is from NI example less while loop. I did repeated runs, results are the same as two single runs.
    I just traced the executions and recorded header and checksum parameters for ID #1 and #2 for debugging. I placed two sets of positions to separate ID#1 and ID #2:
             Control      Dial      Position      Manual pos
    ID#1      0           off         60              160
    ID#2      1           on        100             200
    There is only one set of header and checksum value being passed in the program. That might explain only one set of position (ID#1) was set, the other one (ID#2) was ignored.
    Does that make sense?
    Anne
    Attachments:
    111026 dynamixel.pdf ‏198 KB

  • How to Control the Valves and Pump with Labview?

    I have started a new project where I have to control the valves operation through Labview 2009,using PXI 1031, NI 5105(Digitizer) and NI 6251(M-series DAQ).
    The valves I need to control using the labview are:
    a) Pressure Reducing Valve (open & close)
    b) Remote control Valve(On & Off) with in-built actuator
    c) Flow control valve(open, semi open, partially open, semi close, partially close, fully close), 1%, 2%, 3%..etc
    d)saftey valve (opening closing depending on increase in pressure from certian limit)
    I hav eto control
    a) Hydraulic pump operation with in built gear-box
    Please let me know, how should l develop the VI for all? How to get started?, any helpful links? If there is any example code?
    Its little urgent !

    If you are not familiar with LV, I would suggest you go through the tutorials. Then take the leap and figure out how to use Action Engines and State Machines (search any of the terms I used that don't understand, there are a zillion threads on them).
    Then...
    Sit down and write stand-alone testers for each of the widgets you are going to control monitor etc.
      These testers will give you an idea if they really work the way you think, their character, and will serve as a "Sanity Check" when you think you are going crazy  durring development.
    THen integrate the tester so they can all work at the same time. This will become a utility screen that will serve you well when maintaining the critter latter in its life.
    Only then...
    write out a complete set of state diagrams that describe what you plan to do (don't cheat! ) and walk through them in your head until you are cetain it will all work blah blah blah.
    This step is optional but highly recomened...
    Compose a detailed set of documemtns describing what you have in mind and post them here (include the images, they will get many mor readers) and let people  pick aprat your design.
    When you have a final design, use everything you learned along the way to be a kick-ass developer.
    Along the way post distinct well defined question on this site and as long as it looks like you are trying someone will probably reply and get you going again.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Lock in Amplifier with high sampling rates on non DSA hardware

    Hi,
    I plan to use the NI lock-in amplifier startup kit to detect a harmonic signal of around 400kHz. I plan to use the digitizer PCI-5105 ( I have not purchased it till now, but I will soon). I have downloaded the lock-in start up kit and unzipped the folders and was hoping to give it a trial run with a NI USB-6363 however the vi does not open because it says there are a lot of subvi's missing (subvi's like AI read.vi, AI clear.vi, etc.). Also the LockinDemo.vi seems to use NI 4472 as a default hardware. My questions are 1) Can the NI lock-in-amplifier startup kit be used with PCI-5105 and 2) can the missing vi's be downloaded from somewhere or be replaced with other blocks on my own?
    Thanks in advance for any help
    Avishek
    Solved!
    Go to Solution.

    Dear All
    I have plotted waveform graph frequency vs amplitude of real time signal. I am using measurement computing USB1208FS. I used fft.vi to plot the graph and get the waveform which is attached. On X-axis frequency is form 0 to 0.49HZ. But I want to increase that from 50 to 500 hz. When X-axis scale is in auto select mode then it automatically adjust to 0 to 0.499 hz. When I deselect autoselect mode and edit x-axis from 50hz to 500hz then no waveform comes on display. I have set the sapling rate of 1024 and count of 500. Please guide me how can i get the desired waveform graph.
    The waveform which i plot is shown in attch1 and my desired waveform is shown in attach2.
    waiting for response
    Kind Regards
    Urfee
    Attachments:
    result that i got.JPG ‏17 KB
    desired values for scales.JPG ‏35 KB

  • Help with Controlling the HP E1411B multimeter with LabView

    Hi -
    I'm using LabView 7.1, and trying to control the HP E1411B multimeter in a Textronix VX1410 frame, using a VXI-MXI-2 interface.  I've read that this is a register based device, which means what?  I can't control it using the VISA method in LabView?  I've been successful in this with other devices, so I'm guessing it can't be done because it doesn't work.  I also downloaded both the drivers for this device from the driver database, and neither work.  I can't seem to figure out to nake them work either.  Can anyone help?  I just want to use the MM to make simple measurements and display them in LabView.  If I wanted to create my own driver, what would be the best way to communicate with it?  Thanks.
    Charlie

     Sir,
       I want to make automatic test setup for testing accelerometer. My resources are Test station PC with windows 2000, Agilent E1401B High power mainframe with slot 0 controller, Slot 0 controller is NI VXI-MXI-2 controller, shaker etc. MXI-2 bus begins at PCI at the PC and goes to VXI backplane. Agilent E1401B cage have Agilent E1411B 51/2 Multimeter (in slot 3), Etec Test Head Support Module (slot 2), Etec Digital stimulus response module, ETEC test head I/O panel etc. we have old version labview-2009. using labview i want to control my test whole setup.
         Procedure for test setup is that i need to give power supply to shaker. Also i have to give input signal of 1kHz to shaker for vibration. Accelerometer will be mounted on shaker. Accelerometer output voltage has to be measured with agilent DMM E1411B in VXI cage.
    I have installed NI-VISA n NI-VXI driver and i was trying to program it using visa VIs in LABVIEW, but couldn't succeed.
    First, i am trying to make a simple program which can read resistance and voltage from HP E1411B DMM. There is difficulties in using VISA Out and VISA In VI. to measure DC voltage value from DMM, how should i give command to DMM using VISA out, because input to VISA out is numerial value so how can i give command to DMM. VISA In has only input offset and address space, so how will i know that which offset setting will show voltage value.

  • Has anyone done any control of an ABB robot with labview and robotstudi​o?

    I am busy with a piece of test equipment where I need to read data from and send position commands to a ABB robot. This robot uses their new IRC5 controller. I have got their OPC server but I am having difficulty in getting it to respond to the commands I am sending via OPC. I was hoping someone has done this before and can perhaps assist me in getting going.

    Hi,
    I'm trying the solution like your, but communication with  ABB.Robotics.Controllers.dll (. NET) and convert between C# to LabVIEW,
    it was success but i'm not fisnish yet to send position or command to the controller because some class not a public constructors.
    any update please let me know.
    Thank you.
    Attachments:
    ABB_IRC5 Robot Info.vi ‏59 KB

  • Where can I find nice controls/indicators symbols to use with LabVIEW, like Valves, pumps, storages, etc, Free ?

    I'm using labVIEW, which is a fantastic tool, in control of industrial processes, and would be very nice if I can use some symbols to represent my controls and indicators, to give a better look to the aplications !! So I'd like to know where I can get it free ! Thank you!

    The "free" part makes this a difficult question..
    LabVIEW DSC has a whole suite of industrial images (See Tools>>Datalogging & Supervisory Control Module>>Image Navigator..). However, it's not free.
    You may want to search the Net for some free images. reichard.com may have some free samples as well.
    Regards,
    Khalid

  • Does Lock in amplifier kit work with DAQpad 6016

    Hi all,
    I have DAQPad 6016 (USB). I am trying to develope Lock in amplifier and I found Lock in Amplifier start up kit. So I am wondring that this tool kit works wit DAQ 6016? Moreover, DAQ 6016 does not support treditional DAQ. And this tool kit is with traditional DAQ so Can i change this traditional DAQ to DAQmx or any update available for Lock in amplifier start up kit?
    Thank You  

    Hi N.K.,
    I found an example which is using DAQmx. Have a look at:
    Multi Channel Count Lock-In Amplifier with DAQmx
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=042319214C65627AE0440003BA7CCD71&p_...
    Also please look here, because I the 6016 does sampling not simultaneous!
    Lock-In Amplifier Startup Toolkit Compatibility with Non-DSA Hardware
    http://digital.ni.com/public.nsf/websearch/EBAADBD271ADFEC586256C86007B63F9
    Regards,
     Andi
    ~~~ Logic is a systematic method of coming to the wrong conclusion with confidence ~~~

  • Lock-In Amplifier and offline data processing

    Hi everyone,
    I've been successfully using the Lock-In Amplifier to do live data processing. The processed Lock-In outputs and the frequency values are then saved. Recently it has turned out that the real acquisition capabilities needed mean that online processing is not possibe. (As 4 channels are being simultaneously sampled each at 4Mhz and acquiring for several seconds.) I have built the Lock-In Amplifier into an offline processing VI where I strip out the arrays for Channel 0 (Signal) and Channel 1 (Reference) and send chunks of data to the Lock-In. I wanted to check that the Lock-In doesn't have any problems working offline? Are there any other things I need to know for offline processing?
    Many thanks

    Hi,
    I've not personally had the change to use Lock In Amplifiers with our hardware yet, but from searching through the LabVIEW developer zone I came across this example VI, I hope it's some help to you: http://zone.ni.com/devzone/cda/epd/p/id/4532
    All the best,
    Applications Engineer

  • Lock-in amplifier, low sample rate options

    Hello!
    I would like to implement a lock-in amplifier in labview (version 8.5).  I understand that there is a developer kit for the LIA available, and have checked it out; however, it is incompatible with my equipment.
    I have a usb 1608fs card that I am using for for digital to analog conversion, which has a max sample rate of 16000 hz for two channels (signal and reference).  The signal I am trying to lock in on is between 5 and 10 hz.  The main contribution to the noise is 60Hz noise from the air, which shouldn't be a problem.
    However, the lock-in amplifier by labview refuses to work at under 50KHz sample rate, so I am at an impasse.  I could put one together myself, but I wanted to see if there were any options available to me; no point in reinventing the wheel.
    Regards,
    MB

    Here it says the minimum rate is 50kHz. Sorry, but ther is no option to change that.
    Also look at Lock-In Amplifier Startup Toolkit Compatibility with National Instruments Hardware.
    Btw, there is no USB 1608fs card from NI.

Maybe you are looking for

  • Call method with an argument from another view controller

    I have a UIViewController MainViewController that brings up a modal view that is of the class AddPlayerViewController. When the user clicks 'Save' in the modal view I need to pass the Player data (which is a Player class) from the modal view to the M

  • Query not retrieving correct result set

    I have a query that doesn't seem to be executing its where clause. I used getQuery to check it and ran it in SQL Navigator where it works fine. The same query doesn't work correctly when executed in the OA Framework. Any ideas? Thanks.

  • GTK theme, FF buttons problem

    Hello, I recently moved to Macchiato gtk theme, which is very nice. Sadly it has a problem with Firefox/Thunderbird buttons that I'm unable to fix. Explained by images: no mouse over button: (if you look closer, you'll see that text is barely visible

  • Dell Inspiron 14z free software: Photoshop and Premiere Elements activation

    How do I install the free software versions of Adobe Photoshop Elements and Adobe Premiere Elements that come with my Dell 14z Inspiron laptop? (http://www.amazon.com/Dell-Inspiron-14z-Photoshop-Bluetooth/dp/B008YWGTVU)

  • Admin tool: login.jsp  (blank page)

    I have a problem similar to a recent posting. I have a 9i Release 2 database installation, server works, sample jsps work, database is up. Updated the file $ORACLE_HOME/ultrasearch/webapp/config/ultrasearch.properties with our info. When I try to acc