How can I get data (txt file with data from the 5 sensors) in a graph?

I have a txt file that reads

time, data1, data2, data3, data4, recentes5, yes/no

example:

0,450,427,421,480,622,0
4,561,513,478,466,540,0
8,547,531,510,492,515,0
12,528,524,513,495,525,1
36,531,524,515,505,534,1
65,537,528,519,511,539,1

Where the last song realates to a buzzer

I need a chart that shows all 5 data point (so a graph with 5 lines)

How can I do this?

Also, is there a way to show the Yes/No part in LanView?

Here it is:

It's very simple.

1. open the text file in a spreadsheet file.  You can connect a control of path or if left blank, it will prompt for a path.

2. set the comma as separator.

3. display the values on the graph.

I just added a digital table indicator so that you can see the values as exactly those of the file.

To learn more about LabVIEW, I suggest that you try to watch some of these tutorials.

Tags: NI Software

Similar Questions

  • How can I get data from each associated XMLnode in movieclips separated when you click a line in the combobox

    How can I get data from each associated XMLnode in movieclips separated when you click a line in the combobox?

    A sample of XML is like this:

    <>planter

    < Lauvtre >

    < Botanisk_navn > Acer campestre < / Botanisk_navn >

    < Norsk_navn > Naverlonn < / Norsk_navn >

    Gronn < Farge > < / fan >

    H4 < Herdighet > < / Herdighet >

    < Hoyde > 10-15 m < / Hoyde >

    < / Lauvtre >

    I have a combobox where it shows the botanical name and the Norwegian name. But the rest of the info in movieclips seem separate.

    Someone has an idea how to do this? Can I use the trace function maybe? Here is my AS3 code so far:

    var loader: URLLoader = new URLLoader();

    loader.addEventListener (Event.COMPLETE, onLoaded);

    list.addEventListener (Event.CHANGE, itemChange);

    function itemChange(e:Event):void

    {

    your. Text = list.selectedItem.data;

    TB. Text = list.selectedItem.label;

    }

    var xml;

    function onLoaded(e:Event):void

    {

    XML = new XML (e.target.data);

    var it: XMLList = xml. Planter.Lauvtre;

    for (var i: uint = 0; i < il.length (); i ++)

    {

    list.addItem ({data: it.}) Farge.Text ([i]) + "\n"+ it.» Herdighet.Text ([i]) + "\n" + it. Hoyde.text ([i]),

    label: it. Botanisk_navn. Text() [i] + "\n"+ it.» Norsk_navn. Text() [i]});

    }

    }

    Loader.Load (new URLRequest ("lauvtre.xml"));

    Thank you!

    Rheus.

    I don't know what you're trying to do.  but, if you want to fill one combobox with the botanical names and when one is chosen, the other use of logins:

    var loader: URLLoader = new URLLoader();

    loader.addEventListener (Event.COMPLETE, onLoaded);

    list.addEventListener (Event.CHANGE, itemChange);

    function itemChange(e:Event):void {}

    var selectedObj:Object = a [list.selectedIndex]

    trace (selectedObj ['fan'], selectedObj ['Botanisk'], etc);

    }

    var xml;

    var a: Array = [];

    function onLoaded(e:Event):void {}

    XML = new XML (e.target.data);

    var it: XMLList = xml. Lauvtre;

    for (var i: uint = 0; i

    list.addItem({label:il[i].child('Botanisk_navn').toString()});)

    a [i] = {'Fan': it [i].child('Farge').toString (), 'Herdighet': it [i].child('Herdighet').toString (), "Hoyde": he [i].child('Hoyde').toString (), 'Botanisk':il[i].child('Botanisk_navn').toString(),'Norsk_navn':il[i].child('Norsk_navn').toString()};}

    }

    }

    Loader.Load (new URLRequest ("test.xml"));

  • How can I get data for the retrun OperationBinding object?

    Hi all
    I am new to the ADF and jdeveloper version 11.1.1.0.0 use. Now, I work in an application where my steps are,

    (1) service of Web created by stored procedure
    (2) control of data created by a web service
    (3) page .jspx created using data control

    In control data I have a method "addUpdMbrLevelDetails" that store a record in the database raise WebService and stored procedure and return id of the recording. Here is my code.

    public String commandButton1_action() {}

    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("addUpdMbrLevelDetails");
    Object result = operationBinding.execute ();

    If (! operationBinding.getErrors () .isEmpty ()) {}
    Returns a null value.
    }
    Returns a null value.
    }

    Here result return type is XMLHandler$ DataCollection

    My question is how can I object return data form.

    Please help me.

    Thanks in advance.

    Myriam

    @Rodrigs, you can't cast datacollection $ xmlhandler to FacesCntrlRangeBinding

    @User, you can convert the output to eaisly java.util.AbstractCollection
    you need to google a bit of how to work with AbstractCollection in java is to say hw to retrieve content, once you have completed your problem is resolved...

    Kind regards.

  • How can I get data from child form

    Hello.
    IM an adapter to get the data in the main form based on the Instance of coding key.
    using this piece of code, I can get all the data in the main form.

    String response = "";
    formData tcResultSet = formIntf.getProcessFormData (Key);

    * if (formData.getTotalRowCount ()! = 0) {*}
    String [] columns = formData.getColumnNames ();
    * for (int i = 0; i < columns.length; i ++) {*}
    * response = response + columns [i] + '=' + formData.getStringValue (columns) + "\n";* ".
    *}*
    *}*

    Anyone know how to make data on child of forms?

    Thank you.

    Hello

    Try the following code:

    tcFormInstanceOperationsIntf tcforminstanceoperationsintf = apiFactory.getUtility ("Thor.API.Operations.tcFormInstanceOperationsIntf") (tcFormInstanceOperationsIntf);

    tcResultSet procChildFormDef = tcforminstanceoperationsintf.getChildFormDefinition (tcforminstanceoperationsintf.getProcessFormDefinitionKey (procInstKey), tcforminstanceoperationsintf.getProcessFormVersion (procInstKey));

    procChildFormDef.goToRow (0);

    long procChildInstKey = procChildFormDef.getLongValue ('Structure Utility.Child Tables.Child Key');

    tcChildResultSet = tcforminstanceoperationsintf.getProcessFormChildData (procChildInstKey, procInstKey);

    From there, you will get the child form result for the data set, you can loop and get the data you want.

    Hope this helps.

    Thank you best regards &,.
    Ankit

  • How can I transfer data from the database in a variable (or array)?

    I made my request according to the example (http://corlan.org/2009/06/12/working-in-flash-builder-4-with-flex-and-php/). Everything works fine. I changed a single function to query the database - add two parameters and get the value from the table to a string format. A test operation shows that everything is ok. If I want to display this value in the text box, I just do drag and drop off service to this element in Design view

    (< s:TextArea = "153" x = "435" id = "nameText" text = "{getDataMeanResult.lastResult [0] .name}" width = "296" height = "89" / > ").

    Also, it works fine, just a warning and encouraged to use ArrayCollection.getItemAt ().

    Now, I want to send the value to a variable or an array, but in both cases, I get an error: TypeError: Error #1010: a term is undefined and has no property..

    How can I pass a value to the database in a variable? Thank you.

    public var nameTemp:String;

    getDataMeanResult.token = authors.getDataMean (arrayOfNumber [0], dir_id);

    nameTemp = getDataMeanResult.lastResult [0] .name;

    public var nameArray:Array = new Array();

    for (var i: uint = o; i < 3; i ++) {}

    getDataMeanResult.token = authors.getDataMean (arrayOfNumber [i], dir_id);

    NomTableau [i] = getDataMeanResult.lastResult [0] .name;

    }

    And how do I use syntax highlighting in this forum?

    Astraport2012 wrote:

    Thank you.

    Then this simple question: How can I place a mySQL database data in a variable using the wizards FB4 (connect with PHP)?

    If you can show examples please.

    I couldn't find examples. Send data to a field text or DataGrid - much, but no variable.

    the use of assistants? not sure... it is generally a bad idea to rely on them, because they will never fully what you want anyway. I would recommend learning abit of PHP and manage by yourself, because it allows you to manage everything exactly as you wish.

    small example of communicating with a database using PHP + FB4:

    mount a database

    write you a small script that will access your database, get a value, for example:

    ";
    
        while($row = mysql_fetch_array($result))
        {
            if($row['messageID'] == "3")
            {
                print $row['message'];
            }
        }
        print "\n";
    ?>
    

    This will get the message with ID '3 '.

    make an HTTPService in FB4 app to call this Script, as follows:

    
    
        
            
    
            
        
    
        
            
        
        
    
    
    

    and the value must be picked up by the Script and properly stored in a variable

  • How can I get my [* address email is removed from the privacy *] email and folders back which took me about a month ago?

    About a month there is a Monday morning my email and folders disappeared, some overseas has my contact list send email hooks in my contact list, ask for money to get home, and I did not even leave the House. All my contacts called early this morning to let me know. Well well my email address [* address email is removed from the privacy *] and my password was gone. Important files and photos in folders also disappeared. I tried to get them through windows live help and still cannot get back them. They are lost forever, or I do something wrong? How to make a comeback?

    Hello

    You will need to create a post on www.windowslivehelp.com for any question / help with the Windows Live programs and services.

  • How can I get my iphone free sim purchased from the United States to work in Nigeria

    I got an Iphone 6 s sim free fully released for the United States. I used 2 weeks with T-Mobile sim. I'm back to Nigeria and my phone did not work with my local sim. What should I do it to be functional. Thank you

    http://www.Apple.com/iPhone/LTE/

    I see not supported for any carrier in Nigeria but your more than welcome to check.

  • How can I download data from key USB flash to a Windows 7 computer

    I need to transfer some files from my PC to my PC Windows 7 Windows XP using a USB flash key. I've used Windows Easy Transfer to move my files without problem and some programs but did not download some files. I downloaded these files on a USB flash and I can access the files, as long as the stick is pluged. How can I download data from the USB flash on my Windows 7 computer

    Hello

    The following video may help:

    http://www.YouTube.com/watch?v=hrMQh0Xkpvs

    or this article:

    http://www.swarthmore.edu/documents/administration/its/how%20To%20Use%20A%20USB%20Flash%20Drive.PDF

    and here:

    http://TECHTIPS.salon.com/use-USB-flash-drive-transfer-files-PC-Mac-2544.html

    (Mac here can be a PC).

    Good luck.

  • How can I get headphones to work with phone I6

    How can I get headphones to work with phone I6

    Too bad.  I had to remove the cover of the phone to get a connection with the headset.

  • How can I play flac Audio files with extension on windows media player

    How can I play flac Audio files with extension on windows media player

    Hello jesskenneth,

    Thank you for visiting the Microsoft answers Site.

    The extension Flac is not a type of supported Windows Media Player file. However, you can user your favorite search engine to search for a solution that can convert the file in a supported file type Windows Media Player.

    For more information on the types of files supported by Windows Media Player, you can also view the following link:

    Information on the types of media files that supports Windows Media Player

    Thank you

     

    Mary
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How can I get my RAW files to open in photoshop?  I use a Sony Alpha NEX - 7 shooting JPEG and RAW.  Open end JPEG but RAW only.

    How can I get my RAW files to open in photoshop?  I use a Sony Alpha NEX - 7 shooting JPEG and RAW.  Open end JPEG but RAW only.

    This camera is supported in Camera Raw 6.6 and newer. This means that you need to Photoshop CS5 or newer version to have the support of the camera. What version of Photoshop are you using?

  • How can I get photoshop to open with a light gray background on a Mac? As it does with Windows.

    How can I get photoshop to open with a light gray background on a Mac? As it does with Windows.

    What version of photoshop are you using?

    On new versions of photoshop cs4 - cc, it is usually window > Application frame

  • How can I get Dreamweaver to download my project on the backend?

    Hello

    I am trying to load my intrAnet project on the primary server.  I need advice on how to do it.  I'm really new to this aspect of web design.

    Here is the information that could be useful to help you guide me.

    I create my project that includes all the files on my C: drive.  It works fine with Internet Explorer on my computer.

    This project must now be transferred to the main server that is visible to all who have access to the IntrAnet.

    I have the URL were I need to move the project, but I can't move the project there.

    How can I get Dreamweaver to download my project on the backend?

    If you need more information, let me know, I'll give you.

    Thank you.

    Have you defined the site yet? This transfer method that you use to copy the files from your local PC to your web server location?

  • How can I get a dynamic mic to work on the iMac?

    How can I get a dynamic microphone to work via the usb input? Do I need a plug-in?

    Well Yes, if it is a USB microphone, the support is to plug.  Note, Apple provides an Audio configuration and Apple Midi utility in Applications-> utilities that once connected develops on the parameters in the menu-> Preferences-> sound-> entry

    Some microphones require Mac OS X drivers.  It would therefore be important to determine if yours is a.   Google your brand and model micro with Mac OS X and the drivers of Word to see if someone needs.

  • How can I get Firefox looking for my computer for the plugins that are already there?

    How can I get Firefox looking for my computer for the plugins that are already there?

    Adobe Flash player is already on my computer from IE 8. How can I get Firefox to see that it is already on my PC and use it so I don't have to download it again and possibly create other problems. Also, in my efforts to download Flash, active Firefox IE that made me concerned that would cause problems that our just leave me where I am now, instance where IE can use a bottle but Firefox cannot.

    Internet Explorer uses a version of the Flash player ActiveX plugin as it does not work with other browsers.

    Download the version of the https://www.adobe.com/products/flashplayer/distribution3.html Plugin-based browsers and make sure Firefox is closed when you install it.

Maybe you are looking for

  • Get the beta version of the UI across all PC

    So I was one of the lucky people the opportunity to try the new UI set up, but I got it on a PC that I do not particularly often. Is it possible for me to get this UI on other PCs or is it stuck on one on which there are currently?

  • E-all-in-one printer, HP Officejet 4630: Hp / download

    I can not get software SmartPrint for Internet Explore 11 (victory 10 Pro). Whenever I have try o go to the download site, I always fall into the Hp login page and then I don't know what I have to do.

  • Windows Firewall "Exceptions list".

    I am running SP3 Windows XP Prof, Firefox 28 and Windows Firewall. I recently noticed that Firefox is 'slow' loading and connection to Web sites. I checked the 'Exceptions' list in the Windows Firewall, but Mozilla Firefox did not appear. Why Windows

  • DeskJet Ink Advantage 3635: How can I connect my printer to my wireless network?

    I have a wireless set up and now I want to add a wireless printer. I using Chromebook and I would Google Cloud print. The model is consistent, but the device appears on the network. What can I do to reselove this problem? Thank you.

  • the password of bios Pavilion g7

    Somehow the power on active password on my laptop... turn off code 63596547 in any case to get the password to unlock?