Conductanc​e measuremen​t using NI PXIe 4492

Hello,
I am applying AC voltage using NI PXI 4462 card and measuring the voltage output from my device using NI PXIe 4492. I use Lockin program to measure the amplitude voltage of the signal acquired. I need to convert this output voltage/amplitude into conductance but don't know how.
Any assistance to solve this problem is appreciated.
Thanks,
Mangesh

Hello Mangesh,
The 4496 is a 16 channel AI module and the 4462 is a 4 channel AI module, so you will need a module to source the signal. Where is the AC signal coming from? You could set one of the channels to measure current with a shunt resistor and another channel to measure voltage. If you have those two measurments synchronized, you can calculate conductivity from there (assuming the modules have enough accuracy for the application). The delta-sigma ADCs of the 4492 and 4462 may not be ideal for measuring conductance, but will work for the lock-in amplifier.
A DMM would be the best in terms of DC accuracy. If you're just looking for DC conductance, you would use a DMM to measure resistance and take the inverse for conductance. 
Jake H | Applications Engineer | National Instruments

Similar Messages

  • How to generate a gps signal using the PXI-5671 after generating a gps binary file using the gps toolkit

    Hi,
    I am trying to test a GPS receiver and would like to use the PXI-5671 to stream a GPS binary data file which was generated using the GPS toolkit. I tried using the RFSG Arbitrary Waveform Generation.vi but it doesn't work.  Is there a sample code that will allow me to do this?
    Thank you.

    Hello,
    The NI-RFSG driver certainly allows you to stream waveform files to signal generators without the use of the GPS Toolkit, as shown here. However, the NI-RFSG driver does not provide the user with out-of-box applications that can stream GPS waveforms with Almanac and Ephemeris information to various signal generators. For this reason, the NI GPS toolkit will be needed. 
    The only alternative is that you will gather your own Almanac and Ephemeris files and implement your own functionality using the base RFSG driver to generate and stream the GPS signals. This is something that you would need to do on your own, which could prove to be difficult, thus making the GPS toolkit the best option.
    I hope this information helps.
    Regards
    Cameron T
    Applications Engineer
    National Instruments

  • Can I close multiple output channels in parallel on one COM line using the PXI-2503

    I want to fan out a power supply to four DUTS. During current testing, I will want to turn on one DUT at a time. During other tests, I want to power all four DUTS in parallel. This will require turning on four output channels at once in each mux bank. Can this be done using the PXI-2503?

    Bob,
    4x6 2-wire mode should work fine. You can connect the power supply to one column, and the DUTs to each row. The rows can be connected to the column one at a time or all at once.
    Regards,
    Jessica Kinnevan
    Applications Engineering

  • CAN Single Wire using NI PXI-8513/2

    I used the C Code from the attached file to create the 2 VI's to Write and Read over CAN Single Wire using the PXI-8513. so far I don have communication. is there any other VI sample to send/receive frames using the Single Wire CAN ?
    Attachments:
    NI XNET CAN Single Wire .c ‏11 KB
    CAN Single Wire Frame Write.vi ‏21 KB
    CAN Single Wire Frame Read.vi ‏21 KB

    Hi rgomez7408
    Any of the examples of xnet can work with single wire unless the bandwith restricts them. You need to change the property of your PXI card transciever to work single-wire and after this you can use any of the examples. The property node is located in the Functions Palettes>>Measurement I/O>>XNET>>Session Node. This node has a property called Interface>>CAN>>Transciever Type. You can set this property to SW and this means that it configures the PXI card to work with singlewire. After this you can use any example from the XNET folder.
    I´m sending you also the XNET Manual in case you need more information
    http://digital.ni.com/manuals.nsf/websearch/6394B500F99CF28886257A45004BA241
    Juan Arguello
    National Instruments México y Latinoamérica
    Applications Engineer

  • Using NI PXIe 6544

    Hi,
    Im wondering how can I use NI PXIe 6544 to test chip like stated here (http://zone.ni.com/devzone/cda/tut/p/id/8715). Im pretty new with labview, and I need to program the card using labview. Anyone have idea?
    Btw, the digitizer card is NI PXI 5105. Any helps are really appreciated.
    Yan.

    Hi Brandon,
    thanks for your reply and the link of developer zone. I'm not using any NI power supply, so I'll take a look at the example without NI power supply.
    For the time being, I think I'm going to test ADC chip using NI card. Since I'm starting from scratch with labview, I'm pretty sure I'll need loads of examples from NI Labview.
    My mentor asked me to make some programs at first:
    1. High speed clock to test the chip (40Mhz).
    2. Decimation filter to lower the sample rates.
    3. Data Acquisition
    4. Ramp Signal and FFT.
    I've been searching for those examples in labview examples and this forum, and I've been getting this simple programs to run (in attachment). Now I need to put all together and using the NI cards that I have to test ADC (later).
    The problem is, I dont have idea how to put all together to test a ADC chip. The idea is:
    1. making ramp signal and put it to ADC (means here to test the ADC?)
    2. getting bitstream from the ADC and filtering it with decimation filter
    Now I'm stuck with generating 40MHz clock using 6544. I've seen the example, Dynamic Generation and Acquisition Demo.vi, but I dont know what to do next. Can I test the clock from 6544 using oscilloscope?
    The isntrument that I have here: PXIe 1082 chassis, 6544 HSDIO, 6674T timing module, 6733 analog out, 5105 digitizer.
    Any help would be very appreciated,
    Yan.
    Attachments:
    ramp.vi ‏49 KB
    Decimation.vi ‏23 KB

  • Why does it take so long to clear a task (with DMA transfer) using the PXI bus?

    I am migrating a system which used to use a PCI-6133 (8 channel simultaneous AI) and PCI-6733 (8 channel AO) to one that uses a PXI-6133 and PXI-6733 mounted in a PXI-1033 chassis.
    In general, things seem to work (synchronized AI/AO running near the maximum rate on both devices), with the one exception that clearing an AO task on the PXI-6733 takes forever (on the order of 20-30 seconds).
    Even when I try the sinewave generation for the PXI-6733 in the MAX test panel it takes the same amount of time to stop the task. If I switch to using interrupts as the transfer mechanism, it stops immediately.
    I tried using the interrupt transfer mechanism on my more demanding set of synchronized tasks, but that does not produce the right behavior (even though it does not give any errors).
    Is there any trick (or better diagnostic) to help get my tasks working with DMA under PXI that used to work fine on PCI?
    Thanks in advance!
    Solved!
    Go to Solution.

    Hi Patrick,
    I'm using a PCIe-8361 controller. The computer is a Dell T5500 workstation running Windows 7 x64. I see the problem every single time I try to clear a task running on the PXI-6733, including my example using the Measurement & Automation test panel (from the very first time I try the Sinewave Generation onward). I can try other parameters in the test panel, but I don't need to adjust anything from the defaults (e.g., Rate = 1000) to get the behavior. I will also try installing the PXI chassis in a few other computers we have here just to confirm that it's not computer specific. From your line of questions I can at least gather that there's nothing obvious (like a known bug with the PXI-6733) and that I should expect this configuration to work.
    Thanks for your help and I'll post any other findings I obtain.

  • Simultaneous updation of sine wave using 2 PXI-6711 cards using RTSI Trigger

    Hi ,
    How to generate continuous sine wave using two pxi-6711 cards at same time without any phase shift using traditional nidaq functions.
    Regards,
    satya

    In LabVIEW, go to Help>>Find Examples. Navigate to Hardware Input and Output>>Traditional DAQ>>Multiple Device. There is an example there called "Two E Series Shared Scan Clock". That example is for analog input, but you should be able to modify it to be for analog output. Basically you will just have to share the scan clock from one board(master) and use it as an 'external' clock for the other board(slave).
    -Alan A.

  • How to use the PXI's 10MHz backplane clock to synchronize two or more 6031E boards?

    Hi,
    I'm trying to use two 6031E boards to acquire multiple channels Analog Inputs, and I'd like to sync them with the PXI backplane clock (not the RTSI bus). I found an example from NI, "Two E-Series Shared ScanClk.vi", and modified it a bit. But I'm wondering if the two boards must have the same acqusition rate? e.g. Can I have 1 board acquiring at 1kHz while the other one at 20Hz? and if yes, how do I do it?
    Your input will be very much appreciated. Thanks!
    Dan
    Attachments:
    mod_Two_E-Series_Shared_ScanClk.vi ‏148 KB

    Unfortunately, E Series boards cannot synchronize with the 10 MHz PXI backplane clock. They do, however, have access to the PXI trigger lines, which are basically the RTSI lines. Except for line 6 which is the star trigger line. They can only read from this line.
    The example program you have selected will definitely be part of your solution. It allows you to share the scan clock timing signal between two boards. If you would like the slave board to acquire at a slower scan rate, you could always route the master's scan clock to one of the slave's on-board counters which can act as a frequency divider. The output of this counter can become the new slower scan clock for the slave board. Use the Generate Pulse Train shipping example VI as your frequency d
    ivider. Finally, make sure you route the signals appropriately and you'll be in business.
    I hope this helps!
    Russell McMurtrey
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • Use of PXI 4070 for calibration with CalExec

    I am running CalExec 3.1
    NI 5421 and 5422 cards need the DMM  NI PXI-4070 for the calibration. Can I use HP 34401A instead of that?
    Thankyou,
    Poornima

    Hi Poornima,
    Yes you can use the 34401a. Test Exec uses IVI so you can choose which IVI device you wish to use.
    Hope this helps,
    Nick

  • Synchronous upconversion and downconversion using NI PXIe 5641R

    Hi,
    I am using the NI PXIe 5641R board to:
    - acquire an RF signal and downconvert it to a baseband IQ
    - process the IQ signal (basically by using PID controllers)
    - upconvert the IQ signal to RF (same frequency as input)
    Now, I suppose that both the downconversion and the upconversion operation require a local oscillator.
    Is this oscillator the same for both operations?
    If not, is it possible to synchronise the local oscillators in order to have the same phase?
    Thanks
    Solved!
    Go to Solution.

    The VCOs in the ADCs and the DACs are completely separate on the two devices. Synchronizing the DACs with the ADCs at a local oscillator level is not officially supported. The ADCs and DACs are fed the same sample clock, so you might be able to achieve some level of synchronization. However, sub-sample synchronized VCOs between the DACs and ADCs is not likely. You can look at the clock circuitry diagram in the installed NI IF Tranceivers Help >>Devices>>NI PXIe-5641R>>Clocking page. The NI-5640R software gives you control functionality into the ADC and DAC chips directly when using LabVIEW FPGA to program the device. You could look at the datasheets for the ADCs and DACs to potentially get some ideas for synchronizing the ADCs with the DACs.
    The datasheets for the AD 6654 ADC and AD 9857 DAC are available from the www.analog.com™ Web site.

  • Can I use a PXI-1033I chassis (part number 779756-01) with a desktop PC via Port PCIe as well as with a notebook via ExpressCar​d ?

    I have bought a PXI-1033I chassis (part number 779756-01) which we connect to a desktop PC via Port PCIe using a 779500-03 cable. Now we also have the requirement of using that chassis with a notebook. From NI web site we have seen that this should be possible by means of an ExpressCard.
    My doubts are:
    1)       Is it fully compatible PXI-1033I chassis (part number 779756-01) with an ExpressCard?
    2)       If question 1) is yes, what do I need to add to my acquisition system to connect the PXI-1033 (part number 779756-01) to a notebook?. I mean, I need:
    -          a ExpressCard ?
    -          a new connecting cable ?
    -          a new port for the chassis ?
    -          a special port in the notebook ?
    -          what are the minimum requirements for the notebook ?
    3)       What are the part numbers I need to buy?.
    Thanks

    dbanner,
    You can definitely acess the shared variables in a LabVIEW Project with CVI/LabWindows.  To do this you will have to use the DataSocket API.  I have attached a link below that will discuss this in more detail.  Look for the section on programatic acess.
    Using the LabVIEW Shared Variable
    http://zone.ni.com/devzone/conceptd.nsf/webmain/5b4c3cc1b2ad10ba862570f2007569ef
    Steven

  • Regarding Peer to Peer Streaming using the PXIe-7965R

    I am interested in implementing a peer to peer stream between two PXIe-7965R modules in a PXIe-1062Q chassis also equipped with a PXIe-8130 RT controller.  In doing so, I began by attempting to run the example project provided in LabVIEW 2010 entitled, "Peer to Peer - Basic.lvproj".  However, after successfully compiling the related FPGA bitfiles, and initiating a run of the provided "Peer to Peer - Basic.vi" VI on my Host PC, I recevied the following error message.
    Error -63193 occurred at Peer to Peer - Basic.vi
    Possible reason(s):
    NI-RIO:  (Hex 0xFFFF0927) The requested feature is not supported.
    Immediately after closing the error message and within the VI block diagram, the final "Close FPGA VI reference" block associated with the reader VI, PXIe-7965R FPGA, was highlighted.  I'm not sure what the source of this problem may be and would greatly appreciate any help.  Thanks - Doug.

    He Doug,
    I have some troubleshooting steps for you. I just noticed that you are using NI-RIO 3.6 with LV 2010 SP1. I recommend that you upgrade your RIO driver to 3.6.1 because that was released with LV 2010 SP1. Also, the NI FlexRIO Adapter Module Support (driver) is currently at version 2.1.2. (a significant change relative to your installed version) I recommend that you upgrade your PC and RT controller both to the latest versions of each driver. In the end, we are able to get the example code to compile and run the "Peer to Peer - Basic.lvproj" example for all three cards/slots (to and from) using a combination of PXIe 2x 7965R and 1x PXIe 7961R cards.
    If updating the drivers does not correct you issue, please follow the steps listed below:
    1. Package up all files and post it on the forum
    2. We'll run the code to see if we can generate the error
    Also, the error says it occurred at "Peer to Peer - Basic.vi" which is the host VI for the example. Can you please:
    1. Send Screenshots of their Host VI
    2. Pinpoint where exactly in the VI the error is coming from (using debugging tools)
    Thanks,
    Kareem W.
    National Instruments
    Web Product Manager

  • Route front trigger of PXIe 2593 to backplane for use with PXIe 5251

    I have a PXIe 1062Q chassis with a number of PXIe 2593 Mux's which are connected to the two inputs channels of a PXIe 5251 Digitizer. What I want to do is to use the trigger on the front of the Mux to close the appropriate switches on the muz and to trigger the start of capture on the Digitizer, is there anyway to do this?
    If not is there another way to do what i want?

    Hi WayneR1,
    Thank you for your question!
    In order to route different signals (like triggers) on the PXIe backplane "DAQmx Connect Terminals"
    VI should be used:
    The source and destination terminals can be on different devices as long as a connecting public bus,
    such as RTSI or the PXI backplane, connects the devices.
    More detailed information can be found here: http://zone.ni.com/reference/en-XX/help/370469AA-01/lvdaqmx/mxconnectterminals/
    Please make sure that you disconnect those routes after running your code.
    Once routes has been connected, they will stay connected until you restart the PXIe controller
    or use "DAQmx Disconnect Terminals" VI:
    More information about "DAQmx Disconnect Terminals" VI: http://zone.ni.com/reference/en-XX/help/370469AA-01/lvdaqmx/mxdisconnectterminals/
    I hope that you will find this information useful!
    Kind Regards,
    Max
    Applications Engineer
    National Instruments

  • Grounding question using a PXI-6225 and an SCB-68 TB.

    Hi all!
    I'm using the configuration in the title of this post to apply signals to a test setup.  The SCB-connections have an analog ground that is placed next to each of the analog outputs (i.e. AOGND, AO0, AOGND, AO1...A0GND, AO7, AOGND).  I have connected an analog ground (SCB-68 pin 31) and a digital ground (SCB-68 pin 12) to the negative side of my power supply.  I belive this will give me a good ground reference for all the cards as I have my other cards grounds tied to this ground as well. 
    I'm just curious as to why they have so many grounds for the analog signals.  I can only assume that it is for EMI or susceptibility.  Are those grounds there to help keep the actual waveforms shielded?  If I just use the two grounds mentioned I should have a good enough reference, right?  I just don't want to mess up another card because I originally set this up and was driving signals with it, but didn't have any of the grounds hooked up to the 6713 card.  It worked for some time until the conditions were right and then I had some offset that occurred, which burned up my card.
    Any information is appreciated as to the use/need for all these grounds!
    Thanks,
    DB 

    First of all, be sure that you are using the correct pins for each of the analog output channels of the PXI-6225. The PXI-6225 only has 2 analog outputs, and the SCB-68 is a generic connector block for 68-pin cables. I have attached the pinout for the PXI-6225 for your reference when hooking up these grounds.
    After you are sure you are using the correct ground pins on the SCB-68, the grounds should be fine with that speed of signal. However, I would recommend using the individual grounds for the AO channels for continuity.
    Peter E
    Applications Engineer
    National Instruments
    Attachments:
    6225 Pinout.png ‏107 KB

  • Multicast on PXI using multiple PXI-8231s

    Hi,
    I am seeing some very weird behavior when trying to use multicast on my
    PXI chassis. The chassis contains two PXI-8231 Ethernet modules. I
    would like to send multicast messages out the two different modules. I
    used the write only Open UDP Multicast vi, passing in the individual
    net addresses for the two different cards. Both ports seem to open ok,
    but when I go to send traffic... instead of appearing on both network
    cards, all the data is sent out the same card. Changing the data for
    the second card to a different multicast group did not remedy the
    situation.
    Any suggestions?
    Angela

    Hi,
    I have some additional questions for you to help troubleshoot this issue. Can you confirm that both cards work individually? If you remove one of the cards, can you send out data from the other card? This will help confirm that the network settings and the hardware are working correctly.
    What operating system are you using? Below is a link that describes how to use two network cards in a Real Time application.
    http://digital.ni.com/public.nsf/websearch/44318045C524C9CF8625713E0047D1A1?OpenDocument
    From other discussion forums, it looks like the network card that the application uses will be controlled by the operating system.
    http://forums.ni.com/ni/board/message?board.id=170&message.id=29987&requireLogin=False
    http://forums.ni.com/ni/board/message?board.id=170&message.id=52020&requireLogin=False
    Please let me know if you have any questions about this. Have a great afternoon!
    Regards,
    Missy S.
    Calibration Engineer
    National Instruments

