Jump to content

thomas2609

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by thomas2609

  1. first find a data sheet of your sound card;

    there you should find all important parameters; (cannesl, sampling rate, inputvoltages......)

    input bandwith is about 20 Hz to 20 kHz (mind Nyquist–Shannon sampling theorem)

    so you can measure 2 channels if you have a stereo(input) soundcard.

    to use the soundcard in labview, just use the sound vi's

    a wave file is nothing more than measured values and the sampling information ( dt = 1/sampling frequency)

    thomas

    ZITAT(blueguard @ Feb 4 2008, 04:26 PM)

    I am in my last year in mechanical departement ,and my project is about machine vibration diagnostics and analysis , but i can not pay for an NI DAQ card ,so that i am planning to use the PC soundcard as a data acquisition card , and i do not no to what extend the soundcard is valid for this purpose, especially for multichannel measurements , and how i can interface the sound card to Labview? :question:
  2. ZITAT(TiT @ Jan 14 2008, 10:18 AM)

    Does this actually works for you ? I have WIN XP Pro and for me the only information that is correctly read is the timezone, all the other information that are read do not correspond to the actual windows date and time ; and the write function does not seem to have any effect :o

    i do have the same problem, but Bias is correct!

  3. ZITAT(TiT @ Dec 19 2007, 11:49 AM)

    Hello,

    In order to get the correct local time with a timestamp in countries that have a summer time and a winter time (daylight saving stuff) the property has to be disabled in windows.

    So my question is, how to programmatically enable/disable this windows option ?

    Thanks in advance

    why you don't you just read out the system time through kernel32.dll (see atached example LV8.0)?

    thomas

  4. i recently compiled(+ made an installer) a LabVIW (8.0.1) program in which i used the ActiveX controll MSComDlg.ICommonDialog.

    on my developement system i had visual basic 2005 express installed, so i had no problems using ActiveX. but when i

    installed the program on a other system without any developer license (so no VB2005Express) installed on it, i got the error message again.

    now i wonder where i made any misconfiguration, would it be neccesary to add some M$ VB Run-Time Redistribution Pack?

    Thx for any information

    cheers thomas

  5. ZITAT(AnalogKid2DigitalMan @ Mar 28 2007, 11:45 PM)

    as an alternative i figured out a way to drive the lm35 with the ni600x +5V internal power.

    see http://cache.national.com/ds/LM/LM35.pdf ( >> FIGURE 5 <<)

    so you need 3 additional resistors and can measure in differential mode. (very nice!) ;-)

    as i need the lm35 only for demonstration i don't worry how exact resistor values influence the accuracy of the measurement (i used 220 Ohm instead of the 200 Ohm).

    my guess is that the error will be >10%

    i hope that i could provide some help on the topic

    cheers thomas

  6. ZITAT(SteveL @ Oct 10 2006, 10:39 AM)

    hi, i know the problem, i guess it depends on the input circuit of the 600x (see http://www.ni.com/pdf/manuals/371303e.pdf page 10) compare with http://www.ni.com/pdf/manuals/371022g.pdf page 37;

    a workaround to connect the lm35 to the 6009 would be to use an external power source like battery or other dc power supply.

    i did that with a patery pack like http://www.mercateo.com/p/115-970332/Batte...XLR03_AAA_.html (~1,50€)

    4 AAA (6V) are ok for the LM35 (supply voltage acording to the data sheet 4 - 30V)

    with this configuration you can use the differential mode to measure the temperature.

    Bat+ connect to +Vs

    Bat- connect to GND and AI4

    Output connect to AI0

    I am sure there is a better solution, but at least it works ;-)

    cheers thomas

  7. hello,

    i just wonder why only one of these 2 Math scripts workes.

    1.) x= 0:0.1:1 does not work in LabVIEW 8.0 but In MATLAB

    2.) x= 0:1e-1:1 workes in LabVIEW 8.0 and in MATLAB

    ad 1 error message "Error in function range at line 1. You cannot specify a step size of zero for a range."

    aha, well 0.1 is not zero in my eyes. can anyone tell me whey my LabVIEW 8.0 does that?

    my guess whould be that it is a bug. :-)

    cheers thomas

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.