How do i copy labview xy graph to MSWord with activex

I would like to paste XY Graph generated by Labview into MS word document using activex.

I made you a sample vi for pic creation. if you dont have the graphics libraries you're out of luck. select bmp, png or jpg and change the file extension accordingly before you run. Personally I prefer the PNG's as they are small compared to other formats. The write bmp vi gives an error if the file path is empty, rather than pop up a save dialog - dont know why.
Attachments:
pic.zip ‏17 KB

Similar Messages

  • How can i copy iphone contacts to my sim with out cydia

    Hey,
    I have a factory unlocked iphone 4 16 gb. I would like to know as to how can I copy all the iphone contacts to my sim..

    the iPhone sim does not carry any data, contacts or anything else.
    and discussions of "other "methods is banned by the Ts&Cs you agreed to on joining this Forum

  • How do I copy a DVD to my Mac with an external drive.

    I have tried to make a copy a DVD Nd although it seemed copy on e it had finished it didn't look like it was in the right type of folder and won't play back.
    Any ideas as I am texting to copy them so I can put them on my iPad.
    I have an external hard drive that is compatible with a MAC.
    Thanks

    Wendy,
    Sorry but copying commercial dvds is considered illegal and against the terms of use on this forum. That being said do a Google search for Handbrake. That's about all I can tell you.
    Best of luck.

  • How can I program Labview 6.1 to work with AT-MIO-16

    Now I'm working on a project which needs to use an old DAQ board
    AT-MIO-16. The only version of Labview I obtained is Ver.6.1, whose
    NI-DAQ drive(Ver. 6.9.1) does not support AT-MIO-16. Does anyone has
    experience on this?
    Thank you for the help!!

    Our non-plug&play AT-MIO boards were last supported under NI-DAQ 6.1, so that's the version of NI-DAQ you need. Ben's right about the process but since LabVIEW 6.1 came out after NI-DAQ 6.1, you need to do a couple extra things to make the DAQ vi's appear in LabVIEW. See the link below.
    Using Older NI-DAQ Versions (6.8 or Earlier) with LabVIEW 6.0

  • Labview 2012 (64bit) not working with ActiveX and MSAccess

    I have a program developed to open a MSAccess database file and import data using ActiveX commands. The program works with LabView 2012 (32bit) but fails on the ActiveX open command when using LabView 2012 (64bit). I also have the application built as an EXE and it works fine in a windows 32 bit environment (XP or Win 7-32bit) but fails when run on Win 7-64bit. I isolated the error down to the Active X automation Open VI.
    Anyone have a solution for the incompatibility?
    summary
    1.) VI and EXE works on XP and Win 7-32bit
    2.) EXE fail on Win 7-64bit.
    3.) VI works on Win 7-64 bit with LV 2012 (32bit)
    4.) VI fails on Win 7-64 bit with LV 2012 (64bit)

    It looks like you are trying to load a 32-bit DLL from a 64-bit OS. Do you have a 64-bit version of access installed? You'll need to change to that. On the other hand, ActiveX with Access is so slow. You can speed things up considerably by using ADO (i.e. NI's Database Connectivity Toolkit or something like LabSQL).

  • How to copy the XY graph on labview front panel and insert into Excel using labview

    Hi all,
    The XY graph display on LV front panel after test. How can I copy this XY graph and insert into excel file?
    Thank you very much for your help.
    Khanh

    KPRO wrote:
    Hi,
    I refer to insert it into excel since report is in excel format, but if it's too hard to do so I can save it in another format.
    Either way, will labview support this? Anyway, thank you very much for your quick reply.
    Khanh
    You are already using the Report Generation Toolkit?  There is the "Append Control Image to Report.vi" that would make this easy.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How do i copy my itunes from old PC to NEw PC

    pls help. I bought new PC, how do i copy my my I tunes along with all teh songs from old pc to new PC

    iTunes: How to move your music to a new computer
    Also:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    With all your synced media like apps and music in the iTunes library backup the iPod to the new computer and restore from that backup.
    iOS: How to back up

  • How can I use Labview to create a graph of digital voltage signal vs. Time?

    I am measuring a digital voltage signal and I need to generate a graph vs. Time and be able to add user controls to start/stop the graphing and be able to export the graph to other programs such as MS Excel. Any help you could give would be much appreciated. Thank you.

    You probably want to use a chart. Place it inside a while loop that runs continuously. The chart should be in a case structure so it is bypassed depending on the boolean pause/continue switch.
    To save the data, get the "history data" of the chart via a propery node and save it to a file. It is probably easiest to save it to an ASCII file. Most other programs will be able to read it.
    See how far you get. If you get stuck, post your VI and we'll help you.
    LabVIEW Champion . Do more with less code and in less time .

  • How to Send Multiple Plot XY Graph from LabVIEW to Microsoft Excel

    The link below describes exactly what I would like to do, however the link to the solution/work around does not work.
    Has anyone got an alternative solution?
    http://digital.ni.com/public.nsf/allkb/CFD30D5E9C01AB5386256CFB0082AF3E

    Please check the link again as it seems to be working fine now.
    How to Send Multiple Plot XY Graphs from LabVIEW to Microsoft Excel:
    http://digital.ni.com/public.nsf/allkb/CFD30D5E9C01AB5386256CFB0082AF3E
    The standard Excel Insert Graph.vi cannot insert multiple XY Graphs to Microsoft Excel, so you will need to use the Report Generation Toolkit for Microsoft Office.  You will find a link to an example program at the bottom of the page.  I have also attached it below.
    Attachments:
    example.zip ‏35 KB

  • How do I make an Excel macro and Labview push to copy Labview calculated data into a cell on demand?

    Hey there, I am a chemist so Labview and programming aren't exactly my strong point. 
    We have a Labview program that we run to control and automated valve manifold that has a thermocouple and pressure transducer that displays the temperature and pressure on the "front panel" of the labview file we run.  The temperature and pressure of the manifold changes in real time while the labview is running.  We must attach a sample to the manifold, take the pressure and temperature, then record those values in an excel spread sheet, one at a time.
    What I would like to do is make a key board macro in excel to automatically type in the current read out of the temperature (and another for pressure) into which ever selected excel cell you are on, so that you don't have to switch back to the labview window to look at it.  I have a very basic understanding of macros in VB but I don't know how to get the labview to make the read outs available for the excel macros to find it.
    Thanks for the help, Here is a screen shot of the block layout of the program.
    Attachments:
    back.JPG ‏79 KB

    Why not have LV put the data in Excel for you?  You can use Actvie X to do this.  There is plenty of information on the forum and knowledge base on how to use Active X and reporting to Excel.  Plus you have the example finder.  Do you have the Report Generation Toolkit?  LV7 is quite old, so I don't know if this is an option for you.
    Reese, (former CLAD, future CLD)
    Some people call me the Space Cowboy!
    Some call me the gangster of love.
    Some people call me MoReese!
    ...I'm right here baby, right here, right here, right here at home

  • How to add scroll bar to a labview wave graph?

    I want to know if there is a to add scroll bar to a labview wave graph.

    Look here:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000000080000001E400000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

  • How do I easily configure a graph in a subvi to look exactly the same as my main VI, except for the size?

    I'm looking to improve my code...
    I have a small main vi (800x600) that contains a graph.  I created a subvi (modal dialog) that will size itself to the user's actual display, and that contains a graph configured to "Scale object with pane."  My main VI passes a reference to its graph into the subvi, and I can configure the subVI's graph to have the same x scale, y scale, cursors, value, etc. so that my subvi acts like a "full screen" view of the main VI's graph. I do this by using a big property node that reads about 10 properties using the incoming reference, and then writes them to a property node linked to the subVI's graph.  This works well, but I wonder if it's not the best way.  How can I copy all properties at once so that I can avoid making my list of properties to "copy" extremely long and/or incomplete?
    (I don't want users to resize the main VI, because controls end up in undesirable locations)
    Thanks,
    Alan
    Alan Blankman, Technical Product Marketing Manager and LabVIEW Developer
    LeCroy Corporation
    800-553-2769 x 4412
    http://www.lecroy.com
    [email protected]

    Hi Alan,
    Off hand the only way that I know of to accomplish what you are after is what you are trying to avoid. I have handled similar situations by making the graph in question into a VI that runs in a sub-Panel. The VI running in the sub-panel can be removed from the sub-panel and its FP shown if the user want to re-size it. The zip I posted here called Docking.zip shows how to manage the docking and un-docking. For your case I would make sure the graph was the only object on the FP and set teh FP to re-size objects with the screen.
    Well.... I hope that gives you some ideas.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to perform FT on XY Graph data?

    Hello,
    I have my data in two 1D arrays (X and Y) and plotted in an XY Graph.  I did not use a waveform because it was not a time signal, it was a spatial one with an uneven interval.  Briefly, the experiment measured the output of an amplifier as the position of a mirror was varied through several millimeters.  I need the fourier transform of this plot but cannot figure out how to do it in labview.
    I've uploaded the raw data file which is a tab delimited txt file.  If this is transposed and displayed in an XY graph you will retrieve the curve I need to FT.  As the X data is on the order of 1E-10 I am expecting reciprocal space, X', to be on the order of 1E+10.
    Please help, I have been playing about with FFT.vi and signal processing VI's all day and cannot seem to get anywhere. 
    Attachments:
    60mW_Delay1.txt ‏5 KB

    FFT assumes that your data is equally spaced in X, but you said that you have uneven intervals (if I understand you right).
    There is a tool for unevenly sampled data: Unevenly Sampled Signal Spectrum VI
    You could also resample your data into a even grid using interpolation.
    A waveform graph does not imply time data, you can call the axis anything you want. The only requirement is that the data has a constant x-increment. If it does, you can di a plain FFT on the Y array and calculate df from dx and N.
    EDIT: looking at your data: for all practical purpose it is sampled equally in time, the differences are due to the limited decimal resolution. the delta is randomly either 3.3E-14 or 3.4E-14, depending on where you look. You could just use an average delta.
    LabVIEW Champion . Do more with less code and in less time .

  • Copy picture of graph to clipboard through run-time shortcut menu

    Hi,
    I have following problem. I would like to copy picture of graph to clipboard through graph “run-time shortcut menu”. It’s easy when I want copy exactly what I see. There is an Item Tag: APP_SC_COPY_DATA. That works nice. Try an example1.vi. (Run then right click on the graph...)
    But problem is when I want to change the graph appearance before copying (only change the colour of the graph to be more printer-friendly). I have created a subVi with copy of the graph with changed colour. But how to simulate for the graph inside the subVi same runtime shortcut event? How to call APP_SC_COPY_DATA of subVi graph from outside Vi?
    I hope I’ve explain it clear.
    If you have better method for clipboard copying tell me.
    ThanksMessage Edited by jochynator on 08-03-2006 11:48 AM
    jochynator
    LV 8.0.1, WinXP Pro
    Attachments:
    examples.zip ‏37 KB

    You should use GetImage Not ExportImage.
    I modified you VI.
    George Zou
    http://gtoolbox.yeah.net
    George Zou
    http://webspace.webring.com/people/og/gtoolbox
    Attachments:
    export.vi ‏14 KB

  • How plot Current VS Voltage (XY graph??)

    Hello,
    I obtain current and voltage by analog inputs of an USB 6009, and I need to plot it in the same graph (C vs V).
    Please help me, it is very important to finish my proyect.
    I attachment a sample of the graph that I want.
    Thanks
    Attachments:
    XY deseado.jpg ‏31 KB

    [email protected] wrote:
    Can anyone  tell me how to plot a graph in labview with any other parameter other than time on x-axis. I am not able to plot v versus i graph, as I guessed it is only able to plot v versus time and i versus time! 
    You can edit the label of the x axis to say anything you want. The string "time" is only the default label. If the X values are equally spaced, all you need is define x0 and dx for a plain waveform graph. If the x values are not equally spaced, you need an xy graph.
    You really need to be a bit more clear explaining what you want. Attach your code and some typical data. Show us what you get and explain what you want instead.
    All this is well defined. No guessing needed (especially if your guess is wrong!).
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • How can I use hyperion objects inside ASP?

    I want to access Essbase by hyperion objects with using in ASP.is it possible? if it is possible,how can I do this? I'll be glad if you help me...Thanks...

  • Byte JMS Message processing in BPM process

    Hello, I have a Global Automatic activity in my process which is listening a JMS Queue with Acknowledge Mode is set to "Auto Acknowledge". I am sending a XML on this JMS Queue as Byte Message. Please let me know how can I convert Byte XML back into t

  • Error:xml declaration may only begin enttties

    my problem is that the code by the name DomEcho01.java in this tutorial http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ compiles fine but at run time it gives me an error saying "error:xml declaration may only begin enttties " can ne1 tell me y is th

  • Exporting Video without lossing quality. A Nightmare!

    Hi all, a recently bought a Sony Handycam HDR-CX160e, which records videos in HD, in AVCHD format (.MTS files). I cannot import / export a file using imovie without lossing quality. What I do is: a) Record the video in HD Standard Quality. It saves t

  • How to clean DVD/CD-ROM (slot-loading)?

    I have a +*MacBook Pro*+ with a slot-loading DVD/CD-ROM. I have a DVD that won't play certain parts. I repaired and cleaned it and now it looks much better and the part that was not playing in the movie is now playing. However, now there are other pa