Problems to print xy-graph

Hi!!
I have problems to print a xy-graph...it gives a error:
"append control image to report.vi is not acceptable"...Least if I try to use...
I attached a file for my project...
Attachments:
ThemMonitoringSystemMOD(print).vi ‏149 KB

I see, its still the same problem described in your other thread DAQmxbaseRead.vi error.
The correct error message is, that a subvi is not executable..
This is, as Wolfgang wrote, because two SubVIs accidentally have the same name. One of them is in the report palette, the other one in the daqmx palette. LabVIEW cannot handle this - only one VI will be in memory and the other one will be replaced, which leads to the error that the vi cannot be executed.
Until this issue is going to be solved with the next daqmx driver you will have to rename the instance of the vi that is part of daqmxbase.
Since this vi is hidden quite deeply inside the library its best to first close all labview windows, then open a new vi and place the daqmxbase read function inside. Open the VI Hierarchay (Browse meny). In the hierarchy window, go to the menu edit-> find. Search for object, as object choose VI by name. select the check data size.VI
Once you found the vi inside the hierarchy, doubleclick it and choose save as... Save it with a different name and make sure this new name is used in the hierarchy window as well. The daqmxBase functions must be linked to the VI with the new name. Thus, closing the windows now and being asked if you want to save the changes you have to click yes.
I hope this explanation will help you to get your code running.
Ingo Schumacher
Systems Engineer Sound&VibrationNational Instruments Germany