Maybe you are looking for

  • It's that time of the sea

    Time to spend money. I don't know what player I should buy. I tend to like Creative as a company so I believe my purchase for an MP3 player will be from them, but I'm willing to buy from another company if the player is good. I'm hoping to spend less

  • BPC NW 7.0: How to lock/freeze a budget?

    Hi, is there a way to secure budget data in a Planning (financial) application without using the complex design of work statuses? The goal is to protect data from being changed in a certain application and dimension thru scripts, input schedules, loa

  • Programmatically deleting task using the TaskService

    Hi all, I was trying to programmatically delete a task (logical delete) using the task service, but it states a security issue concernig the permitted actions of the user who creates the context. does anybody knows which is the recommended solution i

  • Uninstalling Flex 3 along w/ License

    Hello everyone, I'm going to give my friend my old PC, where Flex 3 is installed. I need help uninstalling Flex 3 on my old PC and also remove the license along w/ it. Because if i uninstall Flex 3, and my friend installs his Flex 3, i says it is alr

  • Cisco Wi-Fi location tracking solution

    Hi , i've a customerthat has A.P. Cisco 1142 , 1240, 1242, with a WISM WLC 4400 series and a server with sw WCS. He would like to use this infrastructure to implement a solution of Location trcking wth TAG RFID to locate person insde his site for saf