Can't make RT use generic FPGA FIFO

Hi all,
On a cRIO, I'm making a TCP server in RT that feeds data to a DMA FIFO for FPGA consumption.  We are setting up multiple servers where each feeds a different DMA.  (No, I don't want to merge and multiplex to single DMA).
I want a single RT program that takes a FIFO reference so that I can reuse the same RT code for different FIFOs.  I can define a FPGA FIFO reference control,
but this only supports writing a single element at a time (or two on our target if you select peer-to-peer streaming for the FIFO).  I have tuned the RT program for performance, and looping over thousands of elements per second in RT is NOT the solution.  I want to use the "other" FIFO write which supports arrays - the one I can reference from an FPGA reference as follows:
However, using the FPGA reference I believe requires a particular named FIFO - therefore tying the RT code to a particular FIFO.
Any ideas how to do this?
Steve

All,
Thanks for the advice.  I'm trying to create a basic test using the Advance Sessions Sources and am getting a FIFO name error (-61206) from the Get Single Resource Session node.  The messy diagram below is showing the test VI on the right and a client VI on the left.  The idea is to pass an FPGA reference and the FIFO name "FpgaDataIn" and the test VI grabs the FIFO by name and writes to the FIFO.  
One issue to overcome is my beginner skills: the passed FPGA reference needs to be compatible with the FPGA reference control - which defeats the purpose of supporting generic FPGA references.  There must be a way to specifiy a control that accepts a generic FPGA reference (dynamic FPGA cast?  (which I've never used)).
Putting that issue aside for a moment, even when I define a FPGA reference control with a signature compatible with the passed FPGA reference I still get the 61206 error.  I noticed issues related to upper/lower case and tried everything lower case (I THINK - I'm not positive I did it completely - but it's tedious with the FPGA reference signatures).
I read how the Get Single Resource Session needs a constant reference with a single "FIFO" fifo and have that.
Any tips?
Thanks!
Steve

Similar Messages

  • How can I make server use single class loader for several applications

    I have several web/ejb applications. These applications use some common libraries and should share instances of classes from those libraries.
    But applications are being deployed independently thus packaging all them to EAR is not acceptable.
    I suppose the problem is that each application uses separate class loader.
    How can I make AS use single class loader for a set of applications?
    Different applications depend on different libraries so I need a way that will not share library for all applications on the domain but only for some exact applications.
    When I placed common jar to *%domain%/lib* - all works. But that jar is shared between all applications on the domain.
    When I tried to place common jar to *%domain%/lib/applibs* and specified --libraries* attribute on deploying I got exception
    java.lang.ClassCastException: a.FirstDao cannot be cast to a.FirstDaoHere http://download.oracle.com/docs/cd/E19879-01/820-4336/6nfqd2b1t/index.html I read:
    If multiple applications or modules refer to the same libraries, classes in those libraries are automatically shared.
    This can reduce the memory footprint and allow sharing of static information.Does it mean that classes should be able to be casted ?

    You didn't specify which version of the application server you are using, but the config is similar as long as you know what to look for. Basically, you need to change the classloader delegation. Here's how it is done in 8.2
    http://download.oracle.com/docs/cd/E19830-01/819-4721/beagb/index.html

  • When combining PDF's, the author is picked up from the first PDF opened.  How can I make it use a new author when combining several documents?

    When combining PDF's, the author is picked up from the first PDF opened.  How can I make it use a new author when combining several documents?

    Make sure that fast web view is enabled.

  • How can I make Firefox use another installed Java runtime version?

    For development purposes I have several Java runtime versions on my Windows 7 64 bit machine. I try to keep the number of installed JDKs and JREs to a minimum and I want Firefox to use JRE 1.7.0_21 (32 bit) since this came with a JDK version I am forced to use for another application.
    Firefox however uses JRE 1.6.0_31, and correctly reports this as insecure. It offers me the option to upgrade, but I do not want to download and install another JRE since I already have said JRE 1.7.0_21 installed. I would highly prefer to just be able to point Firefox to that JRE. I don't see an option to select another installed JRE however.
    I have already attempted to manually modify the pluginreg.dat file (I know, it says Do not edit...) by changing the JRE 1.6 entries to JRE 1.7, but upon restart my edits were overwritten and the old JRE was back. As a result I cannot view certain web sites (also corporate/internal) without having to switch to lesser browsers.
    Please let me know how I can make Firefox use the already installed JRE 1.7.

    Thank you for your response, cor-el. I was able to successfully add the JRE 1.7 plugin to Firefox by modifying the existing JRE 1.6 registry entries, but I would not recommend this procedure to users that are less confident in registry editing. Too bad there is not a more user friendly way to do this.
    Unfortunately the Java applet I'm trying to view is still not displayed. I've dug a bit deeper and found that the applet explicitly specifies an older JPI version (1.5.0_02). AFAIK Firefox cannot deal with this if its installed JPI (now 1.7.0_21) does not match the version requested. So either I'm going to have to dig up this older JPI version and install that too, or just switch to an alternative browser to be able to view this applet.

  • How can I make Outlook use Firefox instead of Internet Explorer and can I turn IE off without hurting anything else on my machine?

    I would like to use Firefox for Outlook Express. I can't find an option in Outlook or Firefox to make Firefox the default to access the web for email through the mail client.
    Also, is there a way to stop IE so that it isn't used at all by any program in my machine?
    Thanks
    CajunReb

    Matt,
    I've tried that. When I go to outlook express, then to tools, options, then connections tab, it says "Outlook shares your connections with Internet Explorer, click the change button to modify these settings", but I don't see a way to do that. It just offers the option of changing settings for connecting to the internet, not which browser.
    I'm stumped

  • Can I make calls using Skype on 1st generation Touch?

    Hello - I have a 1st generation iPod Touch with current software. Can I use the earphones with microphone on this generation to make calls on Skype?
    Thanks!

    Hello Kate,
    To make calls from your cellphone please see here:
    http://www.skype.com/intl/en-us/features/allfeatures/skype-to-go-number/
    Moved to "STG".
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • How can I make this using coldfusion?

    Hi, I'd like to make a photo changing gallery as you see on
    the news sites when you click next it loads a new photo and text
    without reloading the page (
    http://news.aol.com/story/ar/_a/miners-families-outraged-in-utah/20070806121809990001)
    is this done in ajax? do you know where I can find the code
    or application to do this in coldfusion?
    Thanks

    this can be done with a simple image swaping javascript like
    the attached code, and then you call it with and onclick event
    like:
    "imageSwap('BigImage', 'myPicture.jpg');" to cycle through
    several images you can use a javascript array to hold all your
    image names and have the next button just increment through the
    list everytime you click it.

  • How can I make thunderbird use firefox?

    I have gone to control panel and made FireFox my defualt and tried everything I could find on the internet to make FireFox the default for Thunderbird, but Thunderbird still uses I.E. 8. How can I fix this?

    I have tried those suggestions, they are correct when checked. So far the only time Firefox has been opened by a link from inside of an email, ws the link to this site.

  • How can I make MainStage2 use tempo tracks for older logic tracks?

    I am trying to play a recording live that is 5 years in the making. Obviously, Logic has progressed in this time. Anyway, there are tempo tracks for the songs and I can't get MainStage2 to recognize them so I have been forced to add a click track and make them part of the bounce. I might be better off with the click track method since I can push it to one stereo channel and not the other, but I was wondering if there is a way to try and get the tempo information recognized by MainStage2 (perhaps by transforming the old projects into new projects??). I would like to try for one track and compare the pros/cons of the two methods. Thanks in advance.

    Wouldn't iTunes be more appropriate for this?  There doesn't seem to be any video involved.

  • How can I make app use all available space in window?

    Hi,
    I'm trying to embed my flash app in a browser window and have
    it use all available space. I've found plenty of tutorials online
    that tell me how to make it take up the whole window, and they
    work, but that isn't what I want. I have other content on the page
    (a bar of links across the top). I thus want the flash app to take
    up the full width and almost all the hight, leaving enough vertical
    space for the link bar at the top. Right now, I have it set to 100%
    for both height and width in the object tag, and it displays the
    link bar, but the bottom of the flash gets chopped off (an amount
    exactly equal to the height of the link bar). It seems that setting
    height=100% means 100% of the full window height, not the unused
    height. Is there any way to make it do what I want?

    I believe the 100% will be relative to the parent container
    of the Object/Embed tag.
    If the Flex app is in say, a DIV that is correctly sized,
    then 100% will fill the DIV. So I think you will need to get your
    div sizing dynamically. A CSS expression maybe?
    Tracy

  • How can I make FF use custom visited/unvisited link colors but allow the website to choose the other text and background colors?

    websites often choose colors that I have trouble distinguishing between but overriding the other colors can cause color defects on certain websites.

    Add code like this to userContent.css in the chrome folder.<br />
    There can however still be problems with clickable elements that use background images.
    Remove that link from the history to restore that background image.
    *http://kb.mozillazine.org/userContent.css
    *http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    *ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>a:visited, a:visited * {
    color:#CC33CC!important;
    background-color:#F8F8F8;
    </nowiki></pre>

  • App store trying to use my old apple ID - how can I make it use my new one?

    Hope someone can help.
    I've changed my email address and created a new Apple ID. It works fine on my computer (have successfully bought music), works fine on ITunes on my iphone (again, successfully bought music), but the App store insists on my old ID (although of course it won't accept my old password.
    I've logged out and back in again in Settings, and synced before and after successfully making purchases in ITunes but to no avail.
    Any suggestions?

    I am having that exact same problem too. It locked me out of my old account for some reason, so I created a new one. I am able to log on, I recently bought music, and I changed my apple ID in the store settings in my iPhone. However, when I try to update my apps/try to buy new ones on my phone it keeps defaulting to the old one without giving an option to use a different ID. I rebooted my phone and searched for other areas that I might have to enter the new ID, but I can't find anything...

  • How can I make Mail use different IMAP folders?

    As I was hoping to switch to Apple Mail from Thunderbird I have both live on my machine.  The core principle behind IMAP is that you can use a central resource to synchronise multiple devices, but I have just discovered where my missing email went: Apple seems use a different folder to store sent messages than Thunderbird (or MS software, or practically any other bit of kit I have been using with IMAP).  Brilliant idea - this more or less nukes any corporate deployment without a lot of prior planning..
    Given the volumes involved it would be *massively* simpler if I could just tell Apple Mail where to store its "Sent" (and Draft) messages, but it appears that this is not possible so I'll have to do some butchering in Thunderbird to get this straight.  Anyone with a different opinion?

    You would take the Sent folder under an IMAP account, highlight it, and under Mailboxes in the menu, choose Use This Mailbox For, and select Sent. That will map the sent messages from the IMAP account to the main Sent folder. You do this for the other mailboxes like Trash, Drafts or Junk also if you wish to map them to the main mailboxes.
    Note that doing this will move any local mailboxes created for that account out of the main and they will be replaced by the IMAP mailboxes.

  • How can I make iMovie use my external HD for projects instead of my Internal HD?

    I only have a 250GB internal HD and using iMovie can take up a lot of space. I moved all my movie files to an external HD, but when I start up iMovie none of them show up. I have to import them back which places it on my internal HD and I really don't have much space so I can't do anymore projects. Can anyone help me? I am using version 7.1.4 .

    With version 7.1.4 of iMovie, you must keep your projects on the startup drive. However, the Events contain the large files, and can be moved to the external drive.
    You must move the Events from within iMovie. Click VIEW/EVENTS BY VOLUME. This will show you alll your properly formatted drives that are available. (The external drive must be formatted as Mac OS Extended (journaled). Then, in the Event  Library, you can drag and drop the small icons for the Events to the small icon for the drive in the Event Library List along the left side.
    If you need to move Projects also, you should upgrade to iMovie 11. It is available in the Mac App Store for about $15.
    Another note: In iMovie 7.1.4, you can move Events by dragging. However, in iMovie 8.06 (iMovie 09) and iMovie 9.0.4 (iMovie 11), drag and drop will copy. You have to hold down the Command Key while dragging to move rather than copy.

  • Can you declare caches using Generics?

    Is something like this possible?
    final NamedCache<OrderId, Order>orders = CacheFactory.getCache("dist-test");
    I'd like to avoid casting every time I get a value from the cache.
    Thanks,
    Andrew

    Hi Andrew,
    No, it isn't, and afaik there are no plans to support it at the moment.
    However, what you can do is put the NamedCache(s) behind your application's DAO/Repository interfaces, which can be generic. That way you can keep all the casts in one central place and won't have to do them anywhere else in the application.
    Regards,
    Aleks

Maybe you are looking for

  • Problem with some characters in complex objects

    Hi all, I've built a webservice which returns a complex object with several fields inside. All fields are public and accessable via getter and setter methods. The problem is, that some of these fields contains numbers or underscores in their names. F

  • Apple tv and pw

    I changed my apple id password and now apple tv won't play.  It keeps asking me for a password over and over.

  • Custom field changes in Project 2010

    Is there a last-modified-date indicator in one of the databases to indicate when a custom field was changed? For example, I want to know when a custom field called project-phase (not workflow) has changed from one value to the next within a PDP.  The

  • How to identify Human Task - Task Parameter in payload-body.jsp

    Trying to add BI Pub Link within the payload-body.jsp, however having trouble identifying the right BPEL API function to return back specific Task Parameter Value. I have a Task Parameter 'PurchaseOrderNumber' which maintains a value (PO Number) whic

  • Unable to launch SAPinst of SWPM 1.0

    Hello Expert, I am trying to run the sapinst of SWPM 1.0 Package but it is stuck with the below mentioned logs Program is starting... Please wait! SAPinst build information: abi version:   722 make variant:  720_REL build:         1501460 compile tim