LabVIEW think my NI USB-6008 has only analog inputs

I am using an NI USB-6008 box to run a route of analog input and analog output.

If I do a constant material DAQmx channel and out the finger tool and pull down... and it offers me 8 analog inputs on Dev1 and nothing else. I've nothing else connected to this computer, but the box USB-6008. A USB-6008 doesn't even have 8 analog input channels.

I'm a bit confused.


Tags: NI Software

Similar Questions

  • New to Labview, need help. USB-6008

    Hi there, let start by saying, I'm totally new to Labview.  I have experience of programming in C, C++, VB etc, but never in Labview.  I thought that Labview is not much of a difference, but I was very wrong.  I went and bought the acquisition of data USB-6008 and downloaded the trial labview to explore and I am totally stuck and have no idea how to proceed.  I can start over again and probably learn all the basics, but I don't want to take too much of my time.  in any case, here is a description of my project:

    Configuration: USB-6008 - to measure the voltage of a battery lithium ~3.6V

    Circuit printed with a switch either connects the battery resistance or not.  the switch can be turned on and off by a USB-6008 analog voltage output

    What I want to do in pseudo-code:

    If you click START,

    Take a read of DAQ and shop to chart and indicator of voltage 1

    If the voltage is > 3.6, then

    30 seconds

    a voltage data acquisition to turn on the switch and light load lights output

    read DAQ and update graphic and indicator of voltage 2 reading

    If it is DAQ< 3.5,="" status="" indicator="OFF," else="">

    30 seconds of the end loop

    If the last reading after 30 seconds of DAQ is > 3.5, the message 'pass' else a message "fail".

    on the other

    indicate a voltage lower than 3.6V and stop the program

    end if and stop the program.

    NOTE: the voltage indicator 1 show ONLY the first reading before the circuit switch is on.

    I didn't know that it is very difficult to program, because everything is very basic, but since I don't know Labview, I do not know how to proceed.  a front is attached.

    Thank you for your help.

    John

    Hello!

    To start, here are a few things.

    1. learning LabVIEW:

    www.NI.com/lv101

    This has all kinds of videos step by step based on LabVIEW and is a great resource just start... it's really great because you can click on a video about any topic that interests you. There are a set of tabs at the top that categorize videos.

    2 examples of DAQ. In LabVIEW go to the Help menu > examples of find... Then in the window that opens (this is called the Finder of the example) you can navigate to the material file Input and Output > DAQmx > Analog measures > voltage

    We have tons of DAQ examples, so this should at least allow you to read a voltage quickly.

    I hope this helps!

  • My USB-6008 has bad firmware for c# application, utility switch fails.

    I use a pair of USB-6008 in an application. Everything was fine until what I installed the driver NOR-DAQmx. This software has changed the firmware of NOR-DAQmx BASE of NOR-DAQmx. The problem is that I can't change it back again. The OR errors of the utility of switching because it cannot find the Labview engine. Well, it will not be as I am not a user of labview.

    Hello Drew,

    The simplest solution would be for you to download and install runtime LabVIEW 8.5.1, with which you will be able to run the utility of switching without problem. It of free and can be found here:

    LabVIEW Run - Time Engine 8.5.1 - Windows 2000/Vista x 64/Vista/XP

    Let me know if you encounter other problems.

  • NI USB - 6259 BNC DAQ: analog input signal cross on the question

    Hello

    I use the NI USB-6259 BNC DAQ unit to acquire a four-channel analog signal, and I'm having a problem with a signal that affect others. The circuit, I am running is:

    I have a wire connected to a battery (two AA batteries at ~1.5V), which then feeds the signal cable to a BNC cable, which feeds an analog BNC of data acquisition channel. The field of NBC feeds to another wire, which is attached to a conductive plate.  The idea is this: when I touch the wire connected to the battery for the metal plate, I complete the circuit and thus get a binary not anything at all about 3V.  When I tested with an osciloscope using two channels (each earth connection to the metal plate) I get independent steps whenever I touch any of the sons of the respective batteries to the metal plate (i.e. it works as expected).  However, when I use it with data acquisition, whenever I touch a wire, I get a response in all other channels (3 others), even if their respective sons does not touch the metal plate.

    No one knows why this happens, and how I might be able to stop this 'cross-talk '?

    Thank you

    Veritas

    I see, and you're right.  This request will have trouble with crosstalk.  Luckily the ground channel thing should help you.

    Configure your DAQ to collect twice as many channels as you need.  Connect your wires in the odd channels and short circuit (ground) the entries of those even.

    Now when you scan the channels it will always technically crosstalk, but it will come from a channel to the ground so that there will be nothing to interfere with your measurements.

    At least that's the theory.

  • Connect a BNC connector to a USB-6008 isometric Force sensor

    I have a force isometric sensor with a BNC socket: http://www.radnoti.com/products/force_transducers

    I want to connect to the USB-6008, but I have no experience of EA. I found on a similar forum that I can cut and strip Cable BNC and connect the positive wire to the AI0 (AI0 +) and the AI4 (AI0)-.

    http://forums.NI.com/T5/LabVIEW/how-connect-NI-USB-6008-to-BNC-out-on-transonic-T110-w-t-ground/TD-p...

    This would apply to my device?

    Thank you!

    It should work.

    Lynn

  • Beyond the limits of voltage on USB 6008?

    I use a USB-6008 to measure analog differential in the range of 3 to 5.3 V. I chose this range, because outside this range, I'm not interested in what the tension is, knowing that his "on the rail", but to aid resolution of the ADC in this range.

    So for a signal of ~0.05 supply V, I expected to read 3V, telling me that the voltage is lower than 3V, but again it returns 0.05v?

    As it was unexpected for me, could someone please explain what can / should I expect of my USB6008 of the responsed to the signals that are the limits? Is there an effect of "rollover"? Should you return the value to the limit? Depends on how far the limit is?

    Thanks for your help!

    Entry level do not think that way. You specify the range is that you wait for the signal and the DAQmx driver will set the most appropriate range that the device supports. The actual ranges are indicated in the guide. In your case, because you specify a max of 5.3, the device would be defined the +/-10 volts range.

  • Data acquisition with USB-6008 using C++

    Hello

    I am trying to use USB-6008 to collect analog data without using Labview, since I can't afford the lincence. I searched in the C++ provided with product samples and found "Simple example of analog input.

    The compiler I use is codeblocks instead of visual studio (once again for monetary reasons). The code seems to works since when I run it with the USB-6008 box connected, he wrote "gains 1000 points.

    I have 3 questions relating to the use of this code:

    1. where are stored the 1000 points?

    2. How can I modify the code to specify the time acquisition and the frequency of acquisition?

    3. How can I change this code sample points simultenously with 8 analog inputs?

    Thank you for your help,

    I'll try to add any clarification if necessary.

    Albany

    Your questions are answered in help for c programmers.

    1000 points are in the variable array of points called 'data '.

    The sampling frequency is set to sync.

    The number of points read is defined with the function of reading.

    Read channels are defined with the function channel set. To read multiple channels, use syntax such as Dev 1 / ai0:3 for the first 4 channels.

  • DAQ USB-6008 will be able to power and record voltage for UMS T5 blood pressure at the same time?

    I would use my NI USB-6008 to power my blood pressure monitor UMS T5 (http://www.ums-muc.de/en/products/tensiometer/t5.html) but also to take readings of it, but I don't know if it's possible to do it properly. The power supply for the instrument can be as low as 5V, I can easily get the dedicated + 5V channel. I'm able to feed the instrument and connect it to an analog input on the 6008 and measure a voltage in differential mode. However, when you read the documentation of support for the instrument, I find the following:

    "Potential pitfalls of data acquisition: the pressure transducer is configured in a full Wheatstone bridge, the input voltage and mV signal output can be connected to the same reference (mass)." Therefore, the mV output signal can be measured using a differential voltage measurement. Therefore, do not make an asymmetric measure of pressure transducer mV output. "(http://www.decagon.com/assets/Uploads/MeasuringUMSTensiometerswithnon-UMSControlandDataAcquisitionSystems.pdf)

    My understanding is that the 6008 can take a differential measure if I attach the signal '+' and the signal "-" to the analog inputs of positive and negative terminals. However, it seems that all the ports of ground on the 6008 are grounded to the same reference, which would make my measure of invalid tension according to the above paragraph. So my real question is: if I try to record the voltage with one of the analog inputs on the 6008 in this way, is the valid measurement? Or I need to find a separate power supply, with a different reference field to ensure that the measure is accurate?

    The technical details of this device is very poor. The manual is not much better. Companies that want to sell scientific equipment should publish decent cards or get out of business.

    In section 3.4.3 General requirements the device is described as a "bridge not amplified circuit.  This information along with the impedance of the bridge should be in the specifications, because it is essential to apply the device under any circumstances other than the nominal behavior in 10.6 V.

    The answer to your question is:

    You can use it with the box USB-6008.  The 5 V supply will result in output voltages a little less than half (5/10.6) the voltage specified in nominal conditions. You can use the differential input mode on the box USB-6008.  The absolute input voltages will be approximately 2.5 V with the 5 V power supply. This voltage is in the range of the aircraft. The differences are likely to be less than 100 mV. The resolution of the USB-6008 on the + /-1 V is located about 0.5 mV so your resolution of pressure will be about 1% of full scale. The voltage input impedance and termination of the USB-6008 will present a few errors.  These can be in the order of 5 to 10%. I can't predict much better without the missing bridge impedance specification.  These errors should be relatively constant and systematic. A calibration of the whole system - sensor and together hardware DAQ should allow you to compensate for a large part of this error.

    Lynn

  • USB-6211: analog input signal affecting another of the same map AI

    Hello

    I use the DAQ-nor-6211 map and DAQmx features to read a hammer and a signal of the accelerometer and then use other LabView functions to make the FFT of these analog input signals. However, it seems that the analog inputs where the hammer and the accelerometer are connected generate a kind of noise or influence in other entries of this data that is not connected to any other sensor acquisition board.

    I've had different experiences in order to check if the problem is with reading the card: put the accelerometer and hit the dog in another table where the DAQ card table was located (to avoid the vibrations on the map and a possible noise), ai1 entry was logged on the differential mode on the dog and the ai4 of entry is connected to the output (z axis) of the accelerometer. The other 2 ai2 and ai3, entries that can also be read by my LabView program, are open (i. e., any other sensor is connected to the card). When the structure where the accelerometer is located is struck by the hammer, the signal of ai2 ("x axis" seen in the first attached document) has a curve (on the time domain) which initialize almost at the same time that the hammer and the a3 of entry has a weak signal, but with the swing as well as the signal of ai4. The document "hammer ai1 + z_axis connected_ _x_axis disconnected ai2 + y_axis ai3 ai4" images that I captured the chart created in LabView. On these graphs, it is possible to check on the FFT the ai3 signal and ai4 has the same behavior (with different intensities), and enlarged figure of time domain image, we can see that the signal of ai2 increase almost at the same time of the signal of the hammer (ai1). The signal picked up by the sensors are probably creating a sort of noise on open entries ai2 and ai3.

    Another experiment was conducted to check if the signal from a single entry that may affect the signal read from each other near the entrances: the DAQmx task Create channel had a physical channel has changed: ai3 entry has been modified by ai7 (maintain the same connection mode: differential), and the results are visible on the second attached document. In the graphs obtained in this experiment, it seems that the entrance of the hammer (ai1) affects the signal of input ai2 and ai7, which are not connected. And the ai4 signal does not seem to influence the other inputs, because he has a different curve on the graph of the FFT.

    The same experiment was conducted using the CSR connection (change threads and create the DAQmx Channel Configuration), but the results were the same as those found using differential connection.

    Finally, if the output of the accelerometer is connected on the ai2, the signal of the other open entries ai4 and ai7 seem to be affected by the signal of the accelerometer on ai2 (last document attached).

    Could you tell me if the problem I encounter is caused by the DAQ card with this information that I gave to you? And if the answer is Yes, do you know if there is a way to avoid this noise create in one entry on the other hand, it please?

    Thank you

    Maybe Ghosting or crosstalk? Just an idea.

  • USB 6008 analog i/o has stopped working

    Hello

    I have been using a USB-6008 for a few weeks now and it has worked well. I've been using the outputs digital, analog inputs and outputs this morning and they worked very well. I worked on something else for an hour or two and then resumed using the 6008, find the analog pins have stopped working. The show output analog on 1mV any value I send to them and the analog inputs always read - 10.3, despite limits MAX being set to 0 and + 5 (and me only using 0 - 5V on them). I tried all the inputs and outputs, in all ways (CSR, diff) with the same results. The digital outputs all work very well. Yes, he is grounded properly. Yes, the wires have continuity. My multimeter don't lie about me, either.

    I took the MAX test panel to solve the problems. The unit passes its tests of self-control, and my Labview program does not return errors by contacting the 6008. I don't connected the 6008 which could exceed the voltage or the current limits of entrances and exits. In fact, all I did was unplug it when I stopped using it as soon as possible and then reconnected it when I went back to work. The material to which it is connected has been turned off during this time.

    Any ideas? Thank you.

    Problem is solved. If anyone finds this is interested, the problem was at the level of the material, that the 6008 has been connected. I'm covering, among other things, to a PIC Microcontroller. I just changed the oscillator on the PEAK, and inadvertently changed parameters parameters of the ADC as well. This caused the pin used as my reference voltage (connected to + 2, 5V output of 6008) to transform itself into a digital camera of output, a value of 0. This short-circuit the + 2, 5V output of the 6008, causing it to close.

    Lesson learned: check your material carefully, even if it does not make the difference in a first time!

  • Get incremental counter/sound to work along side with action with usb-6008 with labview tia sal22

    Get incremental counter/sound to work along the coast with usb-6008 with labview tia sal22

    Hi all

    I can get this vi to work if they are distinct from the vi but I can't join them together

    Example of my error:

    If buffers are set to 0 the freq counter increment works, but no sound
    If the buffers are set to 1 the audio works fine but is not increment the Freq counter
    If the buffers are attached to more 1 clicks and pops are coming

    That's what I'm doing:
    (1) have the frequency of increment of my internal sound card to a certain level as .01hz a second until he gets to 20 000 hz

    (2) use my device usb-6008 daq, which is connected to the same machine to measure the voltage at the same time. (I am in a position very low voltages between 1-5volts)

    (3) output to a worksheet text file which will show you:

    time in seconds, frequency, voltage
    0,400.01,2

    1,400.02,2.5

    2,400.03,1

    I'm a bit confused about how connect the increment and the audio during the measurements with the usb-6008 housing on the same machine
    at the same time and in the same VI.

    Anyone have any ideas?  I'm using labview 8.5
    TIA sal22

    Ha ha you have been deceived by a dynamic thread. Insert a convert from Dynamic Data Express VI (Palette to own: Signal handling screw Express) between the daq read and build the array function. Then it won't work. Now the value in the dynamic data is only converted to a numeric value

  • Help! I need to connect my iPhone5s to the stereo, but it has only one usb port and whenever I connect it, it connects? Is there a setting on my phone, I need to change? Help, please

    Help! I NEED to connect my iPhone5s to the stereo, but it has only one usb port and whenever I connect it, it connects? Is there a setting I need to change on my phone? Help, please

    You will need something like that and a micro USB to USB cable

    http://www.Apple.com/shop/product/MD820AM/A/lightning-to-micro-USB-adapter

  • MAX and Mac (to control on Labview, NI USB-6008)

    Hi, I would like to order my USB NI 6008 card in my Mac. I'm using Labview, but I'm a real beginner. I get my sensor on my USB card data and I can use them in Labview to control an electric trolley. This project is for my review: engenering school.

    So, on PC (Windows), it's ok, but on my mac, I do not find MAX. And if I understand, I need MAX to create the DAQ Assistant and a few other VI in Labview. However, I have yet install Base DASmx 3.4 for mac os.

    Could you help me please?

    I'm sorry for my English, it's so bad. I'm studying french and I'd rather post here because I found no answers in the french part of forums of NOR.

    See youi soon.

    Thank you

    Thomas L

    The USB-6008 camera is supported with DAQmx Base, Yes. You do not get MAX, but you can always control your USB-6008.

    Install LabVIEW 2010 and DAQmx Base 3.4and this should give you the DAQmx Base vis in LabVIEW palettes.

  • Do another counter for usb-6008 VI using Labview 8.5

    I want to create another counter for usb-6008 using Labview 8.5, it is necessary to calculate the two gears simultaneously.

    The best way to proceed is to use the meter.  The counter counts
    signals without having to interrupt the system or use the USB bus.
    When you ask the number of ticks that saw the meter, one
    request is thrown from the CPU to the USB line to the 6008, which then
    request counter "ticks how have you seen?  This number is
    returned on the USB bus, goes to the CPU and display on your
    screen.  Given that the DIO lines on the 6008 are software timed, it is
    no way to guarantee that the data back to the central unit is
    deterministic.  The conceptual difference between software-controlled
    DIO (that nondeterministically returns an entire stream) and a
    meter software-tick-application-controlled (which returns a unique number
    with the number of ticks) prevents us from using the DIO lines on the
    6008. the best way to count more edges is buying more 6008 s.
    Another possibility would be to buy a PCI card to counter such as
    the PCI-6602, who owns 8 counters. Most of the counters we offer in the
    USB form factor is 2 per device.

  • USB-6008 LABVIEW 8.2. SINGLE CHANNEL WITH DBL INPUT VOLTAGE OUTPUT COMPARISON

    I AM WRITING A PROGRAM THAT USES A SIMPLE USB-6008 ANALOG INPUT CHANNEL. I WANT TO READ CONTINUOUSLY THE VOLTAGE FOR 60 SECONDS. I WANT TO COMPARE A TENSION FOR THE PREVIOUS OF THIS SAME CHANNEL VOLTAGE, MAINLY FOR THE PERIOD OF TIME MAX VOLTAGE GIVEN, THEN GET A FINAL VOLTAGE READING. THE OUTPUT OF THE VI IS A DBL. I WANT ONLY TWO TENSIONS OF EXPORT TO EXCEL. TO SAVE TIME, I KNOW HOW TO EXPORT. CAN SOMEONE HELP ME WITH THIS ONE.

    VI needs an register shift related to the Max & Min function. The current value would be the entrance is and the entrance of x is the left shift register. The max value gets wired for the shift register to the right. Don't forget to initialize it. The output of the shift register is the max you would write and the value of the DAQmx Read out of the loop of wire will give you the last reading.

    Your waiting for 45 seconds makes no sense since you said that you wanted to read continuously. You also said that you wanted to read 60 seconds and all this logic is missing. A simple function of time elapsed, it's all you need.

Maybe you are looking for

  • Under VI 'DAQ Assistant': Sub VI is not executable

    Salvation OR engineer, My task is to acquire and record data of input voltage analog with PCI-MIO-16-1 and BNC-2110 connector. I can get the signal via MAX, but as soon as I drop down the function palette DAQ assistant in FASHION Lab blocks diagram,

  • How to divide each unique number in a matrix by the number with an index in another matrix?

    Hello Basically, the calculation, I tried to do is called "dividing element by element". It is a transaction between two matrices with few passes and lines. The result matrix also has the same demension and each element is obtained by dividing the el

  • Why LabVIEW 2012 does not support USB-6009?

    Hi all I recently installed LabVIEW 2012 and DAQmx 9.6 (and also tried with latest version) in my PC with Windows 7. I have the version of Explorer 5.4 measure and automation. I'm working with hardware DAQ USB 6009. Everything seems compatible, but w

  • Icons/Assistant installers have all changed how to back original please

    I tried to run a program while it is not connected to the net, realtak HD Audio, I was prompted to select a file to run it with I chose Windows media. Suddenly all my existing icons/Assistant installers changed the menu start photo pf. The names alwa

  • Unable to start after the installation of Windows updates

    original title: windows update 10/11/2011. When I install the updates above that my pc does not restart, I restore it to before the update and my itunes icon disappears. I installed both times and the same thing happened twice, am now a little worrie