Multi usb daq cards for stain gauge calib

Hi guys,
I am new to labview and tring to build a daq system use multiple usb cards. My application is to calibrate an array of 36 strain gauges. I know there are cards that have 40 analog inputs (I use single input from amplifier) but budget is tight, boss want to use cheap multiple cards. I already have a ni6009 and need 4 more ni5008 to get a total of 40 inputs (resolution is not a problem). The guy told me that the problem with many of these usb cards is that they can't synchronize. But I think my application need not to synchronize these cards. I only want to read all the ports at "approximately same" time, so  software timing will do. Is it correct? Will a use one vi to read all these cards?
Another thing is that my computer only have 4 usb ports. Can I use a usb hub or should I use an adaptor?
Is there any other solution? Any suggestion will be welcomed.

Hi Xiao,
“Synchronization” can mean anything from devices on either side of the world operating on a clock disciplined to GPS, to starting to devices at about (ie: a few milliseconds difference) the same time. The USB 6008 can accept a digital trigger, so you could make it so that all the USB 6008’s start on the same trigger. The lack of synchronizing ability of this device that “the guy” mentioned most likely has to do with this device’s inability to share a clock. Although each device will start at the same time each devices clock with me slightly off from one another and with time this error will accumulate and could become significant. If that doesn’t sound like a problem and starting all the devices at about the same time is fine then your approach seems reasonable.
You absolutely can use one VI to read each of these cards, you would have to create a different task for each but they can all be in one VI.
In answer to your last question, if you do use a hub, a powered USB would be better, however, I would recommend a true PCI or PCIe USB card in lieu of a hub. USB hub quality varies greatly between manufacturers, and unfortunately I don’t have recommendation of a USB hub use.
Matt
Applications Engineer
National Instruments