Similar Messages

  • Problem with printing in character mode

    Hi
    I got a genuine problem in printing continous payslips using character mode with a TALLY6050 printer.
    I guess there is a problem with the page setup when i try to print via windows. using different sizes of paper (Letter, A4, A3), the printed data is shifting from one page to another but the shift is following a same trend.
    i tried to put one payslip per page using page breaks, but in vain. Three payslips are being printed on one page when viewed in the print perview.
    Can anyone suggest any help or tips so that i can solve this problem?
    Thanks for your help
    Bhavish

    Thanks for your response.  I went ahead and filed a Correction Action Request for your orignal issue, since I was able to reproduce the same behavior when I ran your VI.  The solution of printing the front panel of a subVI displaying the same graph is a workaround for this problem. Please look at the following KnowledgeBase for more details on how to do this.  Hope this helps!
    How Do I Print a Single Control from the Front Panel (for example, a Graph)?

  • Problem with prints

    Hi all, i have this problem:
    I must print a graph, but this is not do correctly.
    I have implemented the printable interface and overrided the print method.
    But when i do the print action, the graph is not printed correctly.
    Some one can help me please.
    Thanks a lot!

    Give a lot more information

  • Printing a graph from a FormView (SOS)

    I'm having problems with printing a CWgraph which is positioned on FormView. (C++)
    I tried using the attatched code but it only prints when the graph is positioned on a dialog.
    What's the diffrence?
    Attachments:
    cwprinting.zip ‏80 KB

    Ahhh, just a simple C mistake. You have an error in one of your lines with the operator orders. You have the line:
    double cInchesTall = cInchesWide * rcGraph.Height() * 60 / rcGraph.Width() * 60;
    in your program. This line calculates how tall (in inches) the printout should be based on a fixed width of 6 inches. In our examples the * 60 is not there and that is what is causing your problem. I'm not sure why you have * 60 on your rc width and height, but that is causing the problem. You DON't have parentheses. Therefore your graph height is coming out 3600 times larger than it should. ) That's going to be one HUGE graph. You printer is running out of memory and therefore, you don't get the printout. Change that l
    ine to:
    double cInchesTall = cInchesWide * (rcGraph.Height() * 60) / (rcGraph.Width() * 60);
    or
    double cInchesTall = cInchesWide * rcGraph.Height() / rcGraph.Width();
    Either one should fix your problem. At least it did for me with your code.
    Best Regards,
    Chris Matthews
    National Instruments

  • Forms 10g BI Graph Bean - Is there way of printing the graph ?

    Hi All,
    A simple "nice to have" requirement : after producing a graph on the Form using the BI Graph Bean, is there a way of printing it ?
    Regards,
    Steve

    I've actually modified the Bean and solved the problem by writing the graph to a file which can then be printed. This code goes into the FormsGraph code at around Line 1128
                 * Saves the graph as either a GIF or a PNG file
                if (_ID == pSaveGraph) {
                    String sFileName = null;
                    if (_object != null && (String)_object != "") {
                        sFileName = (String)_object;
                        File f = new File(sFileName);
                        if (f.canWrite()|| !f.exists()) {
                            FileOutputStream fo = new FileOutputStream(f);
                            if (sFileName.toLowerCase().endsWith("png")) {
                                m_graph.exportToPNG(fo);                           
                            } else if (sFileName.toLowerCase().endsWith("gif")) {
                                m_graph.exportToGIF(fo);
                            } else {
                               DebugMessage("SAVE_GRAPH: Not a GIF or PNG type file");                          
                            fo.close();
                            return true;
                        } else {
                            DebugMessage("SAVE_GRAPH: cannot write to " +
                                         sFileName);
                            return true;
                    } else {
                        DebugMessage("SAVE_GRAPH: No Filename passed");
                        return true;
                }and then separately I've declared by new ID
         * Allows the graph to be saved
        protected static final ID pSaveGraph = ID.registerProperty("SAVE_GRAPH");So when calling the save graph add in the filename as the 4th parameter eg:
        set_custom_property(v_bean,1,'SAVE_GRAPH',v_file_name);       

  • Problem Axis Image on Graph

    Hi,
    I'm having a problem with displaying an axis on a graph. The graph is composed of layered panes and I need to display a mathematical formula on one of the axis. This was previously done using an image...
    A product evolution requires the modification of the fonts used when printing the graphs, obviously this will not be compatible with a static image. Does anyone have any ideas on how do display the text highlighted in the image shown, in a manner that allows for the changing of fonts in a dynamic manner?
    [ScreenShot001.jpg|http://www.maths.tcd.ie/~moroneyk/ScreenShot001.jpg|ScreenShot001.jpg]
    Thanks in advance,
    Kevin

    That is actually rather simple: you use animation techniques, but rather than using an animation loop to change on a set interval, you change as you are ready to show your new screen. You do this with a repaint() request.
    I usually like to implement this by doing my rendering to a BufferedImage, and then a paint override in my display object.
    public void paintComponent(Graphics g){
      g.super();
      g.drawImage(bi, 0, 0, this); //bi is a instance scoped BufferedImage that I use for rendering.
    }

  • Problem in Print Out of Excise register RG1

    Dear all,
    We have a business scenario as follows:
    1.Production Order Confirmation-101, 261 for receipt
    2. Scrap Receipt-262.
    For Scrap Sales:
    The entry in RG1 should be Scrap receipt (262) and then despatch of scrap i.e issue(601).
    During updation we do the following:
    We receive  scrap in RG1 register through RMA classification. Then we issue the scrap in RG1 register through IDH Classification. The register also get updated and extracted successfully.
    Problem: While printing of RG1 register there is no entry for  Receipt (262) and issue(601) of scrap.
    Regards,

    Can anyone pls suggest how to capture Scrap sale in RG1.

  • How to print a graph in which internal table has more than 32 entries?

    hiii experts
    i am trying to make a line graph using 'gfw_pres_show' function module.
    but in report internal table has more than 32 entries
    so how can i print a graph having more than 32 entries?

    Hi ricky_lv,
    According to your description, there is main report and subreport in it, when the subreport spans across multiple pages, you want to show column headers on each page. If that is the case, we can set column headers visible while scrolling in main report.
    For detail information, please refer to the following steps:
    In design mode, click the small drop down arrow next to Column Groups and select Advanced Mode.
    Go to your Row Groups pane, click on the first static member.
    In properties grid, set FixData to True.
    Set RepeatOnNextPage to True.
    Here is a relevant thread you can reference:
    https://social.technet.microsoft.com/Forums/en-US/e1f67cec-8fa3-4c5d-86ba-28b57fc4a211/keep-header-rows-visible-while-scrolling?forum=sqlreportingservi
    The following screenshots are for your reference:
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Date problem in printing

    Hi frnds ,
    I in my mail i am having problem to print the date .
    i dont know but some times it is displaying as
    2008//0/4 instead of 2008/04/13
    or sometimes for some other documents
    it is printing the currect date
    I am also having problem to print a char variable . It is getting truncated . like only rohit istead of rohit gupta .
    Plz Help

    Rohit,
    I guess you have chosen wrong forum.
    Well provide some info:
    1. how you are accessing the mail is it send mail activity or FM
    2. How data is getting populated into mail.
    If you are using send mail activity then check that how you are passing date to it, It might be possible that it is wrong binding happening between containers.
    In case of FM you gotta debug it.
    Cheers
    Jai

  • Problem in Printer HP LaserJet 2055

    I have  Problem in Printer HP LaserJet 2055 " It become Slow in printing after printing  few papers " please Tell Me How to solve This Problem .

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at http://h30499.www3.hp.com/hpeb/
    I hope this helps.
    http://www.notaryrotary.com/archive/forum/2005/October/Slow_Printing_Problem_Resolved_If_anyone_is_i...
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Problems with printing( hp Color LaserJet)

    Printer HP Color LaserJet 1500L under Mac OS 10.4.2 Tiger refuses to work normally. It prints 1 or sometimes 2 sheets of paper and then it stops working. All other tasks just move from the active category into completed one without any printing. Printer's indicator starts to wink but then it stops and nothing more happens. The next printing begins only after switching the printer off and on or after restarting operation system. After this it prints 1 or 2 pages and everything begins again. We tryed to use standart drivers which were attached to the printer and the drivers which we downloaded from the HP official site. There is no difference. We tryed to connect the printer to another Macintosh computer under Mas OS X 10.4.2 but the problems didn't disappear. Also we tryed to change USB cable between the printer and the computer. It also didn't matter. Before it the printer worked under Windows XP normally without any problems.

    Same printer, similar problems. I get stopped jobs that refuse to print even after I hit the start printing button. There is a message on this site tackling this issue for an Epson printer. Haven’t tried it out yet myself.
    MacBook Pro   Mac OS X (10.4.6)  

  • HP Officejet Pro 8600 "Problem with Printer or Ink System'

    A gander at this forum suggests I am one ofa multitude of people perplexed by this issue. There is a notation beside one enquiry which says 'Problem Solved'.... well it isn't for me. My printer (typical!) is one month out of warranty. I had to replace the black cartridge and, when I did, it came up with this error prompt. I then replaced all the other cartridges. HP suggests removing the printhead and following that they say place it 'upside down on a clean sheet of paper'... NO instructions for cleaning it!! When it is replaced in the printer they suggest you 'rock the printhead left and right to make sure that the printhead fully seats in the carriage' and if THIS doesn't fix things 'try reseating the printhead up to 3 times'... This in itself is an admission of an 'issue' with this product. It doesn't sound like a very scientific engineering 'fix' to me!
    A new printhead costs almost what we paid for the printer a year ago. I hate consigning anything to landfill that I can avoid... unfortunately it looks like that is where this unit belongs...

    Hi @Robin_Perth,
    Welcome to the HP Forums!
    I am sorry to hear about you getting the problem with printer or ink system error, with your HP Officejet 8600, but I am happy to look into this for you!
    I am assuming you have already been through this guide, A 'Problem with Ink System' Error Message Displays on the Control Panel or Computer During Setup.
    If this guide does not resolve the issue, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. Country-language selector.
    This guide, Limited Warranty for HP Ink Cartridges and Customer-Replaceable Printheads for HP Inkjet Supplies, will help you to determine if your printhead is still in warranty or not.
    Hope this helps!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • HP 4622 All in One Printer: Problem with Printer or Ink System

    Problem with Printer or Ink System Error OXC19a0027.

    charleshia wrote:
    Thanks so much for replying to my post. I tried the fist suggestions and they did not work. So, I attempted to move on Dow to the cleaning of my printer. I am the the first to admit that I'm not the genius when it come to electronics buys, my printer do not seem to have what is described in the photos. I'd like to upload a photo of my ink cartage but do not know how.
    Charleshia, you can upload a photo here to reply. Click Reply, then on the window you'll see the image below..
    click the one which has the red box, it's where you insert the photo
    Going back on your issue.. the basic step would be.. take out the inks then close the door... what error message you  got? If it's saying "Missing Ink Cartridge" just hit OK. Unplug the power cable at back of the printer, plug it back in.. Clean the copper contacts on the ink cartridges using a lint free cloth then reinstall them. Let me know if it resolved it or not.. I can only give basic troubleshooting here

  • Problem with printing a PDF

    Hi All,
    I'm developing a web application written in J2EE that uses Java Reporting Component (JRC) to display crystal reports from some filters recovered from a jsp and passed to a report .rpt previously designed and invoked just at runtime.
    I have a problem with printing a PDF:
    I want, after entering the filters in a jsp, to print a report in PDF format (WORD) without opening it
    with Adobe Reader (Microsoft Word). The class of API JRC used for export is ReportExportControl.
    Can anyone help me?
    I wish a great day to You all.

    Hi Ted Ueda,
    sorry for the delay of my answer.
    I understand very well the problems related to security.
    With the following code that I used to produce a report (PDF) at runtime,
    is the PDF created on the server and then sent to the client, or is it directly created on the client as PDF
    from RTF previously realized?
    ReportExportControl exportControl = new ReportExportControl();
    String report = report path;
    ReportClientDocument reportClientDoc = new ReportClientDocument();
    reportClientDoc.open(report, OpenReportOptions._openAsReadOnly);
    Object reportSource = null;
    reportSource = reportClientDoc.getReportSource();
    //The method setConnectionProperties() stores all the connection parameters in the collection
    //ConnectioInfos
    ConnectionInfos connInfos = setConnectionProperties(request, reportClientDoc);
    exportControl.setEnableLogonPrompt(false);
    exportControl.setEnableParameterPrompt(false);
    exportControl.setReportSource(reportSource);
    exportControl.setDatabaseLogonInfos(connInfos);
    //Single method to pass parameters to Crystal Reports. Using classes ParameterFieldController and
    //ParameterFieldDiscreteValue
    setReportParametersValue(reportClientDoc, reportParameters, subReportParameters);
    ExportOptions exportOptions = new ExportOptions();
    //Set the export format (PDF)
    exportOptions.setExportFormatType(ReportExportFormat.PDF);
    PDFExportFormatOptions PDFExpOpts = new PDFExportFormatOptions();
    exportOptions.setFormatOptions(PDFExpOpts);
    exportControl.setExportOptions(exportOptions);
    exportControl.setExportAsAttachment(true);
    try {
          exportControl.getHtmlContent(request, response, getServletConfig().getServletContext());
    } catch (ReportSDKExceptionBase e) {
    throw new ApplicationException("error code", ": error message"); }               
    As, however, I predicted in my previous message about the direct printing on the client,
    I read about ActiveX, but I don't know how to use them.
    I read this information in the 'Crystal Reports for Eclipse Developer Guide' about "printMode" attribute:
    "In ActiveX print mode, an ActiveX control is downloaded to the client machine and the report is send directly to the printer...."
    The ActiveX alternative is a java applet that runs on the client and takes the pdf from the server and prints directly onto the clients through the commands that I used in the DOS command line:
    1)     AcroRd32.exe /p /h FILENAME
    where
    /p = print
    /h = hide window
    to print the report and
    2)     tkill AcroRd32
    to close Adobe Reader, because it doesn't end automatically after printing and the command  /h  is used just to minimize the process.
    I hope you can give me advice because I need to print directly on the client. Thank you

  • Problem with printing pdf

    IF POSSIBLE REPLY IN ITALIAN
    HI, i ve got a big problem.
    i 've to create an A0 page in vectorial pdf, which has connected different files: .psd files for the images with transparency, and vectorial .pdf for the drawings from cad.
    When i ve created my page, i export that in print pdf high quality.
    1° problem: sometimes it fails and tells me there s not enough memory
    2° problem: when print pdf is created, the plotter can t load it to print, it stops at 40% loading.
    there s a way to make an easy vectorial print pdf?
    using vectorial eps instead of vectorial pdf?
    using transparent tiff instead of psd?
    THANKS

    thank you for the fast reply Peter. Im working on an achitecture poster for my last exam, and it contains vector graphics sometimes overlayed on raster images.
    i don t like to use illustrator too, im using 3 programs already to create this poster. do u think .ai are easier than eps???
    i ve tryed to save new pdf without layers, but it didn t work. then i ve tryed to change pdf with eps on indesign, and now the print pdf saving is really faster. im gonna try to plot it and then i ll tell u what s changed.
    OH most important, i was drag n dropping pdf into indesign, and i read it s really wrong! so now i import vector eps to indesign ...
    Plot test...
    TY

Maybe you are looking for