Usb 6008 daq spi lcd server client

Hi.
I'm new to the labview.ich have a project and comes to data acquisition and remote monitoring
detaille:
2 computer are labview installed on both and connected to wifi / internet.
the server computer connected with ni usb 6008 and it pt100 temperature sensor
it should also include the measurement data display on an LCD
it should be the client computer also read out the measured values
has anyone an idea how could you start?., I will be very grateful

This sounds like a pretty big task for someone new to LabVIEW.
First get the DAQ working on the server PC.  There are tons of examples that ship with LabVIEW for taking DAQ, go to Help >> Find Examples.
Getting the information to your other PC can be done many different ways, but maybe the easiest is to just use a Web Server to control the front panel.
http://zone.ni.com/reference/en-XX/help/371361H-01/lvconcepts/viewing_fp_remote/
Also you could remote into this PC using remote contol software and remote desktop.
As for displaying data on an LCD.  A relativly simple solution is to use an Arduino UNO, the LIFA toolkit and an LCD connected to it.  It is a little bit if a round about solution but the LIFA toolkit comes with code to output to LCDs connected and it is relatively easy to use.
EDIT:  LIFA https://decibel.ni.com/content/groups/labview-interface-for-arduino
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • Laser operation with a USB 6008 DAQ

    I'm wondering how I go about using the USB 6008 DAQ in conjuction with labView to turn on and off ths laser: 
    http://www.maplin.co.uk/p/1mw-3v-red-laser-module-le07h
    The laser must be turned on using 3V which isn't possible with this DAQ. I was thinking of usinga BC 109 transistor, then have the laser connected to an external power supply which is supplying 3V to the laser. then have the laser connected to the collector of the transistor.
    I set this up and it didn't exactly work out as the laser was drawing to high a current and not working correctly.
    Can anyone help me?

    OK. The problem is that you need to supply about 30 mA to the laser to get it to work. The digital outputs of the USB-9008 are limited to 8.5 mA or less. Furthermore, a laser diode is a current operated device. If you apply a fixed voltage the current will vary depending on the exact doping used when the device was manufactured and on it instantaneous temperature. The curretn rises exponentially with voltage as in any diode. The link you posted does not have any real data about the electrical characteristics of that diode.
    Typically a current regulating circuit is used to drive laser diodes.  The simplest circuit is a resistor in series with the diode connected to a power supply with a voltage higher than 3 V. The value of the resistor depends on the power supply voltage, the voltage drop across thes witching transistor, and how much current you want to run through the diode. If you have applied 12 V to that laser from a source which can provide substantial current (>50 mA), you have probably destroyed it.
    Lynn

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

    I would like to use my NI USB-6008 to provide power to my UMS T5 tensiometer  (http://www.ums-muc.de/en/products/tensiometer/t5.html) as well as take readings from it, but I don't know if this is possible to do properly. The supply voltage for the instrument can be as low as 5V, which I can easily get from the dedicated +5V channel. I am able to power the instrument and connect it to an analog input on the 6008 and measure a voltage in differential mode. However, while reading the support literature for the instrument, I find the following:
    "Potential data acquisition pitfalls: Because the pressure transducer is configured in a Wheatstone full bridge, the input voltage and signal mV output cannot be connected to the same reference (ground). Hence, the signal mV output can only be measured using a differential voltage measurement. Therefore, do not attempt to make a single-ended measurement of the pressure transducer mV output."  (http://www.decagon.com/assets/Uploads/MeasuringUMSTensiometerswithnon-UMSControlandDataAcquisitionSystems.pdf)
    My understanding is that the 6008 can take a differential measurement if I attach the signal "+" and signal "-" to the positive and negative analog input terminals. However, it seems that all of the Ground ports on the 6008 are grounded to the same reference, which would make my voltage measurement invalid according to the paragraph above. So my real questions is: if I attempt to record the voltage using one of the analog inputs on the 6008 in this way, is the measurement valid? Or do I need to find a separate power supply with a different reference ground to ensure that the measurement is accurate?

    The specification sheet for that device is very poor. The manual is not much better. Companies which want to sell scientific equipment should publish decent data sheets or get out of business.
    In section 3.4.3 General requirements the device is described as a "non-amplified bridge circuit."  This information along with the bridge impedance should be in the specifications because it is essential to applying the device under any circumstances other than the nominal behavior at 10.6 V.
    The answer to your question is this:
    You can use it with the USB-6008.  The 5 V power supply will result in output voltages slightly less than half (5/10.6) the voltages specified under nominal conditions. You can use the differential input mode on the USB-6008.  The absolute input voltages will be about 2.5 V with the 5 V supply. That voltage is within the working range of the device. The differences will probably be less than 100 mV. The resolution of the USB-6008 on the +/-1 V range is about 0.5 mV so your pressure resolution will be around 1 % of full scale. The input impedance and termination voltage of the USB-6008 will introduce some errors.  These may be on the order of 5-10%. I cannot predict much better without the missing bridge impedance specification.  Those errors should be systematic and relatively constant. A calibration of the whole system - sensor and DAQ device together should allow you to compensate for much of that error.
    Lynn

  • Controling heating/cooling element with labview and usb 6008 DAQ card

    Greetings All
    I'm looking for a heating/cooling type of element that I can control with labview and my usb-6008 card. Heating/Cooling will just be for clean water and the temperture range will be from 0 C to 100 degree C.
    Thanks
    The heating and cooling elements can be seperate products. Any recommendations

    A simple kettle element will of course be sufficient for upto 100°C
    To get the temperature down you need a cooling system, what springs readily to mind of course is a refrigerator.
    Just a note of warning, water and electricity are dangerous bed fellows.
    On that note perhaps one of those vortex air units would be safer - they blow hot in one direction and cold in the other, nominally to 100°C
    see: -
    http://www.airtxinternational.com/how_vortex_tubes_work.php

  • USB 6008 DAQ Read switch wiring

    Hi i am looking to wire a magnetic read switch into the 6008 DAQ. The switch has just two wires and im just using it to count events.
    If anyone could help that would be great.
    Attached is the lab view progrem i have written for this task.
    regards Gerry
    Attachments:
    read switch.vi ‏56 KB

    Gerry,
    Because you are using the 6008 and want to determine the duration that the switch is closed then I would use a digital line and just poll it in software. Look at the Example Finder in LabVIEW (Help » Find Examples) and find either Digital - SW - Timed Input or Read Digital Channel. This will show you how to read a digital line in LabVIEW. You can use the Express VI, but I just looked for examples that would be similar to what you need.
    From there you will use a loop to continuously measure the digital line. You will need to keep track of times that the digital line goes high (closed switch - I'm assuming you are probably just hooking one side of the switch to +5V) and then you can also count how long the digital line stay high. You probably don't need it overly accurate for your application. You can query the time when the line goes high, and then again when the line goes low and then subtract the two to get your time duration.
    Aaron W.
    National Instruments
    CLA, CTA and CPI

  • Error -10401 occurred at AI Group Config - in relation to USB-6008

    I'm attempting to run a simple vi that uses AI Aquire Waveforms.vi to input voltage data that I have coming in from the USB-6008 DAQ.  However, when I try running the program, I receive the error:
    Error -10401 occurred at AI Group Config
    Possible reason(s):
    NI-DAQ LV:  The specified device is not a National Instruments product, the driver does not support the device (for example, the driver was released before the device was supported), or the device has not been configured using the Measurement & Automation Explorer.
    And I'm not sure how to fix it.  In MAX, the device seems to be working properly and everyhting seems to work fine in the test panel, so I'm slightly at a loss.  I'm running Labview 7.1, and installed NI-DAQmx 7.5 which came with the USB-6008.

    Never mind.  I'm new to Labview, and didn't realize that I could not use the traditonal Data Aquisition components with the USB-5008 (I didn't even realize that NI-Daqmx was different).

  • Cannot use USB 6008 in Lab VIEW... is in Devices on Comp however

    I was in class the other night, and was running a VI.  We went to lab, and without shutting down labView, my partner plugged in my USB-6008 DAQ.  SInce that time, the 6008 will not show up.  I have a message about having no supported devices.  I am using DAQmx 8.0 that came with my student version, and have reinstalled the LabVIEW 8.0 and the DAQmx 8.0  I still cannot get LabVIEW to recognize the DAQ.  When I plug it in my hardware profiles recognize that it is hooked up, but LabVIEW will not.  Also I have uninstalled it, and plugged it in, reinstalled it using the auto hardware install wizard, and still nothing on LabVIEW.  The DAQ has the flickering green LED, and works on other laptops.  Also my flash drive works correctly in all of the USBs, so I do not think that could be the problem.  I just really would like to get this to work again, but as I said the DAQ is not recognized by MAX or DAQmx inside of LabVIEW.  Any help would be greatly appreciated...
    Thanks

    Hi,
    You might want to try MSI-Blast.
    Have a look at this thread.
    http://forums.ni.com/ni/board/message?board.id=170&message.id=108288&query.id=113978#M108288
    Patrick Allen

  • How can I make LabView 6.1to detect DAQ NI-USB 6008

    I have a LabView version 6.1, recently I bought a new DAQ model NI-USB 6008, I could not use it with my Labview version. Please, how can I adapt my DAQ for version 6.1 or update my LabView to detect my DAQ? Please advise me to a free applicable solutions. Thanks very much

    The USB 6008 requires DAQmx which requires LabVIEW 7.0 or greater. The upgrade to 7.x (or the just released 8.0) is not free. The only other solution I've heard of is to use the Call Library Function Node to make your own calls to the DAQmx dll. This would not be for the faint of heart or anyone wishing to come up with a quick solution.

  • Thermocoup​le DAQ USB 6008

    Hello
    I am novice of LABVIEW and DAQ system. If now i am going to use thermocouple, will it be suitable for me to use USB 6008 to acquire and analyze signal. USB 6008 has no filters inside. Using labview, will the noise be filtered out by LABVIEW itself using FILTER vi?
    if signals are going to be analyzed continuously( it will measure ambient temperature with sudden hot air is blown against thermocouple intermittently), how would u recommend me? how can i take only signals with hot air and disregard the ambient temperature( as differentiate the hot air from ambient air).

    Hi to all,
    I don't understand very well whats mean this that says johnsold:
    "The USB-6008 has 12 bit resolution (differential) and the most sensitive range is +/-1 V. This means that the resolution is about 0.5 mV."
    could someone explain to me please?
    I am trying to read sensor Lm 35, through the USB6008 and get a signal with noise near .005 V. In fact when I read any signal I have this noise level, can you advise me?
    Thanks, greetings.

  • C# apply to DAQ USB-6008

    i have a problem about DAQ USB-6008 of application in c#, i would like to use c# code to program the window that can display the temperature c/f and wave graphic celsius versus time ,which is used in thermal couple,its my first time to use DAQ system ,i have no idea what to start , is there anying information about it?

    USB-6008 沒有冷點補償,所以無法量測溫度。
    建議USB-9211
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/14165
    C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples

  • NI-DAQ for USB-6008, LV 2012

    Hello, I have a NI USB-6008 for which I want to create a VI with Labview 2012 for logging one channel at 0-2V from a current shunt. In the our previous version of Labview 2011 I was experimenting with DAQ Assistant which made the job easy, but in LV 2012 this doesn't seem to exist.
    I was reading help files and I should be able to use NI-DAQmx but I can't seem to be able to find it. In NI Max I can see NI-DAQmx is there and can run  NI-DAQmx test panels on the USB-6008, but in LV 2012 I go to blank VI, block diagram, and I'm stuck. Any help will be greatly appreciated.
    LV 2012
    Windows XP
    NI USB-6008

    Hi there,
    Can you check if you have DAQmx functions in Measurement I/O > NI-DAQmx in the function palette?
    If no, did you re-install the DAQmx device driver together with LabVIEW 2012?
    And what is your DAQmx version you're currently using?
    - Ee Lim -
    See that button on the left side of this post...
    If you feel my post is helpful, all you need is just (at most) 2 seconds to click that button, to show your appreciation. Thank you~~

  • Como simular la tarjeta DAQ USB 6008

    Me gustaría saber si se puede simular la tarjeta de adquisición de datos para hacer pruebas simuladas de protección, de antemano muchas gracias.

    No es posible la simulación de la USB 6008. La lista completa de los dispositivos que no pueden ser simuladas se puede encontrar aquí: What are NI-DAQmx Simulated Devices and How Do I Use Them? 
    Tim W.
    Applications Engineering
    National Instruments
    http://www.ni.com/support 

  • Using USB-6008 on LIS331 Accelerome​ter

    Hi, I am looking to monitor my project with a LIS331 using the USB-6008 dac. Would this dac unit be acceptable with this accelerometer? 

    swong46,
    I would recommend using a USB 63xx series DAQ device. You might also be interested in the USB 8452, which is a dedicated I2C and SPI device. 
    I can also put you in touch with some of our sales engineers, who would be the most knowledable about your options. Shoot me a PM if you're interested, and I can give you a number to call.
    Kyle T.
    Applications Engineering
    National Instruments

  • How to connect a USB-6008 with lookout6.0?

    hi >>>
    I am a student in electrical and computer department, i want to ask about
    How to connect a USB-6008 with lookout6.0 if thats possible?Could you
    provide some help?
    Regards
    Manal

    Hi Manal there is a way to do this, DAQ or DAQmx drivers have an OPC server, you can find the detailed information in the next link
    http://digital.ni.com/public.nsf/websearch/13BBC10CCC1FECBA8625720B00823140?OpenDocument
    Best Regards
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • Can I use more than one USB 6008 in the same program?

    I am working on a project that may require up to six USB-6008 modules.  Before I purchase more I need to know if I can use all six at a time in the same Lab View program.  Can anyone help?
    Solved!
    Go to Solution.

    Hello Nick,
    LabVIEW is able to handel that number of DAQ tasks quite easily, however you must remember that USB has a maximum bandwidth. Therefore you would have to ensure that you have enough USB hubs on your PC. Typically there are between two to four USB slots per hub and each of these will have a maximum throughput rate which will divided between all devices attached to that hub. Therefore although you may have four USB DAQ devices attached to four USB ports if they are on the same hub you may notice greatly reduced rates of data transfer. What I would suggest rather than purchasing six or more USB 6008, why not purchase one PCI card which is able to handel many more inputs with a larger bandwidth.
    Regards
    Andrew George @ NI UK

Maybe you are looking for

  • Issue while creating Data Model in BI Publisher and logging into xmlpserver

    Hi All, We are facing an issue in OBIEE 11.1.1.5. If we are logging with Non Admin Id (other than weblogic) and select New Data Model, a blank screen is coming. Where as, if we use Admin Id, we are getting screen as usual for creating data model. The

  • Regarding Selection Screen

    Hi All, I have a requirment that: I need to refresh my selection screen at every time i selected back button. Following fields are maintained in selection screen. PARAMETERS     pc_chgno TYPE ZTB1 OBLIGATORY MEMORY ID zbc_change_number. PARAMETERS   

  • Satellite Pro A200: Card Reader does not work after XP installation

    Hi... I have removed Windows Vista from my Satellite Pro A200 in favour of XP Home. I'm much happier with the machine now but am unable to get any response from the Card Reader. There's no mention of it in the User's Manual that came with the machine

  • NOKIA 303: gmail sender name setting?

    Hello everybody! Just bought the new asha 303. I use primarily gmail on the device and I'm not able from the pre-installed nokia e-mail application to send an e-mail with my name as the sender of a message instead of the e-mail address. Only from the

  • Date Format in Forms- Need inputs.

    Forms [32 Bit] Version 9.0.4.1.0 (Production) Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production I have date type field (Db column of date type Date ) in a data block and its value is set based on a char field value in anoth