How i can send measurment reading to excel sheet?

q.1: i have some readings and i want to send them to excel sheet
q.2: how i can draw a gragh for these readings?
Solved!
Go to Solution.
Attachments:
Temp.vi ‏59 KB

You can do this directly like this right?
Attachments:
gr.vi ‏12 KB

Similar Messages

  • Hi, I am using USB 8476s to communicat​e to a slave unit in LIN network using LabVIEW7.1​. Can anyone tell me how i can send a header file plus 1 byte of data to the slave in a LIN network. or how do i use ldf file. i want to read responses from the slave

    Hi,   I am using USB 8476s to communicate to a slave unit in LIN network. Can anyone tell me how i can send a header frame plus 1 byte of data to the slave in a LIN network. or how do I communictae with slave using LabVIEW7.1.
    I want to read responses from the slave. When i tried with labview exapmle programs or even using MAX also, while doing some switching action in my slave, i am getting response as Device inactive with timestamp but there is no data format. 
    And I have Lin Description File. Can you suggest me how to use ldf file.
    I am at customer place and It would be great help from you if you can suggest me at the earliest. Thank you

    you may use the LDF Starter Kit to use LDF informations in your application
    http://joule.ni.com/nidu/cds/view/p/id/665/lang/en

  • How i can send a mail to the user SAP Office mailbox through the spool.

    hi all,
    I have created an report and scheduled for background and it generated a spool now how i can send a mail to the user SAP Office mailbox through that spool.
                          please provide me the sample code if possible.
                   thanks.

    Read the spool number with this...
        SELECT RQIDENT
        INTO (T_TSP01-RQIDENT)
        FROM TSP01
        WHERE RQOWNER EQ SY-UNAME
          AND RQCLIENT EQ SY-MANDT.
        APPEND T_TSP01.
        ENDSELECT.
    Use this FM RSPO_IRETURN_RAW_DATA to read the content of the spool into an Internal Table...
    Finally use this FM SO_OBJECT_SEND to send the mail to an SAP Office user...
    Greetings,
    Blag.

  • How I can send serial NI cFP-2220 output to RTU IEC 60870-5-101 ?

    Hello,
    I have to send my calculated data to remote SCADA via RTU which work on  IEC 60870-5-101.
    Does anybody have experience how I can send it via my serial port on NI cFP-2220?
    Thanks
    Mujo

    Hi,
    Does any budy know how to Use the function which comes under IEC 60870-5 104.
    i found a image at below site
     http://sine.ni.com/nips/cds/view/p/lang/en/nid/210149
    But it is only a write function .
    I would like to know how to Read.
    if you any budy have a example pls share.
    Regards
    Sandeep
    Attachments:
    IEC 60870 write Function.JPG ‏24 KB

  • HT202724 How i can send multiple sms from mac without being a group message ?

    How i can send multiple sms from mac without being a group message ?

    Start new conversations, one for each recipient.

  • How i can send i message from my i phone to my i pad

    how i can send i message from my i phone to my i pad

    Activate iMessage on both your phone and your iPad.  Then send an iMessage to the email address you are using for iMessage on your iPad (which is shown in Settings>Messages>Receive At).

  • How I can send pdf document  file in I pad

    How I can send pdf Document file in I Pad

    A simple and popular way to copy files and share files amoung your devices.
    https://www.dropbox.com/
    Using iTures to transfer files:
    http://support.apple.com/kb/HT4094?viewlocale=en_US&locale=en_US
    Files Connect -- The swiss army knife of remote file connect
    https://itunes.apple.com/us/app/files-connect/id404324302?mt=8
    Windows File server
    http://itunes.apple.com/us/app/filebrowser-access-files-on/id364738545?mt=8

  • I can´t send my videos fom my PC to my Ipad because the videos are in the .MP4 format and not in the .mp4, is there other types of .mp4 and then how I can send my videos to my Ipad?

    Hello everybody!
    I have a problem with my videos, well first of all I took videos with a camera for my school proyects and then I want to send those videos to my Ipad but there is a problem because when I tried to send my videos it said that those videos could not be synced and then I checked the video´s properties and it says that the format of those videos are .MP4 instead of the .mp4 format and i want to ask the community if there are other types of .mp4 formats and how I can send my videos?
    Please reply because I really need those videos for my school proyect.
    (sorry if my english is bad I dont use to speak english)

    Please upload the distmgr.log and PkgXferMgr.log to Skydrive and post the link here.
    Juke Chou
    TechNet Community Support

  • How i can make forms read form nls and reports read from anather

    hi evrey one
    how i can make forms read form nls_lang and reports read from anather nls_lang ,
    I think that this property is found in the file format .ini,
    I forgot his name,
    Is there one has found this information,
    pleez share.
    thanks.

    At a minimum, the creation of the TcpClient will need to change its parameter to the name of server you want to use:
    TcpClient tClient = new TcpClient("gmail-smtp-in.l.google.com", 25);

  • How I can send photo from Nokia phone to my I pad

    How I can send photo from Nokia phone to my I pad

    can you e-mail off your Nokia? then open that mail onyour iPad and save from there

  • How i can send blob attachment with smtp email?

    any body can help me how i can send blob file?

    There are lots of example in the web.
    http://blogs.techrepublic.com.com/programming-and-development/?p=517&tag=content;leftCol

  • How to populate the Quering data into Excel sheet in Oracle

    Dear Guys,
    How to populate the Quering data into Excel sheet in oracle.
    Please provide a solution.
    Thanks & Regards,
    Senthil K Kumar

    Hi
    To make Excel sheets from sqlplus, you can use the markup html tag in sqlplus.
    Here's an example.
    Example
    <code>
    SET LINESIZE 4000
    SET VERIFY OFF
    SET FEEDBACK OFF
    SET PAGESIZE 999
    SET MARKUP HTML ON ENTMAP ON SPOOL ON PREFORMAT OFF
    SPOOL c:\test_xls.xls
    SELECT object_type
    , SUBSTR( object_name, 1, 30 ) object
    , created
    , last_ddl_time
    , status
    FROM user_objects
    ORDER BY 1, 2
    SPOOL OFF
    SET MARKUP HTML OFF ENTMAP OFF SPOOL OFF PREFORMAT ON
    SET LINESIZE 2000 VERIFY ON FEEDBACK ON
    </code>

  • Send the gragh to Excel sheet (urgent)

    How are you?
    I did simulation for sine wave but i want send this gragh to excel sheet
    How can i do this?
    Attachments:
    project2.vi ‏50 KB

    Hello
    The original examples I uloaded will show you how to do this so I have uploaded them again but this time compiled for labVIEW 8.5
    I've also included a little update to the asignment you provided showing a better way to stop loop execution (Hope this is useful)
    Regards
    Don't forget to give Kudo's for a good answer !
    LabVIEW Champion
    Certified LabVIEW Architect
    Certified TestStand Architect
    Attachments:
    1D_Array_Data_To_Excel.vi ‏29 KB
    project 1.vi ‏325 KB
    project2-1.vi ‏81 KB

  • How to link output page to output excel sheet?

    Hi,
    I have written a program where the output is downloaded as an excel sheet.There are 2 option in the output
    either we can display the output in the form of a ALV or we can download it into an excel sheet.
    Now,I want to know how I can link that excel sheet to the ALV display output,which should finally display
    the alv as the first page and the downloaded sheet as the next page.
    Regards,
    swain19

    Hi,
       You can link output type to your zprogram through NACE transaction.
    There you need to select the 'Application' and click on the 'Output types' push button.
    for ex:
      go to txn NACE and choose V3(Billing) then it will take you to the next screen there you can provide
    your ZOutput type or choose a existing one and double click on it.
    Now it will take you to the output type, there you will find 'Processing routines'.
    In processing routines you can link your program to corresponding medium of processing like Fax or Print output.
    If you want anymore help, you can always get back to me.
    Regards,
    Jalendhar

  • Read an excel sheet and selected two columns like A and C will plot as a XY Graph (X as a A column and Y as a C column)

    hi sir i am read excel sheet using labview ,but unable to plot the selected colomns,so its needfull ,please find any body to sollution to the problem .i i already did some part ,it is take  too much delay
    Attachments:
    CSV File to XY GRAPH 13.lvproj ‏9 KB

    shambhulinga a écrit :
    hi sir i am read excel sheet using labview ,but unable to plot the selected colomns,so its needfull ,please find any body to sollution to the problem .i i already did some part ,it is take  too much delay
    First, you are not reading an Excel sheet but a text file (a csv file is a text file). From the listing of the function used (from the lvproj file) you are using the Read From Spreadsheet function, this function will return a 2D array. Use the Index Array function to extract the x and y value columns. Bundle them (using the Bundle function) and wire the output to your XY-Graph.
    Ben64

