Problem view TIFF multipage images with ECL Viewer 5.1.3

Dear All,
using the SAPGUI 710 and CV04N, I cannot view the same TIFF multipage image twice in ECL Viewer, the second time, the first time every thing is ok, but the second time the SAPGUI display the error : "File C:Docume1dupondLOCALS1TempZEP_0457895 cannot be created"
To view again the TIFF mulitpage image, I need to kill the sapLogon.exe process and relaunch it again.
It seams the TIFF image file is locked by the  the saplogon.exe process the first time and on the second time, SAP cannot rewrite the temporay TIFF image file. 
Notes:
- I use CV04N or CV03N to view the documents.
- This problem doesn't happends with non multipage TIFF image.
- Tested on more than 20 computers.
- Computers are with Windows XP SP2 + SAP GUI 7.10 Compilation 2 + SP9 + SP12 +  - ECL Viewer 5.1.3 (integrated with Comp 2)
How can I fix this problem ?
Thank you for your help
I think this is not the correct forum to post this king of problem, i create the same post on
Expert Forums » Application Server » SAP GUI » [Problem view TIFF multipage images with ECL Viewer 5.1.3|;
Edited by: Patrick Zufferey on May 5, 2009 11:41 PM

Can you upgrade the ECL viewer to version 6.0 and check whether the same problem still exists? you can download from service.sap.com

Similar Messages

  • Captuer image with overlay view

    Hi.
    i m on this for last 2 or 3 days.
    i have a UIImagePicker and set its source type to UIImagePickerControllerSourceTypeCamera. and i have an overlay view on it. Now i want to capture image with overlay view.
    i m not using camera controls picker.showsCameraControls = FALSE; and have my custom toolbar with camera button. code i tried is
    //btnCameraTaped
    -(void)btnCameraTaped:(id)sender
    CGRect contextRect = CGRectMake(0, 50, 320, 430);
    UIGraphicsBeginImageContext(contextRect.size);
    [picker.view.layer renderInContext:UIGraphicsGetCurrentContext()];
    viewImage = UIGraphicsGetImageFromCurrentImageContext();
    UIGraphicsEndImageContext();
    //above code save overlay view in viewImage
    [picker takePicture];
    - (void)imagePickerController:(UIImagePickerController *)picker1 didFinishPickingMediaWithInfo:(NSDictionary *)info {
    UIImage *camImage = [info objectForKey:@"UIImagePickerControllerOriginalImage"];
    //trying to merge viewImage and camImage i don't know what it is doing i found it on stackoverflow
    UIGraphicsBeginImageContext(camImage.size);
    [camImage drawAtPoint:CGPointMake(0,0)]; //crash on this line
    [viewImage drawAtPoint:CGPointMake(0,0)];
    UIImage *newImage = UIGraphicsGetImageFromCurrentImageContext();
    UIGraphicsEndImageContext();
    //saving it in photo library
    UIImageWriteToSavedPhotosAlbum(newImage, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
    but code crashes on [camImage drawAtPoint:CGPointMake(0,0)];
    if any one have any idea what i m doing wrong. or is there any better way to do this.
    Usman

    finally found the solution from http://trandangkhoa.blogspot.com/2009/07/iphone-os-drawing-image-and-stupid.html
    - (void)imagePickerController:(UIImagePickerController *)picker1 didFinishPickingMediaWithInfo:(NSDictionary *)info {
    UIImage *camImage = [info objectForKey:@"UIImagePickerControllerOriginalImage"];
    int width = camImage.size.width;
    int height = camImage.size.height;
    CGSize size = CGSizeMake(width, height);
    //create the rect zone that we draw from the image
    CGRect camImageRect;
    if(camImage.imageOrientation==UIImageOrientationUp
    || camImage.imageOrientation==UIImageOrientationDown)
    camImageRect = CGRectMake(0, 0, width, height);
    else
    camImageRect = CGRectMake(0, 0, height, width);
    UIGraphicsBeginImageContext(size);
    CGContextRef context = UIGraphicsGetCurrentContext();
    //Save current status of graphics context
    CGContextSaveGState(context);
    //Do stupid stuff to draw the image correctly
    CGContextTranslateCTM(context, 0, height);
    CGContextScaleCTM(context, 1.0, -1.0);
    if(camImage.imageOrientation==UIImageOrientationLeft)
    CGContextRotateCTM(context, M_PI / 2);
    CGContextTranslateCTM(context, 0, -width);
    else if(camImage.imageOrientation==UIImageOrientationRight)
    CGContextRotateCTM(context, - M_PI / 2);
    CGContextTranslateCTM(context, -height, 0);
    else if(camImage.imageOrientation==UIImageOrientationUp)
    else if(camImage.imageOrientation==UIImageOrientationDown)
    CGContextTranslateCTM(context, width, height);
    CGContextRotateCTM(context, M_PI);
    CGContextDrawImage(context, camImageRect, camImage.CGImage);
    //After drawing the image, roll back all transformation by restoring the
    //old context
    CGContextRestoreGState(context);
    //For viewImage
    CGRect viewImageRect;
    if(viewImage.imageOrientation==UIImageOrientationUp
    || viewImage.imageOrientation==UIImageOrientationDown)
    viewImageRect = CGRectMake(0, 0, width, height);
    else
    viewImageRect = CGRectMake(0, 0, height, width);
    CGContextSaveGState(context);
    CGContextTranslateCTM(context, 0, height);
    CGContextScaleCTM(context, 1.0, -1.0);
    if(viewImage.imageOrientation==UIImageOrientationLeft)
    CGContextRotateCTM(context, M_PI / 2);
    CGContextTranslateCTM(context, 0, -width);
    else if(viewImage.imageOrientation==UIImageOrientationRight)
    CGContextRotateCTM(context, - M_PI / 2);
    CGContextTranslateCTM(context, -height, 0);
    else if(viewImage.imageOrientation==UIImageOrientationUp)
    else if(viewImage.imageOrientation==UIImageOrientationDown)
    CGContextTranslateCTM(context, width, height);
    CGContextRotateCTM(context, M_PI);
    CGContextSetAlpha (context,0.5);
    CGContextDrawImage(context, viewImageRect, viewImage.CGImage);
    //After drawing the image, roll back all transformation by restoring the
    //old context
    CGContextRestoreGState(context);
    //DO OTHER EFFECTS HERE
    //get the image from the graphic context
    UIImage *outputImage = UIGraphicsGetImageFromCurrentImageContext();
    UIImageWriteToSavedPhotosAlbum(outputImage, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
    //commit all drawing effects
    UIGraphicsEndImageContext();
    Usman

  • Problem with Ecl Viewer

    Hello friends,
                        I am working on a program for 3D image rotation. The .stl file is opening properly and I am able to rotate it.
                        Now my problem is when I use the redlining feature,I am able to add a comment on the image but when i click save button provided in the toolbar the file gets saved with .xxx and .vpl extension.
                        What i want is when i add a comment on the image and save it,the comment should appear again when i open the file next time,but currently this is not happening.
                        How to do this ????
    Edited by: Amit Sawant on Apr 30, 2008 11:51 AM
    Edited by: Amit Sawant on May 21, 2008 11:13 AM
    Edited by: Amit Sawant on May 21, 2008 12:16 PM

    Can you upgrade the ECL viewer to version 6.0 and check whether the same problem still exists? you can download from service.sap.com

  • How to open form in another form view when click image in list view?

    Hi All,
    I have created list view where "Picture" is one of the column. If you click Picture column it will open its item. I achieve using this
    resource.
    Actually that list form has been customized by InfoPath and create two views. 
    Now, when i click that Picture column in that list view, it should open in another view instead of default view. How to achieve this?
    Here is my code:
    // List View – Field open modal dialog Sample
    (function () {
    // Create object that have the context information about the field that we want to change it output render
    var pictureFiledContext = {};
    pictureFiledContext.Templates = {};
    pictureFiledContext.Templates.Fields = {
    //"Picture" is the column name.
    "Picture": { "View": pictureFiledTemplate }
    SPClientTemplates.TemplateManager.RegisterTemplateOverrides(pictureFiledContext);
    function pictureFiledTemplate(ctx) {
    var url= ctx.CurrentItem[ctx.CurrentFieldSchema.Name];
    var itemID=ctx.CurrentItem.ID;
    var itemTitle=ctx.CurrentItem.Title;
    return "<img alt='"+url+"' src='"+url+"' complete='complete' onclick=\"openModalDialog('EditForm.aspx?ID="+itemID+"','"+itemTitle+"')\" />";
    function openModalDialog(url,title)
    var options = {
    title: "Item-"+title,
    width: 600,
    height: 600,
    url: url
    SP.UI.ModalDialog.showModalDialog(options);
    return false;

    Hi,
    According to your post, my understanding is that you customized the list form, and created two list view.
    I had created two list view, named view1 and view2, and customized the list form using the InfoPath.
    Then replaced the code onclick=\"openModalDialog('EditForm.aspx?ID="+itemID+"','"+itemTitle+"')\"
    with
    onclick=\"openModalDialog('view2.aspx?ID="+itemID+"','"+itemTitle+"')\".
    Afther that, edit the view1 page, Edit the list web part. Go to Miscellaneous -> JS Link, add the following URL into the JS Link textbox.
    ~site/Shared Documents/PictureFieldTemplate.js
    Now when you click the image, it would open the view2 page.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Code view not in synch with Design view (Dreamweaver CS3)

    Hello All,
    On my main work PC, I am running Dreamweaver CS3. When I am
    working in split view (with both Design and Code view visible) when
    I click on an element (say, a button) in Design view, the code view
    automatically shows me the code for the element that I am working
    on. That way, if I need to manually edit the code, I can click on
    the Code view and make the appropriate changes.
    On my laptop I am also running Dreamweaver CS3 However, when
    I am working in split view and I click on a element in Design view,
    my code view does NOT update itself and continues to show the last
    bit of code I was working on in Code view. While this could come in
    handy at times where i want design view and code view to show me
    two different things, I mostly would like code view to update
    automatically. Currently the only way I can get code view to update
    on my laptop is to hit the "refresh design view (F5)" button. Is
    there a way to do this automatically? Is this an option in
    Dreamweaver preferences because I don't see it anywhere.
    Thanks so much for your help.

    Ethereal_Mike wrote:
    > Does the new version of Dreamweaver CS3 print the code
    in color?
    No. If you feel that it's an important enhancement that you
    would like
    to see in future versions, submit a feature request:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    The more people who request a specific feature, the more
    likely it is to
    be implemented.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Problem loading large DNG images with Camera RAW!

    Hello,
    When loading large DNGs with Camera RAW 4.4 (for example, DNG dimensions are 9984x6656) CS3 says "cannot open the image because this is not a right kind of a document". EXACTLY THE SAME file is loaded without a problem using Camera RAW 3.7 and 4.0 (did not test other versions). Have you specially prevented loading of large files? Wouldn't it be better to provide this as an option? It's a real disappointment - new version of plugin CANNOT do the thing that older versions CAN. (Simply using older version is not an option, as I need to load RAWs from new cameras, like Canon 450D).
    Dear Adobe, please correct this problem :)

    It might be wise to give some insight like how the DNG was created, by what version of what software, if ACR is hosted in Photoshop or Bridge... What platform you are using, how much RAM, memory allocation, etc.

  • What does Editioning View mean in references with Object "View"?

    Whats the purpose of Editioning View in Oracle Pl/SQL?
    Its placed right under Oracle sql developer Views.

    Read this for info on Oracle Editions:
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25518/adfns_editions.htm

  • Problem to burn iso image with disk utility

    hi,
    i burnt an iso image file on a cd using disk utility.
    I checked the md5 of the burn, and found it is different than the original iso file.
    how do i create an EXACT iso image burn?
    more details:
    i downloaded file.iso from the web, inserted a blank CD, opened disk utility, chose "burn", then located the image, and confirmed.
    after the disk utility announced "success", i wanted to check that the md5 of the burnt cd matches the original. so i used "dd if=/dev/disk1 of=~/file.dd" but i got a completely different file than the original file.iso...
    not only that the md5 not match (which could be due to some extra 0 bytes), but i even compared the two files using xxd, and they look similar, but every now and then file.dd (=copy of the brunt CD) has a extra chunk of garbage bytes (and then the files are again the same, and then another chunk of garbage, etc.)
    so how do i create a 1:1 burn of file.iso?

    The problem here is that most Mac disc utilities, including the built-in Disk Utility, take a different approach when it comes to image burning. Instead of telling the program you want to burn an image, then choosing the file, you're supposed to do the reverse: You choose the file, then tell the program you want to burn it. So, to burn an ISO image to disc, here's what to do:
    1.Insert a blank disc.
    2.Start Disk Utility.
    3.From the File menu, choose Open Disk Image and select the ISO to be burned.
    4.In the list of volumes, you will now see an item representing the ISO file.
    5.Select it.
    6.Click the Burn button and follow the instructions.

  • ECL Viewer Redlining does not work in cFolders for PDF

    Hi,
    I am using cFolders 4.5 with ECL viewer 6.0 patch level 4. Redlining functionality works for AutoCAD and graphics files such as JPG. However, when I try to use the redlining functionality on a PDF I get the message "This feature is currently not supported. Please contact your cFolders system administrator. The ECL viewer will shut down".
    Any ideas on why this is happening. Is there anything specific I need to do to enable redlining for PDF files on cFolders.
    Thanks,
    Lashan

    Hi Lashan,
    This can be only realized in form of a modification.
    To get the functionality, you have to change the code of BSP page
    'doc_de_redline.htm'. You can find this information at transaction SE80
    > BSP application 'CFX_RFC_UI' > Pages with Flow Logic
    Switch to Layout:
    <! object width="800px" height="500px" classid="clsid:E5B45843-BBE0-11D4-A7A4-0060087A7901" alt="Please wait....." >
    <PARAM name="DIM" value="<%= P_FORMAT %>"></PARAM>
    <PARAM name="DOWNBASEURL" value=""></PARAM>
    <PARAM name="BASEID" value="<%= P_BASEID %>"></PARAM>
    <PARAM name="BASENAME" value="<%= p_basename %>"></PARAM>
    <PARAM name="BASEDESC" value=""></PARAM>
    <PARAM name="BASETYPE" value="<%= p_fileext %>"></PARAM>
    <PARAM name="BASEMIME" value="<%= p_bmimetype %>"></PARAM>
    <PARAM name="LAYERCOUNT" value="<%=p_layercount%>"><(>
    <<)>/PARAM>
    > ENTER CODE HERE <
    <! Liste der Layers >
    <% l_index = 0.
    Add at the comment the following line:
    <PARAM name="PDFSUPPORT" value="1"></PARAM>
    Regarding redlining of pdf files:
    Please create a file" EAI Viewer.xml " and place the below xml code in the file. save it.
    Code is as follows:
    <?xml version="1.0" encoding="utf-8" ?>
    - <settings created="20050719120931" name="EAI Viewer">
      <Created>X</Created>
    - <Format>
    - <Description>
      <PDF>Adobe Acrobat (*.pdf)</PDF>
      <SAP_WFE>SAP cProject Suite start file (*.sap_wfe)</SAP_WFE>
      <PGP>PGP encrypted file (*.pgp)</PGP>
      <JT>EAI DirectModel (*.jt)</JT>
      <VRL>VRML (*.vrl)</VRL>
      <WRL>VRML (*.wrl)</WRL>
      <STL>Stereolithography (*.stl)</STL>
      <PS>PostScript I, II (*.ps)</PS>
      <EPS>Encapsulated PostScript (*.eps)</EPS>
      <DGN>Microstation (*.dgn)</DGN>
      <PCX>PC Paint (*.pcx)</PCX>
      <PICT>Macintosh Paint (*.pct)</PICT>
      <PCT>Macintosh Paint (*.pct)</PCT>
      <RAS>Sun Raster (*.ras)</RAS>
      <GIF>Graphic Interchange Format CompuServe (*.gif)</GIF>
      <C4>EDMICS C4 (*.c4)</C4>
      <PNG>Portable Network Graphics (*.png)</PNG>
      <JPG>JFIF Compliant (*.jpg)</JPG>
      <JPEG>JFIF Compliant (*.jpg)</JPEG>
      <BMP>Windows Bitmap (*.bmp)</BMP>
      <TIF>Tagged Image File Format (*.tif)</TIF>
      <TIFF>Tagged Image File Format (*.tif)</TIFF>
      <MLR>CALS MIL-R I,II (*.mlr)</MLR>
      <MIL>CALS MIL-R I,II (*.mi)</MIL>
      <_907>Calcomp (*.907)</_907>
      <_906>Calcomp (*.906)</_906>
      <cals>Calcomp (*.cals)</cals>
      <MI>HP ME 10/30 (*.mi)</MI>
      <HPG>HPGL/HPGL-2 (*.hpg)</HPG>
      <HPGL>HPGL/HPGL-2 (*.hpgl)</HPGL>
      <IGS>IGES (*.igs)</IGS>
      <CGM>Computer Graphic Metafile (*.cgm)</CGM>
      <DWF>AutoCAD (*.dwf)</DWF>
      <DXF>AutoCAD DXF R11-14 (*.dxf)</DXF>
      <DWG>AutoCAD DWG 2.5-14 (*.dwg)</DWG>
      <MDL>(*.mdl)</MDL>
      <MPC>(*.mpc)</MPC>
      </Description>
    - <Mimetype>
      <PDF>image/pdf</PDF>
      <SAP_WFE>application/sap_wfe</SAP_WFE>
      <PGP>application/x-pgp</PGP>
      <JT>application/x-jt</JT>
      <VRL>model/vrml</VRL>
      <WRL>model/vrml</WRL>
      <STL>application/stl</STL>
      <PS>application/postscript</PS>
      <EPS>application/postscript</EPS>
      <DGN>model/vnd.dgn</DGN>
      <PCX>image/pcx</PCX>
      <PICT>image/pict</PICT>
      <PCT>image/pct</PCT>
      <RAS>image/ras</RAS>
      <GIF>image/gif</GIF>
      <C4>image/c4</C4>
      <PNG>image/png</PNG>
      <JPG>image/jpeg</JPG>
      <JPEG>image/jpeg</JPEG>
      <BMP>image/bmp</BMP>
      <TIF>image/tiff</TIF>
      <TIFF>image/tiff</TIFF>
      <MLR>image/mlr</MLR>
      <MIL>image/mi</MIL>
      <_907>image/907</_907>
      <_906>image/906</_906>
      <cals>image/cals-1840</cals>
      <MI>image/mi</MI>
      <HPG>image/hpgl</HPG>
      <HPGL>image/hpgl</HPGL>
      <IGS>application/iges</IGS>
      <CGM>image/cgm</CGM>
      <DWF>model/vnd.dwf</DWF>
      <DXF>image/vnd.dxf</DXF>
      <DWG>image/vnd.dwg</DWG>
      <MDL>image/mdl</MDL>
      <MPC>image/mpc</MPC>
      </Mimetype>
    - <Redlineable>
      <PDF>2</PDF>
      <SAP_WFE>0</SAP_WFE>
      <PGP>0</PGP>
      <JT>3</JT>
      <VRL>3</VRL>
      <WRL>3</WRL>
      <STL>3</STL>
      <PS>2</PS>
      <EPS>2</EPS>
      <DGN>2</DGN>
      <PCX>2</PCX>
      <PICT>2</PICT>
      <PCT>2</PCT>
      <RAS>2</RAS>
      <GIF>2</GIF>
      <C4>2</C4>
      <PNG>2</PNG>
      <JPG>2</JPG>
      <JPEG>2</JPEG>
      <BMP>2</BMP>
      <TIF>2</TIF>
      <TIFF>2</TIFF>
      <MLR>2</MLR>
      <MIL>2</MIL>
      <_907>2</_907>
      <_906>2</_906>
      <cals>2</cals>
      <MI>2</MI>
      <HPG>2</HPG>
      <HPGL>2</HPGL>
      <IGS>2</IGS>
      <CGM>2</CGM>
      <DWF>2</DWF>
      <DXF>2</DXF>
      <DWG>2</DWG>
      <MDL>2</MDL>
      <MPC>2</MPC>
      </Redlineable>
      </Format>
      </settings>
    please upload this to your WebDAV (replace the old one and save this under a different name as
    backup). The way to access WebDAV is explained in the cFolders configuration guide, chapter 'Creating the Settings URL for WebDAV Access' (the guide is attached to note 973764).
    I hope that this information help you to solve the issue.
    Thanks and Regards
    Bhaskar

  • CAD drawing is not opening in DMS ECL viewer

    Hi Experts,
    I have attached & check-in the AutoCAD drawing in document of DMS server.
    Now I have double click the the above documents in CV02N or CV03N, the CAD document didn't open & I get the following message:
    A pop-up come with 2D Viewer: Unable to Open document, After click on OK button following message displayed:
    " File C:\_User_PS301 is not a valid format "
    FOllowing setting done in customizing:
    Type(Data Car) Appl   Applicaion Type   Desciption    Application Path & Program
    LO     ACD     1     Autocad     %EAIWeb.webviewer2D.1 %SAP-CONTROL%
    LO     ACD     2     Autocad     %EAIWeb.webviewer2D.1 %SAP-CONTROL%
    LO     ACD     3     Autocad     %AUTO%
    Please suggest what can be done
    Regards
    Bipin Shrivastav

    Dear
    First check ECL Viewer is there !!!?
    For viewing autocad file in SAP ECL viewer you have to check setting in SPRO
    Steps:
    SPRO--->General Data >Define Workstation Application>Select ACD(Autocad file type)-->Clcik Define workstation application in network --> Add new Entry -->
    Type || Appl || AT || Description || Application(path and program name)
    PC || ACD || 1 || Autocad || EAIWeb.webviewer2D.1 %SAP-CONTROL%
    PC || ACD || 2 || Autocad || %auto%
    PC || ACD || 3 || Autocad || %auto%
    This will solve your problem
    Regards
    Tushar Dave

  • Faces, Viewing The Full Image

    When I'm in Faces and I'm looking at a the row of unnamed faces along the bottom, I would like to be able to open up the image.
    Is that possible?
    Double clicking the image doesn't seem to do anything.
    Right clicking only brings up Not a Face.

    There are tiles on the Toolstrip which allow you to switch between "Photos" view (the entire Image) and "Faces" view (the Face snapshot {that's what Aperture calls it} cropped automatically from the Image).  These do not show when you are in "All Faces" view.  You must double-click a Face snapshot and enter "Faces" view in order to enable this functionality.  Clicking the "All Faces" tile at the top left of the Browser will return you to "All Faces" view.
    More here.
    (Added)
    When there are two or more snapshots in the Un-named Faces filmstrip which I want to examine, I flag them and then go to Flagged view.
    Message was edited by: Kirby Krieger

  • Problems using ECL Viewer to display multipage TIFF Files

    Hey there!
    Maybe someone here may have a good hint due to our problem?
    The Situation as it is:
    We are using ECL Viewer to display multipage TIFFs.
    The Process looks like following:
    The first step is to show a list of files situated in the user's personal folder(Network-Share).
    Then the user selects one of these Files through a mouse-click -> The File is displayed via ECL Viewer.
    Now the user selects the personal-Id where this file should be connected to and selects "SAVE".
    The Programm closes the Viewer and saves the Data in SAP Archiv.
    >> Everything works fine till here.<<
    But now the last processing-step would be to delete this file from the user-folder.
    (So next time the users starts it there will be only files he/she has to work on...)
    Here an error message is telling us that the file can not be deleted because there s some kind of file lock set...
    This problem only occurs only during processing multipage-Tiffs after paging down (swiching to page 2,3,4...) once at least.
    Any Idea what's the cause here  - or how to get through it?
    We are using a CL_GUI_CUSTOM_CONTAINER objekt as base -> hooked on that is a CL_GUI_ECL_VIEWERBOX and the TIFF itself is displayed wit an I_OI_DOCUMENT_VIEWER objekt.
    Maybe we get confused while destroying the "Connections" to the FIle oder something with Automation Queue Handling is not implemented right?
    Thanx for any idea, hints, or better practices
    Very kind Regards from Austria!
    Daniel

    Hi MaryAbraham,
    Since the issue regards ASP.NET and website deployment. I suggestion you post the question in the ASP.NET forums at
    http://forums.asp.net/. It is appropriate and more experts will assist you.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Flickering problem with live viewing with IMAQ Image Display

    Hi everyone,
    I am trying to write a program to do live imaging with Andor camera. I am using some examples from Andor. The images are acquired in sequence and send into IMAQ Image Display and also Intensity Graph. There is minimal flickering issue in the Intensity Graph but there is very bad flickering problem in IMAQ Image Display. Perhaps I misunderstand how to optimize the vision tools. Does anyone know how to overcome this issue? I have attached the code that I am testing. Thanks in advance.
    Best regards,
    Han Yen
    Solved!
    Go to Solution.
    Attachments:
    iXonRTA_live_0.0.1.vi ‏70 KB

    You can use Vision Assistant to test our vision functions. Vision Assistant is really meant to prototype - it does not have all teh functionality of Vision Development Module and is not as flexible as we don't allow you access to all the settings for every function.
    I recommend starting in Vision Assistant and then porting over to LabVIEW or C (whatever you are most comfortable with)...this is built-in functionality. There is nothing wrong with using Vision Assistant to do live imaging, just that you run into limitations and you will only be able to use this code on computers that have Vision Assistant.
    Hope this helps.
    --Michelle
    Instrument Control R&D
    National Instruments
    Instrument Control
    Machine Vision

  • Activex image viewers to view multipage tiff images

    I have some multipage tiff images which i need to show up on forms. but the image item doesn't support multipage images. does any body know any other activex components which can replace image item and can display multipage tiff images. or is there any tricky way to show multipage images on oracle forms. thanks.

    where are your images in? file system or table?
    do you want to show one image at a time and navigate to another one or show multiple images at one time?
    in table, you may use query and next_record; in file system, you may read next file by read_image_file() eatch time clicking a button.

  • Problem with HTML viewer

    Dear All ,
    I am facing a problem with HTML Viewer . My senario is as follows :
    1. I have created one HTML page . On that page there are 4 Images
    2. I imported that HTML page in SAP with the help of transaction SMW0
    3. I Called that HTML page in my ABAP program using the method "load_html_document" of class cl_gui_html_viewer
    4. This is happening perfectly ok on the machine on which all this developement was done.
    But the issue is when I execute my ABAP program on a different machine , those Images on that HTML page are not displaying.
    Can you please guide me how to remove that machine dependancy?
    Regards,
    Nikhil

    Hi Nikhil,
    Please check if the image is properly imported properly. Also check if there is any option which you might have forgotten while imported like dependeency.
    Regards
    Abhii...

Maybe you are looking for

  • HT1386 how can I transfer purchased apps from itunes account to old iphone

    how can I transfer purchased apps from itunes account to old iphone?

  • Java(FX) Property Compiler

    Hi! We implemented a small Java(FX) Property Compiler which enables you to use a powerful PropertyHint-annotation. The "compiler" is implemented as an Post-"Java Compiler"-Bytecode-Modification-Tool (using asm-4). Here are 3 small example so you can

  • TMSADM issue

    Hello, We have applied new password policies in our system and hence TMSADM password was changed for compliance. It requires every password to contain atleast 1 number. Our TMS is not working now, as teh password for TMSADM is no longer compliant wit

  • Problem for 309 through BAPI_GOODSMVT_CREATE

    Hi all, I am using BAPI_GOODSMVT_CREATE for material to material transfer activity (309 - movement). The problem for me is for certain entries my source and destination sale order should be different, but evenif i provide different sales order in my

  • EOS 350D. Stuck on buSY

    Camera stopped during or after long bulb exposure due to flat battery.  Changed to spare battery.  Camera stuck on buSY ever since.  Info screen normal.  Have tried another CF card and have tried re-formatting card externally. More suggestions welcom