Similar Messages

  • Suggest me a usb sound card for mac mini

    please suggest me a usb sound card for mac mini (i need 5.1 sound)

    The Griffin Technology FireWave will give you the 3 'cables' ("FireWave outputs six channel audio through three 1/8” (3.5mm) stereo mini-jacks: Left/Right, Center/Subwoofer and Right Surround/Left Surround.") connection for surround sound (speakers) audio. Whether or not a particular headphone set is compatible, you might ask Griffin directly about that. If you're playing a DVD with VLC or the Apple DVD Player, you will get surround sound. But, you'd have to find an MP3 with multi-channel audio inside it to play surround sound out of iTunes.
    -Doug

  • FS: PCI-6024E DAQ card for sale - 200,000 samples/sec - 16 inputs - GREAT DEAL!

    Hello everyone,
    I have a PCI-6024E DAQ card for sale.
    If you want more information, please contact me - I have the following items, selling as a set:
    * PCI-6024E Multi I/O and PCI DAQ card, low-Cost E Series Multifunction DAQ, 12-Bit, 200 kS/s, 16 Analog Inputs ($595/list)
    Thanks,
    Dave M
    [email protected]

    I'm sorry, I should have put in the post that I will entertain offers. Please make an offer.
    Regards,
    Dave M.
    "DaveM" wrote in message news:RJErb.7470$[email protected]..
    > Hello everyone,
    >
    > I have a PCI-6024E DAQ card for sale.
    >
    > I am sorry if this is off topic - if someone knows what forum to sell NI hardware please let me know.
    >
    > If you want more information, please contact me - I have the following items, selling as a set:
    >
    > * PCI-6024E Multi I/O and PCI DAQ card, low-Cost E Series Multifunction DAQ, 12-Bit, 200 kS/s, 16 Analog Inputs ($595/list)
    >
    > * CB-68LPR (184700B) connector block ($95/list)
    >
    > * 182482A-01 type R6868 1meter cable ($40/list)
    >
    > Thanks,
    >
    > Dave M
    > [email protected]

  • How to connect my iphone 4s to a USB sound card for 5.1 speakers?

    How to connect my iphone 4s to a USB sound card for 5.1 speakers?

    You can't:
    1. iPhone sound output is stereo, not Dolby 5.1 compatible.
    2. iPhones do not connect sound output by standard USB.  The connecting device has to be iPhone compatible.

  • Internet usb dongle card for macbook?

    I am in the UK and have a black Macbook purchased October 2007 with built in web cam.
    I want to purchase a dongle USB internet card for it so i can get web access for Skype.
    Can I get such a thing? My of my clients want to stream her wedding via the built in web cam so her Dad back in Canada can see the service as the church does not have this kind of facility.
    Ad this is a one of event, can i get a "pay as you go" dongle?

    Hi Allister, Yes, all of the major UK mobile phone networks offer some kind of PAYG internet access via a dongle. Just like a PAYG mobile phone however, there is the initial outlay for the device so shop around your local phone shops. Before splashing out, you might like to check that the interior of the church isn't in a mobile phone blind spot - all that thick ancient stone! (Of course, if it's a modern church this may not apply, but still worth the check)
    Good luck,
    Adrian

  • How to structure the DMA buffer for PXie 6341 DAQ card for analog output with different frequencies on each channel

    I'm using the MHDDK for analog out/in with the PXIe 6341 DAQ card.
    The examples, e.g. aoex5, show a single Timer  (outTimerHelper::loadUI method), but the example shows DMA data loaded with the same vector size.
    There is a comment in the outTimerHelper:rogramUpdateCount call which implies that different buffer sizes per channel can be used.
       (the comment is: Switching between different buffer sizes will not be used)
    Does anyone know what the format of the DMA buffer should be for data for multiple channels with different frequencies ?
    For example, say we want a0 with a 1Khz Sine wave and a1 with a 1.5Khz sine wave.  What does the DMA buffer look like ?
    With the same frequency for each channel, the data is interleaved, e.g.  (ao0#0, ao1#0; ao0#1, ao1#1, ...), but when the frequencies for each channel is different, what does the buffer look like ?

    Hello Kenstern,
    The data is always interleaved because each card only has a single timing engine for each subsystem.
    For AO you must specify the number of samples that AO will output. You also specify the number of channels. Because there is only one timing engine for AO, each AO will channel will get updated at the same time tick of the update clock. The data will be arranged interleaved exactly as the example shows because each AO channel needs data to output at each tick of the update clock. The data itself can change based on the frequency you want to output.
    kenstern wrote:
    For example, say we want a0 with a 1Khz Sine wave and a1 with a 1.5Khz sine wave.  What does the DMA buffer look like ?
    With the same frequency for each channel, the data is interleaved, e.g.  (ao0#0, ao1#0; ao0#1, ao1#1, ...), but when the frequencies for each channel is different, what does the buffer look like ?
    In your example, you need to come up with an update rate that works for both waveforms (1 KHz and 1.5 KHz sine waves). To get a good representation of a sine wave, you need to update more than 10x as fast as your fastest frequency...I would recommend 100x if possible.
    Update Frequency: 150 KHz
    Channels: 2
    Then you create buffers that include full cycles of each waveform you want to output based on the update frequency. These buffers must also be the same size.
    Buffer 1: Contains data for the 1 KHz sine wave, 300 points, 2 sine wave cycles
    Buffer 2: Contains data for the 1.5 KHz sine wave, 300 points, 3 sine wave cycles
    You then interleave them as before. When the data is run through the ADC, they are outputting different sine waves even though the AO channels are updating at the same rate.

  • Upgrading the G3 /DT with USB PCI Card for Printer Connection

    I would like to connect a Brother MFC-9160 laser printer to one of my Beige G3 /DT with Macintosh OS 9.2.2 installed.
    There are two ways to do that: USB or Parallel. I don't know if Parallel adapters for Macintosh are available. This is the reason why I am favouring the solution of PCI USB upgrade.
    The problem is that the few USB adapters I saw on sale on various French Mac warehouses were all USB 2.0 compliant, and required a Power Macintosh G3 /BW.
    I suppose that a USB 2.0 compliant card is also de facto USB 1.1 compliant, but I am not sure. Besides the hardware issue, there is of course the problem of support on a Beige G3 for USB 1.1.
    Could you please elaborate on the hardware which would run on a Beige G3? I am open to any friendly advice
    Frederic W. Erk

    By the way I wonder if it would be possible to
    connect to the laser printer through electricity
    network. No cables, here because the building in 400
    years old and too large. Wireless, he he... Not even
    worth speaking about it....
    I'm not sure about what kind of electrical wiring you have available over there, or if these kind of products are compatible, but there are some options in the US for using the electrical outlets in a house to create a LAN network. With this kind of network you could use keep the printer on the B&W and turn on USB printer sharing. Printing from OS 9 on the G3 might not work with all printers. That kind of networking equipment is more costly than just adding a USB PCI card to the G3 to use the printer directly, but you might also be able to share a single high-speed internet connection that way. It all depends on what your needs are.
    Is this what you were asking about?
    http://review.zdnet.com/NetgearPowerline_HD_Ethernet_Adapter/4505-330416-31970278.html

  • 100mbps multi-port fiber card for Sol10?

    Does anyone know of a multi-port fiber card (PCI) with Solaris 10 support that supports 100Base-FX ? We have a requirement to provide 4 such ports for a customer, and are having a tough time finding such a beast. We can use either quad-port or 2 dual-port cards, but we don't have enough available PCI slots to use 4 single-port cards.
    Basically, we're looking for something similar to this, but with support for Solaris 10:
    http://www.aei-it.com/hardware/fastenet/p430fx.htm
    We've been informed by the vendor that these only support up to Sol 8. We're working on getting eval units in, but are wondering if anyone has used anything similar in the past?
    Thanks!
    Eric

    Due to customer specification constraints, media converters/switches are unacceptable. :( First thing we thought of, too. Also, 3 of the 4 ports are connecting to 100mbps digital hardware boards via UDP, so the mixed speeds probably wouldn't work out if we were to use gigabit fiber.
    Eric

  • Usb 3 card for ENVY Phoenix 810-003a

    Hello All, First time poster. could somebody advise me as to the best, or at least, compatible USB 3.0 pcie card for my new HP ENVY Phoenix 810-003a . 4 ports are preferable. Thanks in advance. R

    Hi,
    Based on the following specs:
       http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03975432#N90
    It has:
    Expansion Slots:
    1 PCI Express x16 (Gen3.0)
    3 PCI Express x1 (Gen2.0)
    1 half-length mini card
    Any standard PCIe Gen 2 - USB card will do the job such as:
       http://www.startech.com/Cards-Adapters/USB-3.0/Cards/4-Port-SuperSpeed-USB-3-PCI-Express-Card-with-S...
       http://www.everythingusb.com/highpoint-rocketu-1144a-usb-3.0-pci-express-21274.html
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Suggest USB PCI card for PM 7200/120

    Hi
    I want to instal a USB PCI card in a 7200/120. It's running OS 8.6 with Apple USB Support 1.4.1 software. Also have Toast Titanium 5.2 with its Toast USB support extensions loaded. Also tried running OS 9.1 on alternative startup drive with same Apple USB Support 1.4.1 etc.
    I've installed a 5 port USB v2 (32-bit host interface compliant to PCI spec release 2.2 and backward compatible with USB 1.1) card from Laser (www.laserco.net). The packaging says it's compatible with Win 98/98SE/ME/2000/XP but no mention of Mac. The 7200 doesn't see the card installed in PCI slot (checking Apple System Profiler). Double-checked to make sure the PCI was securely seated in the slot, tried different slot etc.
    I also tried re-installing Apple USB Support v.1.2 on the OS 8.6 volume but still no good.
    I'm in Australia and wondered if anyone can recommend a USB card that actually works in the 7200?

    Claudio,
    Two years ago, this question was very common. Warnings were given about certain Belkin cards not working well. With the passage of time and the drop in price of newer used systems, few people spend money on upgrading older equipment. It can be done but the beige G3 is the minimum platform that most will work on. Here is a guide to Mac resources in Australia.
    http://www.tandb.com.au/buying/
    This site sells a wide array of older Mac products. They offer an interesting list of prior models that they still buy, including 7300 models and IIci models. The 7200 is not on their list of models that are in demand.
    http://resale.headgap.com/
    "TRADE-INS OR SELL YOUR OLD MAC
    Remember we pay wholesale prices. Many times when you are ready to upgrade your old system may not be worth much, especially to a dealer who is used to buying in quantity at wholesale prices and has the units shipped in bulk truck freight. Boxing and shipping your old system costs a few dollars. Here lately we have been having more trouble locating older systems people are still buying. We will begin offering trade-ins or to buy outright certain older systems. The following are on the list: PowerMac G4, iMac G4, QuickSilver G4, Blue & White (REV 2 Only), G3 Desktops, PowerMac 7300, Quadra or Centris 650, and Mac IICI's and SI's. The units need to be cosmetically in good condition and working (at least chiming). Trade in value will vary from the top wholesale price for extra clean, that exceed stock configurations and down for less that prime units. We are also purchasing good used Apple Desktop Bus Mouse II ADB Mice, working StyleWriters, and SCSI Zip Drives."
    Hope this helps. My experience with buying USB cards for Macs convinced me to only buy cards that are already installed in a working used Mac. The Mac costs $15 US and the card is free. I realize that your market is somewhat different. However, if it is hard to find a working card here, it will be even harder there.
    Take note, even Headgap does not want Rev. 1 Blue and White Macs. Avoid them if you have a choice.
    This company has iMacs for under $200 in Australia. That may be high and it may not be a current price.
    http://www.newwavesystems.com.au/pre-owned_imac.html
    They also show a PowerMac G4/400MHz for $150 Australian here:
    http://www.newwavesystems.com.au/pre-owned_powermac.html
    That would be money well spent compared to any upgrades to a 7200. Otherwise, find a recycler who knows a thing or two about Macs and wait for them to come across the right card for you.
    Ji˜m

  • USB graphics cards for Mac

    I have a 13" standard MacBook Pro and there is this animation software I'd like to use with a windows partition. The animation software itself needs a 1.5GB or more of dedicated video memory and I don't want to waste more money for a crappy, windows product. Are there any USB graphics cards with 2GB or more of dedicated video memory? If so, what are the make and models of them.

    Two things make me think that the Maxtor may not be the solution for your customer:
    1. The maximum resolution for the Intel GMA950 integrated video chip is 1900 x 1200. The Maxtor "fools" the GPU to think it's a 3840 x 1200 monitor.
    2. The Intel GMA950 doesn't show up in the list of compatible GPUs on the Matrox site.

  • USB 720 card for computer

    I bought a new lap top and can't find the CD for uploading the software for the USB 720 card.  Where can I obtain the software for tghe Verizon wireless USB 720 card?

    http://www.vzam.net/download/supported.aspx

  • Need for sugestion about DAQ Card for load cell

    Hi.
    I have a AT-MIO-16XE-50 DAQ card. But, I guess it doesn't work with load cell since it dosen't have output. So I need your regomendation about what DAQ card I should use. Also, if I need to use strain gage conditioner, recomende to me.
    Thanks
    Jee

    I couldn't find any information about a DAQ 512, but I did find info about a DAQCard-512 and DAQCard-500. If you meant one of these boards, then you will need NI-DAQ 6.9.3. That is the latest version of NI-DAQ to support these boards. Post again if you need additional assistance.

  • Stable USB 2 card for G4 AGP

    So my current USB 2.0 card seems to have issues going to sleep with certain devices. One solution is of course to unplug my web cam and printer before putting the computer to sleep. Needless to say not a great solution. I guess this is a pretty common problem with AGP G4s and USB cards. Just wondering if there's a card that doesn't have this problem. Thanks.
    Message was edited by: lordtwann

    Is your card one of these? A USB 2.0 PCI card with a NEC PD72101 chipset (xlr8yourmac results recommend the same). Read this for more feedback:
    http://www.xlr8yourmac.com/firewire/fwusb_card_deepsleep.html
    Stick with the NEC chip, and try NOT to use drivers, Tiger doesn't need the drivers.
    All of these Cards are NEC chipset based
    Adaptec 3100LP
    BAFO BF-460
    Belkin F5U220
    GWC UC-160
    IOGear GIC250U
    Keyspan U2PCI-5
    O'toLink U2-C2B
    O'toLink U2-C2A
    O'toLink U2-P20N
    O'toLink U2-P50
    Ratoc PCIU5
    USBWholesale UII-PCIP
     Cheers, Tom

  • USB 3 card for Z400

    Excuse me for a stupid question but I don't want to make a mistake.... I would like to upgrade my Z400 workstation and add a USB3 card. I bought a 2 port PCIe USB 3.0 card, but I don't know to  which of the PCIe slots to connect it on the Mother Board.  Can someone please let me know?

    You're very welcome.
    Doesn't the card just plug into the pcie slot?
    I wouldn't think a USB 3.0 card has any additional power connectors that need to be attached to one of the power supply leads. But I don't know.
    If it does require additional power, then I wouldn't know what power lead you would need to connect it to.

Maybe you are looking for

  • Not able to consume Web Services that are in Service Registry

    Hi Experts, I am trying to consume the web services that are published into the Service Registry of CE 7.1 Server. Previously, I was able to consume the web services.But now I found the following error in VC Console, When i try to consume the same we

  • Removing File Name from Slideshow

    Using CS4 I create a slideshow to embed in a webpage as a photo gallery. How do i Disable the display of a file name under each picture? I have tried to insert captions and everything I can see to try but the file name still appears and no captions s

  • IPod Touch/iPhone 4s in a BMW - Screen size problems while playing videos since iOS5

    Hi, I have an iPod Touch 4th generation 64GB that i use connected to my 2011 BMW M5 purchased with all multimedia and iPod/iPhone options available from factory. The car lets me play music and video playlists from the iPod and the videos can be seen

  • Sent control cycles via IDOC

    Hi, I want to use the following IDOCs to execute the KANBAN process in an external system. Inbound SAP: CONF51 (for Kanban status) Outbound SAP: PKHD5 (control cycle) + PKHD5 (kanban) information How can I trigger that the outbound information is sen

  • Using Requirements Gateway with LabVIEW classes

    Does anyone know how to get the NI Requirements Gateway to read coverage information from the documentation contained in a LabVIEW class (.lvclass)? Requirements Gateway appears to load the documentation content fine from VIs, controls, .llb, .lvlib,