RIO not seen by project

I have a 7133 RIO FPGA PXI card.  It is seen by MAX but not available through "my computer" in a project.  The card may have been moved to a different PXI slot after initial installation.  Any suggestions?
Solved!
Go to Solution.

Hi Ken,
do you have any other cards installed in your pxi?
I'm asking because we had the same problem with an 7131. It didn't work as long as we had an 6653 Timing Module installed.
NI-Support delivered some information to the problem:
http://digital.ni.com/public.nsf/allkb/ECD4F3D186F9C60B862574890050C8D4?OpenDocument
As a quick solution we uninstalled the 6653, but we still have an open issue with this.
Regards,
Thomas

Similar Messages

  • Deliverable Created in contract not visible in project management

    Hi All,
    We are using the deliverable tracking system of oracle project contract for creation of requisition of project related items.But those deliverable can not be seen in Project management screen. Is there any way to see these deliverables in project management?
    Thanks In Advance
    Saptarshi

    Hi
    By Oracle design there is no link between OKE Deliverables and the Project Management Deliverables.
    Those are managed on separate tables.
    You may consider customizing the system using API to create a PJT deliverable from an OKE deliverable, maintaining a DFF attribute to see the link between the two entities. My idea is to have something similar to Oracle's solution that creates an event in Projects Billing from a billing event that user creates in OKE.
    Dina

  • Compiled CHM File Does Not Reflect New Project Name

    I have read many of the experts' responses to posts and found them extremely helpful. However, I have not seen one that addresses my issue.
    I have RH HTML Version RH8. I renamed a project via 1) File - Rename Project and 2) Single Source Layouts - Primary Layout - Properties - Output Folder and File Name.
    Two problems are: 1) The Project Folder name still reflects the old project name and 2) The CHM file still reflects the old project name.
    As a result, the output Help that the user sees still has the old project name in the title bar.
    All generated files as well as the RoboHelpHTML Project File were changed to the new project name, just as the RENAME PROJECTS Help says it should. However, the CHM file does not reflect the new project name as it says it should.
    1) Can I change the Folder name that was created when I compiled the Help file to the correct name?
    2) Can I change the FILENAME in the SELECT OUTPUT FOLDER AND FILENAME  window?
    3) Can I / should I rename the TOC and Index filenames from the old project name to the new project name? (Help says that changing the project name does not change these file names and it didn't.) 
    Will any of these actions correct the problem? I appreciate any help you can give. 

    Welcome to our community
    Try File > Project Settings.
    And if that doesn't get it, try the Project Set-up pod, windows and change the Window Caption.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • New Page Tab is not seen

    Hi,
    I'm working with Server Database and I added the new page tab is not seen.
    I already compiled and valided the project. Also I already restart the server.
    What I need to do?

    Hi,
    In application go to SiteMap--User Prefernces-Tab Layout,
    Verify that your tab is there and Hidden is unchecked,
    regards
    Goud

  • RE: (forte-users) Posted Event Not Seen by EventLoop

    Hi,
    Event registration occurs when an event loop is activated. If your event
    loop is activated before your SO is ready and registered (Init must be
    finished) the event loop will be not registered for the event on your SO.
    This is a typical example of race condition. A race condition may occur when
    two or more processes execute simultaneously and the final result depends on
    which process finishes first. Please redesign your project.
    Regards,
    Zenon Adamek
    Purolator
    -----Original Message-----
    From: Denver Jobs [SMTP:fortejobsindenveryahoo.com]
    Sent: Wednesday, June 14, 2000 2:48 PM
    To: kamranaminyahoo.com
    Subject: (forte-users) Posted Event Not Seen by Event Loop
    I have two classes & an SO in a given project.
    ManagerClass : object
    InterfaceClass : object
    ManagerSO : ManagerClass
    ManagerClass has the attribute
    theInterfaceClass : InterfaceClass
    InterfaceClass has the attribute
    theManagerClass : Manager Class
    The ManagerClass Init method performs a new on
    theInterfaceClass and then does a start task on a
    method within theInterfaceClass which starts an
    external connection listening on a port.
    The method also sets theInterfaceClass.theManagerClass
    to ManagerSO.
    A method gets called in the ManagerClass which writes
    to the external connection port within the
    theInterfaceClass and then starts an event loop in the
    ManagerClass to wait for notification.
    When the started task for listening on the external
    connection receives data, it calls a method within the
    ClassManager - theClassManager.CallMethod(returndata);
    The CallMethod actually posts an event within the
    ClassManager which the event loop started earlier is
    waiting on.
    The event does get posted, however, the event loop
    that was started never receives the event?!?!?
    There are no lower level event loops that
    should trap this event prior to this point.
    The call to perform the "write" on the external
    connection is done as a postregister in the event
    loop, so that the event is registered before a post
    for the event occurs.
    Am I missing something here?
    Thanks in advance for any light you might shed.
    Yahoo! Photos -- now, 100 FREE prints!
    http://photos.yahoo.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Check if ManagerSO = ManagerSO.theInterfaceClass.theManagerClass
    Why does InterfaceClass call a methon the the SO? Why doesn't it simply post
    its own event, that the SO is registered for?
    -----Original Message-----
    From: Denver Jobs [SMTP:fortejobsindenveryahoo.com]
    Sent: Wednesday, June 14, 2000 8:48 PM
    To: kamranaminyahoo.com
    Subject: (forte-users) Posted Event Not Seen by Event Loop
    I have two classes & an SO in a given project.
    ManagerClass : object
    InterfaceClass : object
    ManagerSO : ManagerClass
    ManagerClass has the attribute
    theInterfaceClass : InterfaceClass
    InterfaceClass has the attribute
    theManagerClass : Manager Class
    The ManagerClass Init method performs a new on
    theInterfaceClass and then does a start task on a
    method within theInterfaceClass which starts an
    external connection listening on a port.
    The method also sets theInterfaceClass.theManagerClass
    to ManagerSO.
    A method gets called in the ManagerClass which writes
    to the external connection port within the
    theInterfaceClass and then starts an event loop in the
    ManagerClass to wait for notification.
    When the started task for listening on the external
    connection receives data, it calls a method within the
    ClassManager - theClassManager.CallMethod(returndata);
    The CallMethod actually posts an event within the
    ClassManager which the event loop started earlier is
    waiting on.
    The event does get posted, however, the event loop
    that was started never receives the event?!?!?
    There are no lower level event loops that
    should trap this event prior to this point.
    The call to perform the "write" on the external
    connection is done as a postregister in the event
    loop, so that the event is registered before a post
    for the event occurs.
    Am I missing something here?
    Thanks in advance for any light you might shed.
    Yahoo! Photos -- now, 100 FREE prints!
    http://photos.yahoo.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • The new Page Tab is not seen

    Hi,
    I'm working with Server Database and I added the new page tab is not seen.
    I already compiled and valided the project. Also I already restart the server.
    New Project: Xxaa New Project
    My New Page Tab has like screen: Xxaa New Screen
    My New View: Xxaa New View
    I added the new page tab in the Application “Siebel Universal Agent” and I compiled the project “Xxaa New Project” and “Siebel Universal Agent”. After I logged to “Call Center” but I don’t see the new Page Tab
    I navigated in application “Navigate --> Site Map --> User Preferences --> Tab Layout”, but my new page tab "Xxaa New Screen" isn't checked the flag "Hide"
    Also I added new Responsibility: "Xxaa New Responsibility" and I added the new view "Xxaa New View" and the User SADMIN has grants.
    What I need to do?
    Edited by: Wings2009 on 15-jul-2009 19:03

    Hi, the all objects are news.
    I created these objects:
    1- New Project : Xxaa New Project
    2- New Table : CX_PROJECTS
    3- New Business Componet : Xxaa New Business Component
    4- New Business Object : Xxaa New Business Object
    5- New View : Xxaa New View
    6- New New Applet : Xxaa New Applet
    Finally I added the new screen (Xxaa New Screen) to application "Siebel Universal Agent" in the new page tab. I compiled the all objects and projects and I copied the file srf to the SERVER. And I created new responsibility (Xxaa New Responsibility) and I added the view (Xxaa New View) in this responsability.
    But the new tab is not seen.

  • Ipod not seen by windows or itunes

    Hello, I'm totally frustrated and have been searching for hours. Please someone help.
    - Nano 8 gb
    - Windows xp
    Neither Windows (my computer) nor Itunes sees my ipod. Ipod is working fine: did the menu/select thing, cable is good.
    When I plug the ipod in the usb port I hear a bleep and I get a message bottom right "new hardware found ipod"and the icon is a usb cable. Ipod is not in My computer window. Ipod is not seen by Itunes
    Tried Device Manager/I see Ipod with a ? Yellow. If i right click on it and do update driver the ms computer management system crashes and sends error report.
    I tried dowloading the USB driver and placing it in the directory, but I got stuck because there is no windows/inf directory. I tried to update the usb driver with the same ms crash.
    I'm completely frustrated, please can someone help me.

    I was having the same problem the other day. I'm not sure what it was but I think it has something to do with the i tunes and i pod 1.2 update.
    What I did was:
    1. Uninstall i tunes
    2. Restart my computer
    3. pluged my ipod in a slow usb line
    4. waited until my pc recognized it in there. It took a little while.
    5. re installed i tunes from apple.com
    6. waited until i tunes recognized my ipod
    7. updated my i pod with my library it took a long time because i was in the slow usb plug.
    8. re plugged my ipod into a 2.0 usb line
    9. i tunes recognized it.
    10. I then updated my ipod to the new 1.2 version
    11. The problem started happening again
    12 I repeated what I did before and now it is working.
    It was very frustrating! I hope it works for you.1

  • 5th Gen IPOD - Won't Sync and Not Seen by Windows

    Help!!!
    Tried the 5 R's. I have the IPOD in Disk Mode but whilst it will happily charge, it still is not seen by ITunes or Windows Explorer (though is visible inDisk Defragmenter). I have already un-installed and re-installed ITunes etc.
    Prior to putting it into Disk Mode the IPOD still had my library on it and owuld happily work.

    Have you had a chance to look at these troubleshooting pages? They may be of some help:
    iPod missing in My Computer and in iTunes
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    If you are using a laptop, this page might help: iPod not recognized when connected to Windows laptop over USB

  • IPod touch: Seen by XP, not seen on OSX.

    Strange one.
    1st Gen ipod Touch with latest software(think its 3.3), latest version of itunes.
    Its seen and works perfect with Windows XP.
    I plug it into my Mac Book Pro, running Lion and its not seen. nothing happens wihen i plug it in.
    I have reset, restored and wiped the ipod from the device itself and its still not seen.
    I also tried it on a Win 7 machine and its NOT seen either.
    Is this something crazy to do with 32bit architecture. Its seen on Win XP which is 32 but not by  64bit Lion and Win 7.
    Any suggestions?

    Have a Look Here
    Device Not Recognised
    For PC
    http://support.apple.com/kb/TS1538
    For Mac
    http://support.apple.com/kb/ts1591

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • Attachments and history of my emails are not seen by Windows users

    attachments and history of my emails are not seen by Windows users

    Just guessing at what you mean, try this:
    In Mail, while composing a message, go to Mail's menu and click:
    Edit > Attachments > Always send Windows-friendly attachments

  • In my iPad mini some apps are not seen (voice recorder, calculator, compass etc)

    in my iPad mini some apps are not seen (voice recorder, calculator, compass etc)er

    Those apps aren't included in iOS on iPads
    iPad Mini built-in apps : http://www.apple.com/ipad-mini/built-in-apps/
    iPad manual (which has a chapter on each of the built-in apps) : http://support.apple.com/manuals/ipad/

  • I have iPhoto 11 installed on my iMac. Has been working for last several months ok. I am trying to create photo books but it gets hung up after I select create book. Does not create the project.  Used to work but won't create any projects

    ILife 11 (iphoto 11) installed over a year ago with no issues. Have been creating Apple Books with no issues till now.  iPhoto now will not create books, calenders or anything else. After I select "create" it does nothing. Used to work Ok. Program seems to stall and do nothing. I can still look at events and other picture files but it will now not create a "project" / "book"  Anyone with a similar issue????

    ILife 11 (iphoto 11) installed over a year ago with no issues. Have been creating Apple Books with no issues till now.  iPhoto now will not create books, calenders or anything else. After I select "create" it does nothing. Used to work Ok. Program seems to stall and do nothing. I can still look at events and other picture files but it will now not create a "project" / "book"  Anyone with a similar issue????

  • IMovie will not open a project with a .rcproject extension

    The other night I was working on a project in iMovie. This morning, when I opened up iMovie, I did not see the project in the viewing window, and the project filename had a .rcproject extension in the iMovie projects folder. I cannot seem to get iMovie to open the file. I would greatly appreciate any help! Thanks.

    BTW my client says that the info breakdown on the clips says:
    'component y'Cbcr 10-bit'

  • Data of measure is not seen in  webi report when drill is disabled

    Hi
    i have created a hierarchy in universe on which i drill down in webi reports
    the problem is that  i have drilled my report till the last level and saved it
    the object  on which im drilling  is set as a section in the report
    so i have added a measure in the table under that section
    now the measure has different value at different level of drillings
    i.e for the last level of the drill i use one measure and after that as i drill up i use different  measure
    for all other level of drilling
    every thing is working fine but the problem  is
    when i open report in view mode
    the measure data is not seen
    only when i enable drill the measure data is seen
    i have done something like thi
    i have used drillfilters in webi reports for checking which level we are in drill mode so as to display the measure value based on drill level

    Seems like DrillFilters needs the drillmode to work fine..
    why don't save the report with the drill button enabled?

Maybe you are looking for

  • 11g installation on Windows XP Pro SP2

    Hi! The 11g database installation, unfortunately, does not work "out-of-the-box", like it does with 10g. The question is: Why can't the EM be installed with the DBCA? Scenario: 1) I had to install the EM Agent first, before installing the database so

  • Problem with font-family name

    I have adobe Univers LT Std font purchased and installed on my PC, but there is a problem when I try to use it on the webpage. The font has otf format. I noticed that Chrome and FireFox use different font-family names for this font. FireFox 25.0 seem

  • Error in executing dynamic SQL

    i am getting error in executing dynamic SQL declare vr_RenewService NUMBER(10,0); vr_sql VARCHAR2(50); begin vr_sql:='Select Case when 5 <= 365 Then 1 When 1= 0 Then 1 else 0 end into' || TO_CHAR(vr_RenewService) || 'from dual;'; execute immediate vr

  • Is this the right product for me?

    Hi All Just considering Contribute and was wondering if this is the right product for my needs. I've built a web site and need to add a retrofit CMS type function to some pages. There's news, products and general page editing. I can see News being st

  • Using Toast 8 to convert DVD for iPhone

    Does anyone know exactly how to do this. I can convert it into a video that plays on an ipod and on itunes, but it says that it is not formatted properly for the iphone. Any Help?