Labview Vs. Excel help in scaling

I currently have this excel page i created using labview.
and i am currently using microsoft excel page to scale it manually with the clicks of the mouse.
is there a way where I can automatically scaled it from labview to excel automatically?
please help
thanks
P.s- I am using labview 8.0 and used the activeX method to graph in excel
Message Edited by krispiekream on 11-14-2007 04:50 PM
Best regards,
Krispiekream
Attachments:
untitled1.PNG ‏23 KB
untitled11.PNG ‏25 KB

I have an XY graph.
the properties of the graph already have x-axis & y-axis, min and max.
how do i use those properties and apply it to my excel graph?
can someone please help me. my on going problem with this case is giving me such hard times.
thank you!
Best regards,
Krispiekream
Attachments:
untitled2.PNG ‏30 KB
untitled1.PNG ‏29 KB
untitled11.PNG ‏37 KB

Similar Messages

  • Labview Vs. Excel help

    I have made an excel sheet using excel
    can someone guide me into changing the excel worksheet labeled "chat1, 2,3, etc." to be rename to anything i want?
    i used the activeX method
    Best regards,
    Krispiekream
    Attachments:
    untitled1.PNG ‏18 KB
    untitled2.PNG ‏27 KB

    I have attached a VI that uses the "Name" property of a worksheet object to change the tab name.  It is a bit horrible to look at but this is automation in LabVIEW - not always pretty!
    The VI does the following:
    1.  Open an instance of the Excel Application object and makes it visible (for some reason, if you use automation to create an instance of Excel to work with, it will be created with the visible property set to false - go figure.
    2.  Add a new workbook to the Workbooks collection.
    3.  Add a new worksheet to the new workbook's Worksheets collection.
    4.  Use the worksheets "Name" property to retrieve and display the created worksheet's name
    5.  Uses the "Name" property to rename the sheet tab.
    6.  Uses the "Name" property to retrieve and show the new name.
    If you are doing a lot of automation of Excel, I would get a good book on programming Excel that describes the automation interface.  John Walkenbach has written several good ones.  (http://j-walk.com/ss/)
    -cb
    Attachments:
    Automate Excel and Change Sheet Names.vi ‏18 KB

  • Is it possible to export a histogram from labview to excel

    is it possible to export a histogram from labview to excel,and of course get a fancy one

    Hi achfire,
    The LabVIEW Report Generation Toolkit allows you to create different graphs in Microsoft Excel, including Bar Graphs.  Check out the Report Generation Toolkit section of the White Paper below for more information.  I've also linked to a section of the Report Generation Toolkit Help document which gives more details on the different types of graphs you can export.
    Moving Data From LabVIEW Into Excel: http://www.ni.com/newsletter/51339/en/
    Common Graph Types for Reports: http://zone.ni.com/reference/en-XX/help/370274G-01​/lvrgthelp/graph_types/
    Thanks,
    Myriam D.
    Applications Engineer
    National Instruments

  • Labview into excel file

    hello...i'm using labview 8.5 for my final year project..can i convert the graph in the labview into excel file by using this labview version? please...help me....ahaksss
    Solved!
    Go to Solution.

    If you just want the data, then this may be an option (I'm assuming this works in LV 8.5):
    Right click the graph, and select Export -> Export Data to Excel
    You need to have Excel on your computer to get this option.
    Other options:
    o Save your data to a file using Comma (or Tab) Delimited values - open file in Excel
    o Use Report Generator functions to create an Excel file
    steve
    Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
    question. Give "Kudos" to replies that help.

  • Problème séparateur numérique LAbview vers excel

    Bonjour,
    J'ai réalisé un programme de mesure avec LAbview. Des données horodatées sont sauvegardées sous formes date / heure / puis mesure de tension, au format txt, le séparateur décimal étant la virgule. Je souhaite injecter ces valeurs dans un fichier excel afin de réaliser des calculs. J'utilise pour cela le toolkit office. Mais lorsque je récupère ces valeurs sous excel, elles sont considérées comme du texte. Afin de les convertir sous excel je dois faire "données rechercher" , (virgule) et "remplacer par", (virgule) !!! original non ?.
    Si je veux que cela fonctionne je dois remplacer dans le fichier sauvegardé, les virgules par des points !!!
    Comment faire pour injecter correctement des données de Labview dans Excel ?
    Merci
    Pièces jointes :
    Rapport Excel.vi ‏21 KB
    STAT Tensions point.txt ‏2 KB
    STAT Tensions virgule.txt ‏2 KB

    Seifel,
    En effet cela est du à la protection du fichier. Ce qui peut être envisagé c'est l'utilisation de fonctions bas-niveau avancées de gestion des fichiers dans la palette ci-dessous :
    Cela peut vous permettre de modifier les permissions liées au fichier le temps de votre traitement puis de les re-spécifier ensuite. 
    Pour informations :
    - http://zone.ni.com/reference/en-XX/help/371361F-01​/glang/set_permissions/
    - http://zone.ni.com/reference/en-XX/help/371361F-01​/glang/setting_permissions/
    J'espère que cela pourra vous être utile !
    Antonin G. Associated LabVIEW Developper
    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;}
    Communauté francophone des développeurs LabVIEW et des enseignants en STI2D
    Si vous souhaitez partage...

  • Connecting LabView and Excel live

    Hi,
    I am wondering how to get the data I am collecting with LabView into Excel live.  I would appreciate any help anyone could give.  Thanks in advance. 

    There is an example that ships with LabVIEW that shows you how to use ActiveX to write to an Excel workbook.
    Alternate solutions:
    Use the Reporting Toolkit
    Use the Write to Spreadhseet File VI which writes a text file, but it can be opened with Excel. 

  • Multiple plots in one graph (LabVIEW to Excel)

    Hi All-
    Reference this initial discussion: https://forums.ni.com/t5/LabVIEW/Place-Multiple-Data-Sets-on-One-Graph-LabVIEW-to-Excel/td-p/2164380
    Problem description: Generated multiple 2D arrays with different x-axis and y-axis values cannot be placed into ONE excel graph (looking for LabVIEW solution). 
    We tried several options.  1) Coercing the data to have the same x-axis works in the sense that I get a graph (of the multiple data sets) but the graph is bogus since the x-values are different enough that the graph isn't correct.  (This was suggested in the referenced post).  The x-values are output power and y-values are efficiency.  2) We can feed the x-values and y-values into a bundle element and wire the output into a waveform graph element which works great but again the output needs to be fed into excel.  (also suggested by the reference post).  3) Lastly, we tried using the Excel Update Graph.vi but unfortunately we were only able to plot the last data set because it looks like the graph gets updated on each loop run and ultimately we only get the last data set.  4) As a final effort we tried looking into the sub.vi but that didn't get us any closer to x-values and y-values plotted in excel with LabVIEW generated data.
    Any suggestions?
    Thanks! 

    Hi,
    You attempted to invoke nodes? Add a  invoke node of the waveform graph, so this add data to excel. There are several types of  invoke  nodes that can be used, such as  invoke node "Export data to Excel" or the invoke node "Export data to excel Plot".
    Regards
    Hector
    Attachments:
    Export Data to excel from a waveform.vi ‏34 KB

  • From Labview 7.1 help, can't load example vi's

    Quick question:
    When in Labview 7.1 Help, I can no longer load example vi's. I receive a message: "An error occurred – The NI HelpServer could not be found."
    A search on the NI website finds this issue listed & a solution given for Labview version 7.0. It is suggested to:
    Solution: NI HelpServer is one of two services which open TCP/IP ports to communicate with other NI applications running on your computer, such as the NI Example Finder and the LabVIEW Help. By default, LabVIEW 7.0 will launch this service at startup, however, if it has been disabled you will get this error message. In order to enable the HelpServer, navigate to C:\Program Files\National Instruments\LabVIEW 7.0\resource\system and run the HelpServer.llb. On the front panel of the Set HelpServer Config Settings__NATIONAL INSTRUMENTS.vi you will see a boolean control to enable the server. Turn this switch on and run the VI. The LED indicator in the HelpServer.vi will turn on and you will be able to access the shipping examples from the NI Example Finder.
    One finds a HelpServer.llb / HelpServer Config Settings routine in Labview 7.1 as well, and after setting the LED green, the new error message reads:
    Error 63 occured while trying to open this example using the NI Example VI Finder.
    Help!

    Hi Targa,
    Please make sure that you are not blocking the "Port Used" by other applications or firewalls. You might also want to stop and restart the HelpServer.vi several times to access an available port.
    Let me know if you keep getting the error.
    - Philip Courtois, Thinkbot Solutions

  • The communication of LabView on Excel is unstable.

    After the rearrangement of Windows 2000 to Windows XP the communication of LabVIEW on Excel is unstable. I write an Array from LabVIEW to Excel.
    Only zeros arrive in Excel mostly, however.
    It works from time to time.

    If you can please post a code snippet, it would be useful.  I have
    not had any issues with LabVIEW 7.1.1 and Excel XP(2002) or 2003
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Excel Help Examples Displays Blank

    From what i can tell is that Excel help is using the Microsoft Excel Services REST api with javascript
    http://msdn.microsoft.com/en-us/library/office/hh315812(v=office.14).aspx
    We are having an issue where users cannot see any of the excel help examples IE: Sum example.
    Environment
    Windows 7 (64bit) + Office 2010 Standard (32bit) + Internet Explorer 8 (Both versions installed but assuming that the program is using 32bit API's).
    We have used an unrestricted proxy and this issue is still apparant.
    When we upgrade the Internet explorer to IE9 it seems to work, however i cannot find anywhere online from microsoft that this functionality is not supported in IE8.
    I have looked for the js files as described (Minified .js files for the JavaScript object model are installed
    in the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS directory. The name of the file is EwaMoss.js.)  
    and i am unable to locate them on the local computer.
    Can anyone help please?

    as i said this is the excel help functions within microsoft office 2010
    here is the code.
    var fileToken = "SD7274120315C4F6FB!458/8247236622081652475/t=0&s=0&v=!ANm1tDqSNAE49SE";
                  // run the Excel load handler on page load
                  if (window.attachEvent)
                  window.attachEvent("onload", loadEwaOnPageLoad);
                  else
                  window.addEventListener("DOMContentLoaded", loadEwaOnPageLoad, false);
                  function loadEwaOnPageLoad()
                  // grab some references
                  var frame = document.getElementById('cntXLWA-2042510967');
                  var frameDoc = frame.contentWindow.document;
                  // set some style
                  frame.style.width = "100%";
                  frame.style.height = "346px";
                  frameDoc.body.setAttribute('style', 'margin:0; padding:0');
                  // create the div
                  var div = frameDoc.createElement('div');
                  div.setAttribute('style', 'height: 100%; width: 100%');
                  div.setAttribute('id', 'cntIFrameDiv');
                  frameDoc.body.appendChild(div);
                  // load the script element
                  var se = frameDoc.createElement('script');
                  se.setAttribute('type', 'text/javascript');
                  se.src = 'http://r.office.microsoft.com/r/rlidExcelWLJS?v=1&kip=1';
                  var callback = function() {
                  if (se.readyState) se.onreadystatechange = null;
                  else se.onload = se.onerror = null;
                  var props = {
                  uiOptions:
                  selectedCell: "'Sheet1'!A1"
                  interactivityOptions: { }
                  // grab the Ewa reference once the script is loaded…
                  window['Ewa']= frame.contentWindow ['Ewa'];
                  Ewa.EwaControl.loadEwaAsync(fileToken, 'cntIFrameDiv', props, onEwaLoaded);
                  if (se.readyState)
                  se.onreadystatechange = function() {
                  if (se.readyState === 'loaded' || se.readyState === 'complete')
                  callback();
                  else
                  se.onload = se.onerror = callback;
                  frameDoc.getElementsByTagName('head')[0].appendChild(se);
    Even in the code it indicates that it uses this API.
     * This code uses the Microsoft Office Excel Javascript object model to programmatically insert the
                  * Excel Web App into a div with id=myExcelDiv. The full API is documented at
                  * http://msdn.microsoft.com/en-us/library/hh315812.aspx. There you can find out how to programmatically get
                  * values from your Excel file and how to use the rest of the object model.
    Can anyone confirm what pre-requesits this code requires on the users end ?

  • I am new to the ethernet communicat​ion using labview. I do not have any hardware. I have two laptop i need to send and recieve the data via these 2 laptop using labview. Kindly help me on this.

    i am new to the ethernet communication using labview. I do not have any hardware. I have two laptop i need to send and recieve the data via these 2 laptop using labview. Kindly help me on this.
    Solved!
    Go to Solution.

    Hi thanks for the help.
    Actually i am trying to send 10 sine signals from server pc to client pc. So i will bundle 10 signals in server pc and send it and in client pc i am unbundling it and need to save in TDMS format.
    Till unbundling i was able to do. TDMS format it is saving only last value. I need to save all the values. Kindly help me on same. I am attaching both the VI.
    Attachments:
    Client.vi ‏62 KB
    Server.vi ‏252 KB

  • Calculate time difference in Labview from excel file

    I am reading in values from a excel files, the file contains date and time data in one cell, then either an On or Off value in the cell next to it. I would like to find the time difference between the on and the off cycles. The VI I have so far brings in the Excel file but I don't know how to subtract the dates. Any help would be appreciated. I have attached the vi and hopefully I can attach and example excel file.
    Attachments:
    Hobo Import.vi ‏156 KB

    Hi Bryan!
    I made a small VI (in LabVIEW 7.1) that converts to strings (of your format) to timestamp datatype and then subtracts them resulting in a difference measured in seconds. There might be a more optimal way to do this in your application, but I thought I'd at least try to contribute. Also, notice that there is a Y3K bug in there :-)
    Hope this helps!
    Travis H.
    National Instruments
    Travis H.
    LabVIEW R&D
    National Instruments
    Attachments:
    FormattoTimeStamp.vi ‏38 KB

  • Writing data from labview to excel

    Hi, currently I'm trying to get an array of data from labview into a specific excel file everytime.
    The attachment i have is a program creating a new worksheet everytime it runs. I couldn't figure out how to make it work. Anyone can help me? 
    Attachments:
    Excel Copy Example.vi ‏19 KB

    So what is the specific problem? What is it doing that is incorrect? If the problem is that it is creating a new file every time its because the first subVI is opening a spreadsheet template file. Or at least I think it is since all of the subvis are missing...
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Write from labview to excel test results

    Hey
    I need some help to get my results from pressure transmitter to excel in 2 rows. 
    The program works like when you get into case 9 like in picture and it will stay there in 15 min. I want it to log the pressure from my DAQ from 0-15min into a excel sheet. 
    I have tryed so many things now and I cant find a good solution  
    I want to choose were it will be saved before I get into case 9 in my frontpanel. 
    Like          Time          Pressure
                     11.15.30    2000 Bar
                     11.15.31    2000 Bar
                     11.15.32    2000 Bar
                     11.15.33    2000 Bar
                     11.15.34    2000 Bar
                     11.15.35    2000 Bar
    Just ask if you need to know more about my program! This is my first program I have made in labview
    Best regards Hermansen
    Attachments:
    My program.png ‏25 KB

    Hi RBM89,
    For general information about logging I recommend this link for a start:
    Adding Data Logging
    http://www.ni.com/academic/students/learn-daq/data-logging/
    Using the Write To Measurement File.vi it is possible to promt the user for the file storage location etc.
    Below are a few examples of implementations with data logging, hopefully you will find some interesting code there:
    Logging Data apart from Zero
    https://decibel.ni.com/content/docs/DOC-9931
    DAQmx: Continuous Acquisition and Updating while Logging Averages to File
    https://decibel.ni.com/content/docs/DOC-29760
    Continuously Log Data to a TDMS File
    https://decibel.ni.com/content/docs/DOC-11298
    Please also note that logging data is a time consuming operation that might slow down the execution rate of the loop. For high performance I would therefore recommend adding the data to be logged to a queue, and writing the queued data to file in a separate loop. 
    This document will give you a introduction to queues in LabVIEW:
    Communicating between Parallel Loops
    http://www.viewpointusa.com/resource/view/newsletters/communicating-between-parallel-loops/
    Best regards,
    Robert P-F
    Applications Engineer
    National Instruments Sweden

  • How can i work simultaniously with labVIEW and Excel ?

    Hello . I study engineering and need some help with labVIEW, and the connection to microsoft excel.

    Hi
    NI offers an "Report generation toolkit". You get some VI's with this toolkit and so you can directly create your reports from LV.
    Another possibility is the communication through ActiveX. There is a nice link with application notes and LV examples for that:
    http://zone.ni.com/devzone/devzone.nsf/webcategories/C3E56C69D399361E86256AB7006A9149?opendocument&node=DZ53003_US
    Regards,
    Luca

Maybe you are looking for

  • ADF Faces download zip not found

    http://www.oracle.com/technology/software/products/jdev/htdocs/adfjsf.html http://download.oracle.com/otn/java/jdeveloper/1013/adf-faces-ea13.zip Link is not found or invalid.

  • Query on wwsbr_all_items ...

    I am trying to query the view wwsbr_all_items as portal30, but regardless of what columns I query on, it always returns the following: SQL> select author from wwsbr_all_items; select author from wwsbr_all_items ERROR at line 1: ORA-01722: invalid num

  • Blur doesn't work in Kwin

    Just went back to KDE and am finding that Blur doesn't seem to work in kwin - Intel driver. I seem to remember it working just fine the last time I was on KDE. I couldn't find much documentation on this in the latest kde. Has anyone had the same and

  • How to get in and out of recovery mode

    my iphone 5.1.1 i try do restore but There is a problem that I can enter the device

  • HT201303 I forgot my security question answers. How do I get into my account?

    I forgot my security question answers. How don I get into my account on a new device?