Is it possible to display three different images at a time in three planes(xy,yz,zx) using IMAQ?

Hi,
I am developing a VI in which I need to display three images(two of which are the resulting images after the third one is processed) in three different planes.All these image planes must be at right angles to each other,as the faces of a cube.All these images should be visible at a time.I am looking for some help on this matter and if any one has an idea if this is possible,plz contact me.
marooner

Here is the VI that I tried to use in my measurements. The VI acts very weirdly: it seems to capture a position of one axis at the time when it should capture positions for each axis simultaniously. The axis where the position is captured changes randomly. Like there would be some kind of competition between the buffers. The total amount of captured positions is often 10 which is the size set for each buffer. However, total amount is not always 10 but it can be sometimes less or more. Somehow the buffers stop getting data in the them.
The same trigger pulse is used for each axis. I use a UMI-7764 where I set the triggers to go to Trigger Input Terminal Block. Again, this works fine in one dimension but not with two or three motors.
Please help me,
Adddad
Attachments:
BHSC.vi ‏83 KB

Similar Messages

  • DNGs produced from Hasselblad .fff files display a different image in Bridge and Camera Raw

    Lately, not sure when this started exactly, Bridge CC (and Camera RAW 8.7) are displaying incorrect DNG images!  Instead of showing the image I expect to see, I'll see an old image from days ago.  This seems to carry on from Bridge through to Camera RAW.  But then if I continue on to Photoshop with the image, it'll finally show the correct image. 
    I'm assuming this has something to do with DNG, because if I load another raw file type (like .fff or .NEF), it seems ok.  Also it seems to be ok with DNGs produced from other cameras like Nikon D90.
    My set up:
    - Mac OS X 10.9.5 (Mavericks)
    - Bridge CC
    - Camera Raw 8.7
    - Photoshop CC 2014
    - Hasselblad H4D-50

    HI, I managed to fix the trouble by reinsatalling once again and running updates BEFORE opening bridge. It seemed that if I ran the update AFTER opening bridge I would get either an up to date status when checking for updates or I would get an install failure notice on all 4 updates that were trying to install. The updates were for camera raw, bridge and PS. I can't explain why but that helped a little. I also changed permissions on my whole user accnt to include read/write for all users. I can't say if this helped or not. I also had to go into my camera B/U files on a sepate HD and replace some of the CR folders I was using o nthe desktop. Still the CR files would not show a thumb nor a preview till I then went to each individual file inside that folder and purged the cashe for that file so it could repopulate the cashe yet again. This has been the strangest few days in PSCS6 history! Well my personal history. I will report back here if more quirks emerge. I would prefer quarks though....aloha, U

  • Dynamic Images at run-time

    I have a report that I would like to display a different
    image/logo depending on the user who is generating the report. Is
    there a method to display a different image at run-time? Or, does
    anyone have a better way rather than cloning 10 versions of the
    report will a different image on each?
    Thanks for any help in advance,
    Kevin

    Here is a sample that shows changing an image at runtime. If you are using a different version of Crystal Reports than XI R2, let me know.
    https://boc.sdn.sap.com/node/6174
    Cheers,
    Jonathan

  • Conditionally displaying different images in a report

    Hello. I have a simple report. In one column of it I have a link to another report. Instead of showing the value for the column, I show an image using the column's Column Link's Link Text property.
    In the Link Text field, I put an <img src="#WORKSPACE_IMAGES#my_image.jpg"> tag.
    Works like a charm - on the report the column displays little icon images that can be clicked on that take the user to a different page.
    I would like to conditionally (based on the actual value of the column's row) display two different images. Think of a green Up arrow vs. a red Down arrow.
    How can I do that?
    Or can I at least have the image above conditionally display and if the condition is not met, not display anything?
    I notice each of the report's column's attribute page has the Conditional Display section. How does work for a column?
    Thanks
    Boris

    Use a case expression in the query, e.g.
    case
      when x <= 50 then 'down.png'
      else 'up.png'
    end icon
    ...and change the Link Text field to
    &lt;img src="#WORKSPACE_IMAGES##ICON#" alt=""/&gt;

  • Displaying an Graphical Image.

    The Image Format property has a list of file types (bmp, gif, tiff, pict, etc.); SVG is not one of the file types listed. Is it possible to display a grahic image that is not of the Image Format file type in a DataBlock Item displaying images?

    You would have to do the conversion before the form touches the image. Put some conversion software in the the db and create a view that has the conversion function in the select clause.
    ... or..
    You are always welcome to download and use any java beans that you may find/write that display alternate image formats. (I dont know of any, but I'm sure there are some.)
    .. or..
    Does the image have to display in the form? If not, display it via web browser/helper application.

  • Displaying different sheets at run time based on value of the parameter

    Hi,
    I've a query regarding displaying two different sheets at run time in Oracle discoverer based on the value of the parameter that i give.
    I've a parameter Summary_flag.
    If the value of the parameter is 'Y',then it should display a sheet,say for example it should display Sheet1.
    If the value is 'N',then it should display another sheet, say for example it should display Sheet2.
    Is there any way in which i can accomplish this?
    I went through the Format and Tools menus but couldnt find anything regarding this aspect.
    Can you help me out?
    Thanks,

    Having a Disco parameter dictate which worksheet is displayed is not an option that is available. There are a few workarounds, though:
    1. Have a portlet (or some other web interface) accept your parameters, and then call the appropriate worksheet.
    2. Have 2 worksheets, and have it devolve into a training issue (for a summary run this, for all the details run this).
    3. Create calculations that will show or hide column data depending on the parameter selected - the columns will still be there, and you can fill them in with blanks, or a message like "N/A for Summary".
    4. Create a report that will allow the users to drill between the summary and detail data - I'm not sure whether you could use a parameter to then say whether the report should open up summarized or expanded.

  • How to display multi-channel image in the 'proxy'?

    There're many examples to show how to display composite channels in the 'proxy'. But I don't find any example to show how to display multi-channel image in the 'proxy'. I found that I can use PSPixelOverlay to display alpha channel data like this:
    int nSpotChannel = gChannelCount - 4;
    PSPixelOverlay* overlay = new PSPixelOverlay[nSpotChannel];
    for(int i = 0; i < nSpotChannel; i++){
           if( i != (nSpotChannel - 1) )
                 overlay[i].next = overlay + i + 1;
           else
           overlay[i].next = NULL;
           overlay[i].data = gChannelData + (4 + i) * nPlaneBytes;
           overlay[i].rowBytes = gProxyRect.Width() * gDocDesc->depth / 8;
           overlay[i].colBytes = 1;
           overlay[i].r  = 230;
           overlay[i].g = 161;
           overlay[i].b = 174;
           overlay[i].opacity = 255;
           overlay[i].overlayAlgorithm = kStandardAlphaOverlay;
    pixels.pixelOverlays = overlay;
    Then, Seeing red part, it will trigger a new problem, that is how to get the color value of the alpha channel by plung-in itself? It seems that no channel color value info is in FilterRecord.
    If you have other solution, please tell me. Many thanks!

    This is what I've been doing - was just curious if there was a way to see a more cohesive image.
    If the individual EQ plugins are in fact the answer, is there any way to smooth how the Analyzer displays? The image I posted above, all of the tonal curves are very smooth. The analyzer tool shows a lot of peaks and valleys within the overall curve and it's hard to pinpoint each instrument's "sweet spot." Vocals for example are very hard to spot.
    - Morgan

  • Display a color image in front panel.

    Hi there,
    How do I display a color image in front panel? Which graphic indicator should be used to display a color image? I do not want to use Imaq WindDraw.
    Thanks in advance.
    Hugh

    Try this "draw flatten jpg to pic ctrl.vi"
    Ian F
    Since LabVIEW 5.1... 7.1.1... 2009, 2010
    依恩与LabVIEW
    LVVILIB.blogspot.com
    Attachments:
    draw_flatten_jpg_to_pic_ctrl.vi ‏35 KB

  • Outlook doesn't display print screens images sent in my inbox from other people

    Hi,
    I am using a MacBook Air. My professional Outlook never displays print screens images sent from time to time by other colleagues (they all use PC's with Windows OS), i instead have a little blue question mark icon.
    Do i need to download a specific plugin to display those print screens? Could someone help me out with this please?
    Thank you for your assistance.
    Youjine

    Yes, I have added the Page to the Workset, and also the IView to the Page.
    If I set up a temporary workset, And assign the 2 objects to it (the IView and the Page), they appear as links at the top of my Portal. When I click the link assigned to the IView, the Inbox is shown. When I click the link assigned to the Page, it only shows a blank window instead of the Inbox.
    Michael.

  • Create LinkToAction with Image by run time

    Hi,
    I want to create linkToAction UI's with different images by run time. But if I try the code below I get always the same image for every linkToAction UI. What is my mistake? And how can I solve this problem?
         for (int i = 0; i < wdContext.nodeGlob_Struc().size(); i++){
              IWDLinkToAction linkToAction = (IWDLinkToAction)
                   view.createElement(IWDLinkToAction.class, "linkToAction"+i);
              IPrivateDocPreAppView.ILinkToActionElement nodeLink =
                      wdContext.createLinkToActionElement();                    
              wdContext.nodeLinkToAction().bind(nodeLink);     
              wdContext.currentLinkToActionElement().setImageSource(
                      wdContext.nodeGlob_Struc().getGlob_StrucElementAt(i).
                           getUrl_Thumbnail() );
              linkToAction.bindImageSource( wdContext.nodeGlob_Struc().
                       getNodeInfo().getAttribute(IGlob_StrucElement.URL__THUMBNAIL) );     
                theGroupBox.addChild(linkToAction);
    regards,
    Sharam

    Hallo Sharam,
    The Web Dynro binding model does not support "index binding". This means binding multiple image UI elments to the same attribute in a multiple context node (cardinaltiy 1..n) means, that all images are bound to the node's lead selection. That's what you implement with
    linkToAction.bindImageSource( wdContext.nodeGlob_Struc(). getNodeInfo().getAttribute(IGlob_StrucElement.URL__THUMBNAIL) );
    Armin's solution is based on the fact, that he breaks the data binding principle by directly setting the imageSource property values.
    Sharam, when reviewing your code I find several "problems":
    1. Never ever store UI elements in the context. I assume you do this in order to access UI elements outside wdDoModifyView() as it is static. There is no need to do this.
    2. Then you break databinding by setting the imageSource property in the linkToAction object (stored in the context) directly, breaking databinding.
    3.)  Finally you "un-do" this hard property setting by binding it to the context again. This has the effect you described.
    Breaking the data binding principle for UI elements has an important drawback. It also breaks the generic Web Dynpro caching mechanisms. Read my article on
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/301d715e-0b01-0010-1a8b-f1f83d175972">Best Practices for Building Client-Independent Web Dynpro UIs</a>, section Coding Rules, rule <i>Implement Fine-Grain UI Manipulations on Context but Not on UI Element Level</i>:
    To maximize the rendering performance of your Web Dynpro application, implement all fine-grain UI manipulations on context instead of UI element level. This means do not call the setter-methods of UI element objects inside wdDoModifyView()directly but bind the related properties to the context and call the corresponding setter methods outside wdDoModifyView():
    <b>Not:</b> wdDoModifyView(){ … theField.setEnabled(true) … }
    <b>But:</b> wdDoInit(){ … wdContext.currentFieldNode.setEnabled(true) … }.
    Otherwise Web Dynpro’s caching mechanisms cannot speed up the rendering of view layouts.
    The view controller’s wdDoModifyView() method is designed for a special purpose: the creation of a UI tree or UI sub-tree at runtime in case it is not possible to declare the UI at design time. The method is neither intended for fine-grain UI manipulations nor for context manipulations. Fine-grain UI manipulations are achieved via means of data binding. Context manipulations are done in wdDoInit(), action event handlers or event handlers.
    Unfortunately, the name wdDoModifyView() is somewhat misleading since the purpose of it is to create (and not to modify) a UI tree dynamically. While the usage of wdDoModifyView() in order to create a UI tree initially (firstTime == true) is not performance critical, modifying an existing UI tree (firstTime == false) is: Changing only one single attribute of a single UI element within wdDoModifyView() flags the complete view containing the control as dirty and the complete view must be completely re-rendered again – depending on the size and complexity of the view this can result in significant performance hits.
    But in your case databinding cannot be applied, as index binding is not supported. The only databinding solution must use multiple/n nodes of cardinatliy 1..1 instead of 1 node of cardinality 1..n with no node elements. And this would require further coding for dynamic context node creation, copy logic based on value semantic.
    Best Regards, Bertram

  • Display several bookmarks at the same time in Maps?

    Hi.
    Does anyone know if it's possible to display several bookmarks at the same time in the app Maps on an iPad (mini) under IOS 6.1.3?
    Thanks.

    Do you have to copy each track separately? It would be much easier if I could select all the tracks together for copying/pasting.
    You cannot select multiple tracks in LP9, but you CAN select multiple regions. Use Shift-Click to select the parts on the tracks you want to copy, then hold the "option" key and drag them to the new position. This will create a copy at the new position.
    Let's say you have tracks for piano, drums and bass. In the arrange window, click on the 8-bar "A" part for piano. Hold shift key and click on the drums region then again for the bass region. All three will be selected. Now hold the option key and drag all three sections to the right to place them on bar 25.
    Also, how do you specify that you only want to loop X times? I can get a perpetual loop but I have to turn it off to get it to stop.  This is very inconvenient when I'm playing.
    You can control looping in a few ways.
    1. Go to a region that does NOT have looping checked. Click near the TOP RIGHT of the region in the arrange window. Drag to the right to specify where the looping will stop. This is tricky... if you click too low, it will extend the length of the region. You must click the correct spot near the top to control looping.
    2. For a region where looping is checked, go to the end of the region in the arrange window (at the end of the song) and do as #1 above. Drag to the left until you reach the point where you want the region to stop looping.
    3. Use the "pencil" tool to create a blank region where you want the first region to stop looping. If your 8-bar verse is repeating once, create a blank region at bar 17. The first region will stop looping there.
    Hope this helps.

  • PWA 2010 timesheet: 2 different colors for the rows "Actual " and "Planned

    Hello,
    To make timesheet easier to read and fill, is it possible to have 2 different colors for the rows “Actual “ and “Planned”?
    Thanks,
    soudha

    Hello Soudha,
    By default the timesheet grid shows the cells in white color. But if you have little coding skills or a developer at your end, you can try this using "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\JsGrid.js" java
    script file.
    You may have to modify it but I recommend to take a backup of the file and test in your test environment first.
    Happy troubleshooting.....
    Vikram Daruru - MSFT

  • OS X Lion looses the wallpaper image after some time?

    I encrypted my disk with FileVault 2.
    I do not know wheather it is related to it, but OS X do not display the wallpaper image after some time anymore. Also trying to change the wallpaper do not fix the problem. If I restart, the wallpaper is displayed again.

    Having the same issue now for the 2nd time in a week.
    Also no clean but updated from SL (MBP 2008).
    Contrary to other ppl in the thread i'm NOT using FileVault.
    First time it happened after i locked the screen and logged back into a running session.
    This time it happened after waking up from sleep.
    Also it's only happening on the main screen (24 inch external display).
    The built-in screen of the MBP is still showing a background and can be changed with the dialog.
    Still unable  still wasn't able to get it back from the light grey background on main screen. Toggling backgrounds doesn't do anything, just sticks to the grey color.
    Albino Lion FTL

  • Error on entering the Time widget to display the current/left video duration time

    Working with Adobe Captivate 6.0 (Version 6.0.1.240) and trying to include an interactive video demonstrating possibilities and features of our software, I've experienced some issues.
    When entering the Time widget to display the current/left video duration time, Adobe Captivate is closed with the following error:
    [Window Title]
    Adobe Captivate
    [Main Instruction]
    "Adobe Captivate" has stopped working.
    [Content]
    Windows can check online for a solution to the problem.
    [^] Close details  [Check online for a solution to the problem and close the program] [Close the program] [Debug the program]
    The program works the same way when using other widgets such as ArrowWidget, AskAnExpert, Browser, CheckBoxes, Combobox, etc.
    What could be the most possible reason for that?

    Hello guys,
    thank you for trying to help me.
    to Lilybiri: I use the Timer widget included with Captivate 6, Version 6.0.1.240. That's why it doesn't show the time. Could you please tell me if it is possible to display the current/left video duration time? If so, how we can do that?
    to Vishhere: Yes, this is happening when I insert interactions or widgets from the Insert Menu. I reset the default preferences as you suggested. Unfortunately, it didn't help.
    When I go for inserting any interactive element or a widget from Insert/ Widget/Interactions the application is closed and an error message appears like the screenshot given here:

  • BAPI_ALM_ORDERHEAD_GET_LIST to select two different order at a time (urgent

    hello all ,
    Using BAPI_ALM_ORDERHEAD_GET_LIST i want to select two different orders at a time . As we do in IW38 using select single vaules(1) .
    i want to know how to pass the selection .
    Up to know i have tried like this :
    FIELD_NAME                     S OP LOW_VALUE
    OPTIONS_FOR_ORDERID            I EQ 500460
    OPTIONS_FOR_ORDERID            I EQ 500400
    But i am getting only the first order . But i want both order numbers .
    So please help me on this .
    Thanks are regards ,
    Prem

    Just for information. The following IT_RANGES fields map to the IW38 checkboxes at the top of the selection-screen:
    SHOW_DOCUMENTS_IN_PROCESS      IW38 - Outstanding (CRTD)
    SHOW_OPEN_DOCUMENTS                  IW38 - In process (REL)
    SHOW_COMPLETED_DOCUMENTS       IW38 - Completed (TECO and CLSD)
    SHOW_HISTORICAL_DOCUMENTS       IW38 - Historical
    If you want to select TECO/CLSD orders, then you would use the following in IT_RANGES:
    SHOW_DOCUMENTS_IN_PROCESS      I EQ
    SHOW_OPEN_DOCUMENTS                  I EQ
    SHOW_COMPLETED_DOCUMENTS       I EQ X
    SHOW_HISTORICAL_DOCUMENTS       I EQ
    As you then said, you need to filter out the CLSD statuses using:
    OPTIONS_FOR_STATUS_INCLUSIVE I EQ TECO
    I suspect this would be a more efficient way of selecting the data, but you'd need to check.
    PeteA

Maybe you are looking for

  • Why this new version of iTunes doesn't have Album Art or It didn't show up?

    Why this new version of iTunes doesn't have Album Art or It didn't show up? Also, in my iPod Touch 4th, it erase all album art from my iPod, then i tried to put again a new Album Art, ...download again from the image sites and still ...it didn't show

  • Unable to see ECC proxies in PI Service Registry

    I am trying to consume ECC proxies in PI service registry but I cannot see any ECC backend proxies in PI. I have gone through several blogs, configuration guides and sdn forums to get this to work but could not. In ECC, if I use SOAMANAGER, I can see

  • Flash Fails in OS X 10.5.8

    I can no longer get Flash to play videos in 10.5.8 in my main user account.  The failure occurs both with the latest Flash 10, and with a Flash 9 that I just restored and tried, according to one suggestion I found.  The failure occurs with all four b

  • Slow, slow running Photoshop & Lightroom at the same time.

    Would like to keep my best pals Photoshop CS5 and Lightroom 3 open at the same time.  Having worked on a few images in LR3 and then in Photoshop, they both run progressively slower.  Photoshop Memory Usage set to 70%.  No other programs except Mail a

  • Automate HFM Task Audit Export

    I am trying to find a way to export the daily task audit info and email it to our auditors on a nightly basis. I figure if I can find out which table in the HFM database contains this audit info I can write something to automatically export it. Does