How to convert dasylab to labview

Hi all,
I get a project invovled a serial port reading, then use the band pass filter and FFT to process the signal. At last, locat the peak frequency of the spectrum. This project used to be achieved by dasylab as shown in the attachment. Since I am not familar with labview, can somebody please spare me several minutes to convert this program to labview VI. Thank you very much for your kind help.
Baicy
Solved!
Go to Solution.
Attachments:
fft.png ‏18 KB

As I said, images are worthless because they tell no one how you have those functions configured. If you do decide to post the actual code, then you will have to be somewhat lucky in finding someone who has both DASYLab and LabVIEW.
The Express VIs that you will want to look at include the Instrument I/O Assistant,  Filter, Spectral Measurements, and Statistics. Probably just need a loop areound the Instrument I/O Assistant if you need to collect x number of points.
Message Edited by Dennis Knutson on 06-12-2010 01:09 PM
Attachments:
Express.png ‏189 KB

Similar Messages

  • How to convert llb from LabVIEW version 8 to 7.1

    Can someone tell how to convert the llb from LabVIEW version 8 to version 7.1?
    I hope to sent the program to the others, but the other side are using LabVIEW version 7.1 but not version 8.0.
    I know I can save to VI file as previous version, but it contains severals of VI in the library, it is quite time consuming.
    Can everyone sugguest any method or solution to solve my problem.
    Thanks.

    Hi anson,
    it will run also in LV7.1 - but you should check those warnings (probably things not/differently supported by LV7.1...) anyway!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to convert Subvi into Labview function

    Hi,
    I made costum vis of UDP Read and Write using dot net functions.when i tried to Make them reentrant. It is halting the application.
    i want to run these vis in sepate thread.
    Can you please tell me how can i convert  sub vi in labview fuction(like yellow one in Function pallet eg.Index arry or replace array).
    Regards
    Sandeep soni
    9922958092

    From help
    Adding VIs and Controls to the User and Instrument Drivers Subpalettes
    Adding VIs and Controls to the User and Instrument Drivers Subpalettes
    The
    User Controls and User Libraries palettes
    contain subpalettes for each directory, LLB, or palette (.mnu) file in labview\user.lib and icons for each file in labview\user.lib.
    Save
    subVIs in the user.lib directory only if they are usable, without
    modification, across projects. Paths to VIs in user.lib are relative to the labview directory. Paths to subVIs you save elsewhere are
    relative to the parent VI. Therefore, copying a VI from user.lib to modify it for a special case does not change
    the path to its subVIs located in user.lib.
    Caution  Do not save
    your own VIs and other files in LLB
    files installed with LabVIEW. Save your controls and VIs in the user.lib directory to add them to the
    Controls and Functions
    palettes.
    Complete the following steps to add new VIs and controls to the
    user palettes.
    Save the controls and VIs in the labview\user.lib directory to add them to the
    User Controls and User Libraries palettes,
    respectively.
    Restart LabVIEW. LabVIEW updates the palettes to contain the controls and
    VIs in the labview\user.lib directory.
    The
    Instrument Drivers palette corresponds to the labview\instr.lib directory. Save instrument drivers in
    this directory to add them to the Functions palette.
    Note  If you add a subdirectory or LLB to the labview\user.lib or labview\instr.lib directory and the subdirectory or
    filename begins with an underscore (_), the
    contents of the subdirectory or file do not appear on the User
    Libraries or Instrument Drivers palettes.

  • I would like to read a text file in which the decimal numbers are using dots instead of commas. Is there a way of converting this in labVIEW, or how can I get the program to enterpret the figures in the correct way?

    The program doest enterpret my figures from the text file in the correct way since the numbers contain dots instead of commas. Is there a way to fix this in labVIEW, or do I have to change the files before reading them in the program? Thanks beforehend!

    You must go in the labview option menu, you can select 'use the local
    separator' in the front side submenu (LV6i).
    If you use the "From Exponential/Fract/Eng" vi, you are able to select this
    opton (with a boolean) without changing the labview parameters.
    (sorry for my english)
    Lange Jerome
    FRANCE
    "Nina" a ecrit dans le message news:
    [email protected]..
    > I would like to read a text file in which the decimal numbers are
    > using dots instead of commas. Is there a way of converting this in
    > labVIEW, or how can I get the program to enterpret the figures in the
    > correct way?
    >
    > The program doest enterpret my figures from the text file in the
    > correct way since the numbers contain dots instea
    d of commas. Is there
    > a way to fix this in labVIEW, or do I have to change the files before
    > reading them in the program? Thanks beforehend!

  • How to convert Labview file 10.0 to 7.1

    Hi I was wondering if anyone could tell me how to convert my 10.0 vi file to a 7.1 vi file. Thank you very much.
    By the way, it's from a student version if that matters at all.
    -Brian

    You would need to have version 8 of LabVIEW along with version 2010 or 2011.  Open the 10.0 file in LV10 or later, saveas LV version 8.
    Open the LV8 version in LV8 and the save for previous version as 7.1
    If you don't have those versions, then that is what this message board is for.  Read Conversion Board Rules! and attach your VI to your message.

  • How to convert to labview from lookout ?

    I have software developed in lookout. I want to convert that to Labview 7.1.
    Is there any method?

    There is no way to do so automatically.
    LabVIEW with DSC module can do the similar thing as Lookout, but you have to redo everything in LabVIEW.
    Ryan Shi
    National Instruments

  • How to convert LV Vi's from LV 7.0 to higher versions or viceversa.​I need the steps.

    For example i have labview 7.0 and i wan to open in LV 8.0 or still higher..so how to convert my VIs to higher versions or vice versa..I need the steps to convert.

    Hello,
    If you want to convert a vi written in LV 7.0 to a higher version (say 8.5) open the vi written in 7.0 with 8.5 and then save the same. (once you save it to 8.5, you can not open it with 7.0 since 8.5 is higher than 7.0. So male sure to back up your 7.0 version files)
    Now to convert a vi from 8.5 to 7.0 (for example) it gets a litle complicated becase you have load the vi in LV8.5 and then select the option File-->Save for Previous version and select the appropriate option (like 8.2, 8.0 or any other that gets populated in the drop down menu).
    Now say that you have selected the option 8.0, Again the vi saved in 8.0 and follow the same procedure to save it to 7.0 version of labVIEW.
    The reason i said it gets complicated becasue you must have installed all the version of labVIEW  (in the above case its LV 8.0) for a sucessful downgrade.
    Hope this helps you out
    Guru
    Regards
    Guru (CLA)

  • How to convert chinese letlers received from a device to understandable information?

    Hello,
    I would like to read from a sound level meter, I'm using VISA functions, but when I run the VI at first the information received is in chinese and I didn't find how to convert it so as to be able to read an understandable data.
    What can I do to read properly the data sent by the sound level meter?
    Here is a photo of the problem and the VI I conceived.
    Thank you in advance for your help.
    Pièces jointes :
    communication série RS232 avec le sonomètre.vi ‏33 KB

    Hello Yasmine,
    Thank you for posting.
    Can you post a photo of the issue. Have you tried to change the language of your instrument ?
    Regards,
    Isabelle G.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Été de LabVIEW 2014
    12 présentations en ligne, du 30 juin au 18 juillet

  • How to convert a analog signal to digital signal

    Hello,
    How to convert an analog signal into digital signal such that every sample of analog signal corresponding to 1.2V will be represented as '1' in digital signal and other samples of analog signal(that are not 1.2v) will be represented(converted) as '0' in digital signal.
    And how to display both wavefroms or signals in graph indicators.
    Thanks.
    Solved!
    Go to Solution.

    If you have 1000 samples, and you want to convert to digital, you are going to get 1000 digital values.  Attached is what I mean.
    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.
    Attachments:
    Analog_to_Digital Hooovahh Edit.vi ‏52 KB

  • Converting Units in LabView and specifying sampling rate with Universal Library functions

    Hi,
    I am having trouble converting units in LabView 7.0 and having it write to a file / output on a chart in Nm instead of in volts.  I can't seem to find any straightforward instructions, eventhough it seems like a simple task. 
    Another task that would seem rather simple is changing the sampling rate with the XAIn program from the Universal Library for LabView (this is version 5.40).
    If anyone could help me out, I would greatly appreciate it - I have tried other sources without much luck!
    Thanks
    Jenna

    Are you really needing to change units or do you need to scale the voltages read from your sensors? If it's scaling, it would be trivial to set this up in mAX or with the DAQ Assistant if you were using an NI board. Since you are not, then you could use the Scaling and Mapping Express VI. The y axis of a chart is just a label. You can use the text tool to change it to anything you want.
    I have no idea how to change sample rate for your board. Have you asked the vendor?

  • How to convert pulses into RPM

    I am using a counter to count the pulses given from a hall sensor to detect the speed of a motor. I can see the pulses on the graph and I have the operation running in a while loop but I am having issues with setting up a fixed time for the counter to run. I am using a USB 1208LS DAQ which requires Universal Library and I don't know how to convert the pulses that I get into a frequency or RPM's.  
    I just learned how to use Labview so this is getting pretty frustrating.
    Thanks! 

    I am not very familiar with the hardware you have or the Universal Library.  It seems from the spec page for the device however that it does not have any counters on it.  So is this being read in as a digital channel or an analog channel, because I did not see any specifications on the sampling rate of the digital channels?
    If this is coming in as an analog signal there are some signal processing VIs that you can use to determine frequency. Specifically Extract Single Tone Information.VI will find the frequency of your analog signal.
    Doug Farrell
    Product Manager - Condition Monitoring
    National Instruments
    National Instruments Condition Monitoring

  • How to convert XY graph data to type "signal in" for measuremen​t functions

    Hi all, i have a driver file that outputs the screen capture in XY graph format.  I want to measure period using the measurement functions in the LabVIEW palette.  Can someone tell me how to convert into this "signal in" type.  The X (time) and Y (power) are all there but it creates an error when i wire together?
    Please see my attached code.
    Thanks,
    Solved!
    Go to Solution.
    Attachments:
    convert XY Graph to Signal In.vi ‏25 KB

    Its ok folks, i have found a solution.  See attached FYI.
    Attachments:
    convert XY Graph to Signal In.vi ‏43 KB

  • How to convert hex string to time stamp?

    Hello everyone..
    I am currently working on a project in which I have to read the data from a unit and display that data using LabVIEW. I am using serial communication for reading the data. The read data is in hex format. 
    Now, I want to convert this hex string to a time stamp value. I am reading total 16 bytes. How to convert this hex data to a time stamp value. I have developed a VI. But I want to know that the displayed time stamp is correct or not? Or suggest me some other solution. 
    I am using LabVIEW 2011.
    Thanks & Regards,
    Manisha
    Attachments:
    Test.vi ‏7 KB

    Hi mancan,
                      As Iam using LV2009 Iam unable to open your example.Anyway for converting hex to time stamp
    Thanks as kudos only

  • Need someone experience​d in DASYLab or LabVIEW with Sales Experience

    Hi All,
    Apologies if this is the wrong place to be posting this, but not sure how else to go about my query.
    I'm urgently searching for someone experience in DASYLab or LabVIEW with some sales experience for a job in the UK, about 30 mins outside of London.
    If you know of anyone who might fit the bill, please get in touch - [email protected]
    Thanks!

    LauraHW wrote:
    Apologies if this is the wrong place to be posting this, but not sure how else to go about my query.
    The correct place is here: LabVIEW Job Openings
    LabVIEW Champion . Do more with less code and in less time .

  • How to convert 1D array of string to string

    How to convert 1D array of string to string.

    Maximus00, as Pavel indicated, there is a lesser known feature of "Concatenate Strings" that does exactly what your code is doing if the input is an array of strings. In one step! See attached image.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    ConcatenateArray ofStrings.gif ‏7 KB

Maybe you are looking for

  • Screen Sharing and finder

    Just bought an Apple Time Capsule a fortnight ago. Previously I was able to see local computers and conduct screen sharing through finder with no problems with my old wireless setup. Having problems do so now. I have reinstalled 10.5.6 on my main mac

  • Disk Warrior vs Data Recovery 3

    The subject is basically my question. It seems as though my hard drive has completely crashed and is not even bootable in any manner whatsoever. It is a G4 mini with what I believe was OS X (10.4.8). Does anyone have any experience that would make yo

  • Can I copy my old hard drive to new one, without messing up my external drive?

    Hi everyone I'm trying to get some specific info, that seems to be tricky to find: I want to know whether or not I can create an image of my existing tiny macbook hard drive, onto my external drive and then transfer it back onto my new larger hard dr

  • Progress bar in compressor 4.1.2 not working - Why

    While in the active window compressor is working but does not give me a progrss time or a progress bar - so I have to walk away and wait a couple of hours not knowing the movie is compressed.  Why?

  • Structure and internal table

    is it possible to made a report by using internal talbe and structure....if yes how and if u have sample code for that pls tell me.... raju