RT FIFO Reference being "lost"

Hi,
I've got a create RTFIFO module and a RTWRITE module. The write is inside a timed loop (5ms time on a PXI-8196 controller). However, I'm having some trouble getting data out of my FIFO. In trying to solve the problem I noticed an issue with probes and trying to observe the "reference" to the FIFO thatis passed between the VIs.
If I put a probe on the RTFIFO reference before it is in the timed loop I see a zero value. Inside the loop a see a large value that makes sense if it is interpreted as a memory address but then going through a tunnel in a conditional inside the timed loop the reference becomes zero again.
This is troubling from my perspective because I don't understand how the RTFIFO write knows "where" to write data at this point.
I've attached a picture with probes in reasonable places that should help illustrate my convoluted description.
Attachments:
RTFIFOIssue.JPG ‏26 KB

Actually, you aren't seeing what you think you're seeing. Notice that the two probes showing the zeros are grayed-out. This means they haven't updated since they were created. The one on the left has no structure around it so I would guess that you created the probe after execution passed that point. The right-hand probe looks like its inside a case structure, but it also hasn't updated so the case its in apparently hasn't executed, or it was also created after the execution finished.
Mike...
Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion
"... after all, He's not a tame lion..."
Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

Similar Messages

  • Cross References Being Lost InDesign CS4

    I am setting up cross-references in a multiple
    document book using InDesign CS4 (Windows).
    When our editors open the files using InCopy CS4
    some of the cross-references are broken (little red flag icon appears).
    I've relinked the cross-references several times but everytime
    an InCopy user opens the file the cross-references are lost again.
    The sources and destinations are within the same document.
    I'm using Paragraph number as the cross-referencing method.
    Does it have something to do with the InDesign files being part of a Book?
    Any help would be great.
    Thanks, Bill

    wsterli wrote:
    I am setting up cross-references in a multiple
    document book using InDesign CS4 (Windows).
    When our editors open the files using InCopy CS4
    some of the cross-references are broken (little red flag icon appears).
    I've relinked the cross-references several times but everytime
    an InCopy user opens the file the cross-references are lost again.
    The sources and destinations are within the same document.
    I'm using Paragraph number as the cross-referencing method.
    Does it have something to do with the InDesign files being part of a Book?
    Any help would be great.
    Thanks, Bill
    It's possible that being a book component file that's separated from its other component files has some effect.
    I believe that x-refs look for a coded marker to keep up-to-date, not the paragraph number, so even if the numbers get out of whack because they continue from a previous file, this shouldn't cause the problem.
    I don't know how x-refs appear in IC. Is it possible to hover over the error indicator and see an explanation of the problem? If so, please post the message.
    Do the x-refs become resolved when you return the document to the book in ID?
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • URGENT: JNDI Reference being lost

    Hi,
    We have 2 Weblogic 5.1 Servers in a clustered mode. I have an unclusterable
    object bound in the JNDI tree just for reference purposes. This object
    implements Serializable, but it has a thread reference, and hence it cannot
    be clustered. This object is bound from both servers with different names
    lets call them OBJ_A and OBJ_B. Client Threads running on Server A can only
    lookup OBJ_A and Client Threads running on Server B can only lookup OBJ_B
    although due to the fact that the JNDI tree is clustered, the reference of
    OBJ_A and OBJ_B is available on both Servers A and B. Let me make it more
    clear by saying that the reference of OBJ_A on Server B is useless to the
    Client Threads running on that Server (B) and also the reference of OBJ_B on
    Server A is useless to the Client Threads running on that Server (A)
    At startup everything is fine. However, I am noticing that after a while (a
    while being 1-2 days or less) the JNDI reference of OBJ_A on Server A
    disappears although I can see that the Thread that it represents is alive
    and running, it keeps outputting its heartbeat. The funny thing is that, the
    reference of OBJ_B on Server A still remains, and also the references of
    OBJ_A and OBJ_B on Server B remain in the JNDI tree too.
    Has anyone seen such a problem or a similar problem where the cluster-wide
    JNDI tree loses its references and does not broadcast it to other servers?
    Coz if the object was taken out of the JNDI tree, it should have gone from
    the other server as well.
    I have several such objects listed in the JNDI tree, and their references
    from Server A just disappear whereas they are still present in the JNDI tree
    on Server B where they are really useless.
    Please let me know if you have any insights.
    Thanks
    Abhijit

    Thanks Cameron, I am afraid I dont know if this will help. Basically I dont
    care if JNDI replicates the entries or not.. but why should it forget a
    reference when the object has not unbound itself, neither has the Thread it
    runs on died. The object has also not been garbage collected.
    So not sure yet.. but will try the option you mentioned.
    Does anybody know if JNDI will release references of objects after certain
    periods of inactivity? i.e. if no client 'looks up' an object for a certain
    time, its binding will be released from the JNDI tree?
    Thanks for your help.
    Abhijit
    "Cameron Purdy" <[email protected]> wrote in message
    news:[email protected]...
    One thing I would suggest is using WL's option to not replicate theentries
    that you are describing. I can't remember the name of the option off-hand,
    but it's something like "don't replicate". Check the WL JNDIdocumentation.
    >
    Peace,
    Cameron Purdy
    Tangosol Inc.
    Tangosol Coherence: Clustered Coherent Cache for J2EE
    Information at http://www.tangosol.com/
    "Abhijit Adhyapak" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    We have 2 Weblogic 5.1 Servers in a clustered mode. I have anunclusterable
    object bound in the JNDI tree just for reference purposes. This object
    implements Serializable, but it has a thread reference, and hence itcannot
    be clustered. This object is bound from both servers with different
    names
    lets call them OBJ_A and OBJ_B. Client Threads running on Server A canonly
    lookup OBJ_A and Client Threads running on Server B can only lookup
    OBJ_B
    although due to the fact that the JNDI tree is clustered, the referenceof
    OBJ_A and OBJ_B is available on both Servers A and B. Let me make itmore
    clear by saying that the reference of OBJ_A on Server B is useless tothe
    Client Threads running on that Server (B) and also the reference ofOBJ_B
    on
    Server A is useless to the Client Threads running on that Server (A)
    At startup everything is fine. However, I am noticing that after a while(a
    while being 1-2 days or less) the JNDI reference of OBJ_A on Server A
    disappears although I can see that the Thread that it represents is
    alive
    and running, it keeps outputting its heartbeat. The funny thing is that,the
    reference of OBJ_B on Server A still remains, and also the references of
    OBJ_A and OBJ_B on Server B remain in the JNDI tree too.
    Has anyone seen such a problem or a similar problem where the
    cluster-wide
    JNDI tree loses its references and does not broadcast it to otherservers?
    Coz if the object was taken out of the JNDI tree, it should have gonefrom
    the other server as well.
    I have several such objects listed in the JNDI tree, and theirreferences
    from Server A just disappear whereas they are still present in the JNDItree
    on Server B where they are really useless.
    Please let me know if you have any insights.
    Thanks
    Abhijit

  • Page back wont work. The page reference is lost in some cases regardless of web site (intermittent)

    page back won't work The page reference is lost in some cases regardless of web site or action taken(the problem is intermittent)
    I have three home tabs and on some occasions if I open one of them and start to browse it I can't return to the top page. It doesn't always happen and it can happen on any of them. It made using apps impossible and the only way to correct the situation is to hit the home key and close the incorrect tabs

    It's also possible your session history file is not updating correctly, because you should not be thrown back to an earlier state in a tab.
    By default, Firefox updates the sessionstore.js file every 15 seconds with any changes. But occasionally Firefox may stop updating the file or may find that the file is locked and start creating a different sessionstore file (which is never restored and just sites orphaned in your profile folder).
    Could you take a look?
    Open your current Firefox settings (AKA Firefox profile) folder using either
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    In the first table on the page, click the "Show Folder" button.
    In the window that launches, switch the view to Details and scroll down to the sessionstore files. You may find:
    * sessionstore.js (current session)
    * sessionstore.bak (previous session windows and tabs)
    * sessionstore.bak-''datetime'' (windows and tabs at your last update)
    * sessionstore-1.js (or other numbered files -- session history that couldn't be saved into sessionstore.js)
    Note: If Windows does not display .js extension, please switch off the hiding of file extension using the procedure in this article: [http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions].
    Anything odd about the timestamps or any numbered sessionstore files?

  • HT1212 i don't have the computer that my iPod was registered to and i forgot my password because i just found my phone after being lost for 2 years

    i don't have the computer that my iPod was registered to and i forgot my password because i just found my phone after being lost for 2 years. Idk what to do so i can access my ipod.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • Hi, I have a new laptop and would like to syncronise my iphone with iTunes (which I have installed again). But my old laptop has died so I could not transfer any media files, etc. Can I simply connect my iPhone to the laptop without any data being lost?

    Hi, I have a new laptop and would like to syncronise my iphone with iTunes (which I have installed again). But my old laptop has died so I could not transfer any media files, etc. Can I simply connect my iPhone to the laptop without any data being lost?
    Many thanks in advance!

    you have a new phone and a new comp and you want to restore to your old data ?!
    I can't think of anything but icloud, and what was purchased via itunes

  • I am attempting to update students' iPads using the Apple Configurator software. However, information for 3rd party apps, like Notability and Explain Everything, is being lost.

    I am attempting to update students' iPads using the Apple Configurator software. However, information for 3rd party apps, like Notability and Explain Everything, is being lost.

    Mike,
    If by "still nothing" you mean they are not showing up in the AU manager after reinstalling them....
    Im guessing the AU Cache itself is now corrupted so.....
    Quit LPX
    Open Finder
    Press the option key and click "Go" in Finder's menu and select "Library". (This is the User Library and not the System Library and is normally hidden which is why you have to hold down the option key when clicking on Go.... to reveal it in the drop down menu that will appear)
    Go to "Caches" dir and remove "AudioUnitCache" dir.
    Now Restart your Mac.....
    and then Launch LPX and let it rescan your plugins and see if that fixes things....
    Fingers crossed...
    Nigel

  • HT1212 i just found my phone after it being lost for a month and it has a passcode on it that i dont remember how do i get it off without losing everything i have on it

    just found my phone after it being lost for a month and dont remember the passcode what do i do

    Maybe call Apple Corp/Security..................
    Presumably you can prove you are the Owner...

  • Is their way to prevent a form data from being lost when a validation fails

    Is their way to prevent a form data from being lost when a validation fails?

    So I would use APEX_COLLECTION (there is some information in APEX documentation).
    Read all data you need to keep after submit and save them to your collection. Then, if validation fails, show report with data not from base, but from your collection. You have to create process, which creates collection, and you need to modify your report definition to get data not only from DB but also from collection.
    If you have any questions feel free to ask.
    Regards,
    Przemek
    Edited by: Przemek on 2009-01-10 17:47

  • After transfering songs from ipad to cpu reference was lost in ipad, the song appears but reproduces the next one of the list in songs

    After transfering songs from ipad to cpu reference was lost in ipad, the song appears but reproduces the next one of the list in songs
    How can i regenerate database of songs?

    you could try this
    http://www.mp3buzz.net/index.php/2006/06/27/how-to-get-songs-off-your-ipod-w-itu nes/
    or apparently you can download software to help. good luck!

  • CUBE detail rows being lost

    Hi,
    I have a problem where the lowest level of my CUBE is losing data and the aggregated levels are correct. My CUBE is sales dimensioned by assets, customer, geography and time. The lowest level of geography is branch, the previous level called area has the correct total but the branch level doesnt include all the rows.
    Is there a way to check the cube build, I dont get any errors during build.
    Any help appreciated,
    Brandon

    Hi again,
    I have made some inroads into my problem but am still without understanding of why this is happening. Basically I have found that when I choose to compress my CUBE then cells are being lost from my CUBE although their values are included in the aggregate levels above.
    So i re-created the CUBE with no compression and the lowest levels look correct BUT my CUBE now takes an hour where it used to take 20mins to refresh.
    So I have logged a SR with Oracle but wondered if anyone had any ideas why creating a compressed CUBE would “lose” cells with valid values ??
    This led me to thinking about sparsity of my CUBE and whether my definitions are correct and should I be trying to compress it in the first place. BTW , am using AWM 10.2.0.2a DB= 10.2.0.2
    I have 4 dimensions Asset, Customer, Time and Geography and my CUBE is just SALES at this stage.
    Is this a correct way of calculating the sparsity for each dimension and if so then what should my implementation details of my CUBE be :-
    SUMMARY :-
    TIME DIMENSION SPARSITY RATING = (TUPLES_WITHOUT_TIME * LEAF_VALUES) / TOTAL_TUPLES = (784046 * 12) / 1729961 = 5.4
    GROGRAPHY DIMENSION SPARSITY RATING = (TUPLES_WITHOUT_GEOGRAPHY * LEAF_VALUES) / TOTAL_TUPLES = (1604895 * 433) / 1729961 = 401.69
    ASSET RATING = (TUPLES_WITHOUT_ASSET * LEAF_VALUES) / TOTAL_TUPLES = (193253 * 176269 ) / 1729961 = 19690
    CUSTOMER RATING = (TUPLES_WITHOUT_CUSTOMER * LEAF_VALUES) / TOTAL_TUPLES = (1642 * 23494 ) / 1729961 = 22
    DETAILS :-
    1.) TIME DIMENSION
    -- tuples_full = 1729961
    select count(distinct to_char(fisc_month_id)||to_char(tbid_company_geography_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    -- TIME Leaf Values leaf_values = 12
    select count(distinct(fisc_month_id)) from bi_time
    --tuples_without_time = 784046
    select count(distinct to_char(tbid_company_geography_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    TIME DIMENSION SPARSITY RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (784046 * 12) / 1729961 = 5.4
    2.) GEOGRAPHY DIMENSION
    -- tuples_full = 1729961
    select count(distinct to_char(fisc_month_id)||to_char(tbid_company_geography_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    -- GEOGRAPHY Leaf Values leaf_values = 433
    select count(distinct(tbid_company_geography_id)) from bi_geography
    --tuples_without_geography = 1604895
    select count(distinct to_char(fisc_month_id)||to_char(tbid_asset_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    GROGRAPHY DIMENSION SPARSITY RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (1604895 * 433) / 1729961 = 401.69
    -- ASSET Leaf Values leaf_values = 176269
    select count(distinct(tbid_asset_id)) from bi_asset
    --tuples_without_assets = 193253
    select count(distinct to_char(tbid_company_geography_id)||to_char(fisc_month_id)||to_char(cus_customer_no))
    from bi_monthly_sales
    -- ASSET RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (193253 * 176269 ) / 1729961 = 19690
    -- CUSTOMER Leaf Values leaf_values = 23494
    select count(distinct(customer_no)) from bi_customer
    --tuples_without_customer = 1642
    select count(distinct to_char(tbid_company_geography_id)||to_char(fisc_month_id)||to_char(fisc_month_id))
    from bi_monthly_sales
    CUSTOMER RATING = (TUPLES_WITHOUT * LEAF_VALUES) / TOTAL_TUPLES = (1642 * 23494 ) / 1729961 = 22
    Sorry for the long posting, any help appreciated.
    Cheers,
    Brandon

  • When will the Blackberry os systems be avaliable without values being lost

    Windows 8 phone os helping with the free trial of Azure for servers but what about developer mode not being lost
    Is AMD responsible , will the steam network prove to be most valuable for floppy search solutions or are all media programs for a short trial not reaching any events.
    Apparently all data lost

    Mr. Jones,
    You are a real lifesaver!!!
    It worked on the Mac.  Will have to do some searches to find the same on the PC since the same is happening.
    Do you happen to know why Adobe is saying they are not compatible with Office 2011 now?  I found a link on the Adobe webite along those lines yesterday, but was not able to find it this morning to insert into this post.
    Our CEO had a real meltdown at about 2am the other morning when trying to pdf something for a meeting the next day.  Was not very pretty.
    THANK YOU!!!

  • HT4528 How can I erase an iphone remotely due to it being lost to prevent someone from using it?

    How can I erase an iPhone remotely due to it being lost to prevent someone from using it?

    You have to have had Find My iPhone active on the device before it was stolen, and it has to be connected to the Internet via wifi or cellular. Log into www.icloud.com and see if you can locate your device. If it is offline, it means it is probably out of battery, the thief has turned it off. You can send a wipe command to the phone and if it does get connected, it will wipe the phone. If you did not have Find My iPhone active, there is nothing you can do.

  • Acrobat 9 Pro: Links to Word TOC and cross references are lost

    I'm testing Acrobat 9 Pro and while it successfully creates a PDF from Word 2003 with bookmarks, all my TOC and internal page reference links are lost.
    I have triple checked the conversion settings from the Adobe PDF menu option in Word, and the "Convert cross-references and table of contents to links" check box is definitely selected.
    I used the same Word document on another machine with Acrobat 6 Pro installed - and the TOC and cross ref links were created successfully. As far as I can see the Adobe PDF settings in Word 2003 on both machines are the same - the only difference is that one uses Acrobat 6 Pro and the other uses Acrobat 9 Pro.
    The only setting in 9 Pro I turned off was the 'enable accessibility tagging' one; it's also turned off in 6 Pro. The remaining settings are the default.
    A clickable TOC and internal links is essential for my clients who often have 400+ page documents.
    Anybody have any suggestions? Or can anybody confirm that they do/don't get the same behavior in Acrobat 9 Pro?

    Thanks Abhigyan - your test PDF worked fine for me.
    This is what I've done today:
    1. Checked for all instances of pdfm*.dot files and removed any that were lurking in old Application Data and Microsoft Office folders.
    2. Deleted all Acrobat 5 and 6 folders and subfolders still lurking in Program Files.
    3. Used Add/Remove to delete Adobe Reader 8 and its updates. I figure I can always install Reader 9 if I need it as a separate app.
    4. Checked that everything was gone using the Windows Installer CleanUp utility (it was).
    5. Restarted my machine.
    6. Turned off my anti-virus software.
    7. Did a search for any pdfm*.dot files - found one only in the current Microsoft Office folder and left it there.
    8. Reinstalled Acrobat 9 Professional.
    9. Opened my test Word 2003 document.
    10. Checked all the Acrobat conversion settings and left them as the defaults.
    11. Converted the doc to PDF and checked for internal links. Yes! The TOC links worked! But my joy was short-lived as the page link didn't work...
    12. Tried various other conversion settings based on some suggestions from Lance in first level Adobe Support yesterday - still no page link. And I also lost the TOC links when I cleared the Enable Accessibility check box on the Settings tab of the conversion settings.
    13. Checked the Edit > Preferences > Convert To PDF settings for Word in Acrobat 9 - add bookmarks and add links are both selected (default).
    14. Used Acrobat 9 to create the PDF (File > Create > From File) hoping that this might might a difference. Nope. No TOC or page links.
    15. Changed conversion settings back to default via Word 2003, and created a PDF from a longer document. Again the TOC links worked, the URLs worked (they always did), the bookmarks worked (they always did too), but the none of the internal page cross-reference links worked.
    So my summary is this:
    * I can only create TOC links *if* Enable Accessibility is turned on, but I have always turned this off in earlier versions of Acrobat as I don't need it and it made the process of creating a PDF from a long document incredibly slow - I'm wary of using it!
    * I cannot get internal page links to work at all, no matter which method I use to create the PDF (from within Word or within Acrobat), and no matter which conversion settings I select.
    I really don't know what to try next. Manually creating links for what could be hundreds of cross-references in a single document is NOT an option, especially as I have many of these long documents.
    Any further suggestions?

  • Session is being lost between GET and POST

    My application is being developed in Tomcat 4.1.18.
    I have a servlet that acts as a Controller and JSP's that make up the View. Basically, the session gets lost in the following manner:
    The application's web.xml file is set with Authentication method of Unspecified. Basically, it's not a high security application, we just need to make sure that the user maintains a session throughout the application.
    User is presented with a page (login.jsp). They present their credentials. The controller does an include (RequestDispatcher.include) on a jsp (this jsp simply does a setProperty *) to fill the bean. Then, the controller passes control (through RequestDispatcher.forward) to the Action servlet. The Action does some processing and forwards to the next destination. Next, the user clicks on a link (GET) (this causes the URL to be rewritten with the correct session ID). In this particular instance, the user is presented with a form to fill out. The user fills out the form and it POSTS to the controller. At this point, the controller attempts to access the session and it is lost!
    Frustrating. Please feel free to email at [email protected] Thanks.

    I just tried encoding the FORM ACTION and no dice. I'm pretty new to JSP's so I'm wondering if its something stupid that I'm doing (or not). I've never had this problem using straight servlets before.
    It would be hard for me to justify getting rid of the JSP's and going with a straight servlet solution.
    I'm also wondering if my Authentication:Unspecified in the web.xml file has anything to do with my current troubles.

Maybe you are looking for

  • Input variables

    Hi guys, I'm new of Teststand and I'm trying to learn. Well I did an one step application like the one attached. I'm a little bit confused on how to set the input variables. I want that taststand ask me to set them. Another question is how can I see

  • I am royally PO'ed

    I have had to do a few restores to my ipod because my computer keeps crashing and my father keeps playing around with the computer. I deleted the TV shows that I had had on my ipod because there was an issue with 'the required file could not be found

  • Removing pw-protection from multiple documents using v. 11.0.4

    I'm hoping someone can help me out here. I'm at my wit's end after wasting an hour and a half with an Adobe chat person who couldn't figure this out. In previous versions of Acrobat, one was able to add pw-protection to multiple documents at once usi

  • Storage Stock to Warehouse stock

    Hi All, Our client gone live with basic modules MM FI SD. Now planning to go live WM. Plant AAAA Storage location BBBB WH No CCC. What is the best practice to convert Storage location stock to WM Bin Stock. Do we need to create new storage location(D

  • Any one no of interactive genetics ibooks im looking for a good one for the ipad air

    Im looking for a interactive ibook on genetics the ibooks where you can read and watch vidieos and see 3d modls and such lol someone please help me out.                     peace jimmy