Maybe you are looking for

  • AP: 3.4.1, On import. Can't select expanded previews

    Finally upgraded to AP 3.4.1.OSX 10.7.5. New in this version only, when importing (uploading) RAW Canon files (via FW 800 reader), I can no longer select (or deselect) a file if the preview image has been enlarged, i.e. double clicked on.  In every v

  • How to use cuepoint in audio files

    Into a file .fla I have a file audio with cuepoints. I need to read these cuepoints in flash (I use the MX 2004 version) to manage some little animations into the stage. It is possible to make this? I have found solutions only for the .flv file but n

  • PDFs and data fields

    Say I download a PDF form that I can edit and fill out as a form.  When I save that PDF, I save it locally, and then submit it back online, say to a database, will that data be available to search, or will it just be as an image and not useful for th

  • Why do I keep getting this error and how do I make it stop?

    Problem Event Name:          APPCRASH   Application Name:          iTunes.exe   Application Version:          10.5.0.142   Application Timestamp:          4e9243f2   Fault Module Name:          rlls.dll_old_unloaded   Fault Module Version:          0

  • Creating XML from XSD, Only create The First Element

    Hi, I create a XML File from a xsd schema by this way:             DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();           factory.setNamespaceAware(true);           factory.setValidating(true);                factory.setAttr