How to determine what card is in what slot of a PXIe-1073 unit programmab​le

How can i programmable determine what card is in what slot of a PXIe-1073 unit I have a PXI-4063 and a PXI-2503 in a 1073 chassis. I use the DAQmx Device Product Type to to find the 2503 matrix card but it woun't return the 4065 product type.

Hi cjp1,
The KnowledgeBase article Programmtic PXI Slot Detection walks you through the steps to do this. There is also a community example called Read PXI an PXIe Card Serial Numbers Programatically that demonstrates the type of LabVIEW architecture you can use to do it. 
You should first ensure that all of your modules can be identified and self-test in MAX. 
In case the above hyperlinks don't work, you can copy-paste the addresses below:
http://digital.ni.com/public.nsf/allkb/2342900AED0​2975A86256BD800764C8B
https://decibel.ni.com/content/docs/DOC-20207
Jeff Munn
Applications Engineer
National Instruments

Similar Messages

  • Have situation on a unprotected wireless when accessing I cannot get a router address.  I'm on system 10.6.8 on MacBook Pro summer 2009.  Any thoughts on how to determine what's up?

    Have situation on a unprotected wireless when accessing I cannot get a router address.  I'm on system 10.6.8 on MacBook Pro summer 2009.  Any thoughts on how to determine what's up?

    You have basically verified that the issue is NOT with your MBP, but with this particular Wi-Fi network. Even though it may be unsecured, the provider may have elected to configure it for MAC filtering. In this case I am referring to the MAC (Media Access Control) address and not your Mac laptop itself. If this has been enabled, your Mac would only be able to connect if the Mac's MAC address was added to that filter.

  • How to determine what prevents auto sleep?

    My iMac doesn`t go to sleep automatically, so my question is how to determine what prevents sleep?

    I, too, have just noticed this issue after I left my computer to secure empty trash. I thought my computer would enter sleep mode automatically, but when I returned to my home office to turn in for the night, I found that the computer had been on (with the monitor off) the entire evening. So much for "Energy Saver."
    I have been through as many of the threads covering this issue. I checked to see if there were any apps using the processor. None. I checked "Put the hard drive(s) to sleep when possible." I made sure Internet Sharing was unchecked. I even unchecked Bluetooth sharing or anything that would require some type of network or internet connection. Despite all this, the computer still does not go to sleep on it's own.
    I have just upgraded to Lion 10.7.3 on my iMac 2.4 Ghz Intel Core 2 Duo so this is definitely a continuing problem which has not been addressed since older theads dealing with early versions of Lion.
    Let's hope Mountain Lion will fix this.

  • How to determine what Index is required by a query ?

    Hi all,
    In our application, we create some complex View with complex query.
    The question is : How to determine what Index is required by the query ?
    I try using SQL Tuning Advisor, but it seems I can only use it After running TOP SQL.
    Is there aniway to determine the Index even Before the query under heavy load/ top sql ?
    Thank you very much,
    xtanto

    You can run your explain plan to check the table access path. You can create an index and see if the optimizer is using the index. Then compare the costs. Creating index will help only in some occassion and you need to provide complete details of the requirement to come to a conclusion of which type of INDEX as well. In some occassions, B*Tree index is useful, in few DW applications, bitmap will work efficiently with columns of low cardinality.
    So it is again the task for you to look into this.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/toc.htm
    Cheers
    Sarma.

  • How to determine what's using data store temp space?

    How can one determine what's using data store temp space? We are interested to know what structures are occupying space in temp space and if possible what pid/process connected to TimesTen created them.
    Also, is there a procedure that will work if temp space is full?
    Recently one of our data stores ran of space. We we're unable to run commands like "monitor", "select * from monitor", "select count(*) from my_application_table", etc. These commands failed because they required temp space to run and temp space was full. We killed the application processes, this in turned freed up temp space, then we were able to run these queries.
    Ideally, we'd like to have a procedure to figure out what's using temp space when temp space is full.
    The other thing we could do is periodically monitor temp space prior to it filling to determine what's using temp space.

    That was my original thought, but once you click the slider track or thumb, and then enter a value in the text control, the clickTarget on the change event envoked by the change to the bound data (after entering a value in the text control) will be whatever slider element had last been clicked. If you've never clicked the slider, clickTarget=null. But once you've clicked the slider the clickTarget always has a value of "thumb" or "track", regardless of what triggered the change event.

  • How to Determine What Version of JDK I Have?

    Hi,
    How do I determine what version of the JDK or SDK is installed on our server?
    Thanks,
    Ken

    There isn't any readme or license file in the JDK folder. Our JDK is not direct from Sun, it came with WebSphere App Server, so maybe IBM left out such files. Anyway, the "java -fullversion" command works. Thanks!
    Ken

  • How to determine what OS your java prog is running on?

    Is there a Java command to determine what OS your program is running on?
    Yes it IS important -- because there are things that are OS-specific, such as valid characters for filenames.
    I could just disallow ALL "shady characters", but then my program would be skipping a lot of GOOD files in Linux, which only disallows the '/' character.
    http://www.linuxboxadmin.com/articles/tools-and-utilities/linux/mac/windows-file-name-friction.html
    Any ideas how I should proceed?
    Matthew

    I assume, if it's looking at "ALL" files in a directory, that it is running in a loop, right? Well, put the try/catch in the loop, rather than around it, and let it throw an exception. Catch it and keep a list of files that didn't work. But then again, if you're talking about "reading" a file, this shouldn't be a problem, because if it is an invalid character, how did the file get there? and should it really be your worry?
    As far as writing one with a character like that, let the user enter tha name he wants, attempt to create it, and if it fails ask for another, and for those filenames that you generate within the program, stick to the "safe" characters.

  • HRPAD00INFTY - How to determine what action the user took (IN_UPDATE)

    Greetings, Experts.
    I've been asked to modify an existing BAdI for infotype 0167. The existing code is in method IN_UPDATE.  FYI, we have to use this method (as opposed to, say, AFTER_INPUT) since we have to make sure the user completed the operation as we're modifying data in another infotype based on their action.
    As such, the  logic depends on what the user is doing, i.e., inserting, updating, delimiting or deleting a record. I was testing different scenarios in PA30 to see what the value of IPSPAR-ACTIO would be and got some puzzling results.
    For example, I used the Edit->Copy feature in PA30 to copy and then delimit an existing record and was expecting an ACTIO of "LIS9" (Delimit) but it was "MOD". Similarly, I used the trashcan to remove an existing record and got a "MOD" operation. Finally, I deleted another record the same way (trashcan icon) and this time it was "LIS1" which I found stupefying since that's not even a valid value according to the DDIC for data element ACTIO.
    I can't seem to get a consistent way to determine what the user is doing. What is the best practice?
    Thanks.

    Hi Steve,
    You can  try with IPSYST-IOPER Parameter Which is Showing the Right Values .
    Regards,
    Kishore.S

  • How to determine what the current group level is?

    Post Author: mavrick5
    CA Forum: Formula
    I hope someone can help me urgently.  I have a complex report which has multiple drill down levels.  I am printing values for sales and qty at each drill down level as well as a calculation for average selling price.  What I want to do is calculate the average for the totals, not calculate the average per detail line and then calculate the average of the average (if you understand what I mean).  I have the averages calculating correctly except the total line in each drill down. How can I determine in a formula what group total I am currently printing (eg. group footer 1, group footer 2, etc.).  If I can determine which group footer I am currently printing, then I can change my calculation based upon the drill down level and the group footer. Thanks in advance.

    Post Author: yangster
    CA Forum: Formula
    think you are looking for the functiondrilldowngroupleveljust pop that into a formula and drag it into your report you'll see it counts from 0 when no drilldown has been invokedi use drilldowngoruplevel a lot to display different page headers depending on drill down level

  • Installing Apple downloads/ updates--how to determine what I need

    After searching for a number of downloads that are referenced in the discussions as possible fixes, I am trying to sort out which I should install on my imac. For instance, I see that the Graphics Update 1.0 and the Time Machine update (addressing the interface with Time Capsule) have helped solve some issues.
    Looking at the release date for both these updates, I see that the 10.5.3 combo update, which I installed, is more recent. As a matter of practice, can I assume that the Graphics Update and the Time Machine update are included in the combo update because they were released prior? I looked in the details on the Combo update page, but I didn't see specifics as to what previous downloads it included.
    I would like to know how one knows which updates, or other downloads, one should install.
    I've had a number of performance issues since installing the combo update. They include:
    -machine running slowly
    -many freezes that require shut down
    -force quit does not always work
    -Time Machine will not find the backup volume after the mac has gone to sleep (this happens with Firewire only, USB seems to work)
    In addition to the question of how as a matter of practice to determine which downloads I should install, and how to figure out which downloads/updates I already have after installing a system update such as the Combo 10.5.3, if anyone has any solutions for my list of issues, please comment.
    Thanks,
    HM
    iMac G4 Power PC, 1.25 Ghz, 80 Gb hard drive with 768 Mb RAM Mac OS X (10.5.3) 25 Gb free on hard drive

    Software Update - Available packages
    /Library/Receipts - Packages that have been installed.

  • How to determine what is making my  iMac so slow upon start up?

    Okay, so back in 2008 I gott my first mac, the black macbook
    It was love at first sight
    About a little over a year ago it began do to odd things, IE the screen would freak out and just other things
    I decided it was time to back everything up to be safe
    A few weeks later it would not start up, it got stuck on the grey screen
    I used an old pc laptop until August when I bought a new iMac
    I don't know all the specs because I'm not near the computer at the moment  it can update later
    Here's what I know,
    iMac 21.5 inches
    I'm running lion, I THINK the latest version
    I believe it's 1 TB storage
    That's l can think. I'm not a super huge computer guy so technical stuff doesn't says make sense to me
    Anyway, when I got it I added my macbook backup and had everything working perfectly like before
    A few months later I took my old macbook to an Apple store just for s**** and giggles to see if I could fix
    The guy looked at and cleared it and reinstalled the operating system or whatever, and it was working perfectly again. Well for the most part, it's over 5 years old so you know, a little slow
    Anyway, he said that there was probably a program or something installed that was making it not start up
    So now, less than a year after getting my new iMac, it takes a REALLY long time to start up, it stay on the grey screen for a while, a few minutes and then once it gets to the desktop it takes even longer to loads files and let me open anything
    A few months ago I deleted some apps and files that I know longer used, searched the Internet for answers and how I could speed it up
    It helped a little, increased speed slightly but still it is slow
    I was just wondering if there was a way to find out what it making It so slow?
    Or how to go through and figure out what programs and files I do or don't need
    Perhaps it's just slow because I'm used to having hardly anything on a new computer but this one has my whole old backup from before which is like 200 gbs, but still I have 1 TB one memory and I'm pretty sure I upgraded the RAM as well when I bought
    So yeah, anyway to speed up and find what's slowing my mac down?
    Thanks!

    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
    SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter "BOOT_TIME" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Note the timestamps of the BOOT_TIME log messages, which refer to the times when the system was started. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Select the messages logged after the boot, during the time something abnormal was happening. Copy them to the Clipboard by pressing the key combinationcommand-C. Paste into a reply to this message by pressing command-V.
    For example, if the problem is a slow startup taking three minutes, post the messages timestamped within three minutes  after the boot time, not before. Please include the BOOT_TIME message at the beginning of the log extract—not at the end.
    If there are long runs of repeated messages, please post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
    DIAGNOSTIC AND USAGE INFORMATION ▹ System Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar.
    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of reports. A crash report has a name that begins with the name of the crashed process and ends in ".crash". A panic report has a name that begins with "Kernel" and ends in ".panic". Select the most recent of each. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    ☞ If you don't see any reports listed, but you know there was a crash or panic, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    ☞ Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • How to determine what goes in the xib list

    How do you know when you need to add a View Controller or a Nav Item, or other classes in the same window that has File Owner and First Responder icons in it.
    I mean I understand I have a View showing and I link it to the File Owner, because the File Owner is the ViewController for that xib. But in what scenarios do you have to add another ViewController, or a TableViewController, of a NavController, or a NavItem or NavBar.
    And I do not mean the MainWindow.xib which has a Window, I mean other new xib files that you create to make the rest of your application.
    Thanks for the help
    Mark

    A general rule of thumb is that you will have a nib for each ViewController. Sometimes a VC is so simple that there is no need to lay it out interactively - these may be implemented entirely in code. In contrast a view may become so complex that you choose to implement some of its subviews in separate nibs.

  • How to determine what version of PCL Smartform for SAP 4.7?

    I need to know where/how I can find out what version of PCL (5 or 6) for Smartforms is running on our SAP 4.7.
    Thanks.
    Scott

    My (somewhat old) manual says ... [Driver] HPL2 HP-compatible laser printer (with printer language PCL-5 for all HP LaserJet III and later)
    Can't say for PCL-6...didn't know that existed...only knew about 5 and 8.

  • How to determine what row an item should go in

    Hi all,
    This is more of an algorithm question than a java specific one (but if you want to provide an answer using java code then feel free)
    I'm trying to write a piece of code that automatically imposes documents in the correct position on a sheet. here is my example
    Data array = A, B, C, D, E, F, G, H, I, J
    Impose: 3 Up
    So my output will look like this
    A - E - I
    B - F - J
    C - G -
    D - H -
    I can figure out what column each item goes in by doing this
    Total Pages= ceil of (Total Rows/Impose)
    4 = Ceil(10/3)
    Now work out my breakpoints:
    Make an array of empty breakpoints
    For n=0; n<Impose; n++
    breakpoint[n]=n*Total Pages
    This should give me a breakpoint array of
    0, 4, 8
    Then I can check its column by checking its numerical position against each breakpoint
    e.g.
    for array element 6
    is this greater than breakpoint 0? Yes
    is this greater than breakpoint 4? Yes
    is this greater than breakpoint 8? No
    So this must be breakpoint 4, ie column 2
    So I know element 6 needs to go in the middle column. But what I need to know is what row element 6 will appear in.
    So I need to say, I know there are 4 rows, and 3 columns, and element 6 will appear in row 2/column 2.
    I hope that makes some sense.
    any help?

    Nevermind, I've figured it out.
    FYI
    Because I know the breakpoint, i just take the current array position and subtract from the given breakpoint.
    E.g.
    Array Element 6 is in column 2 therefore the breakpoint is 4
    So i do 6-4=2
    Line 2 is correct

  • How to determine what application is playing alert sound?

    I am attempting to solve two issues with application notification sounds on my Yosemite running MacBook Pro Early 2011.
    First, I expect that setting the OS to DND should mute all application alert sounds. Mine seems to mute things like calendar but does not mute Skype. I've tried resetting PRAM but it made no difference.
    Second, there are applications playing notifications during the day that I cannot place. I expected in the Notification Control Panel that if I sort the list by 'Time' it should list them in order of their last playing a notification sound. FWIW all of my apps in that CP are in the Notification Center rather than outside.
    My expectation is that the Notification Center decides when an application is allowed to play an alert sound. But I cannot seem to successfully manage things from there. Is the described behavior by design and I need to track down things running in the background or is my OS not behaving as designed? FWIW this has been going on for an indeterminate time, just my family's nerves are starting to fray at the noises-especially in the middle of the night.
    Thanks.

    You can run your explain plan to check the table access path. You can create an index and see if the optimizer is using the index. Then compare the costs. Creating index will help only in some occassion and you need to provide complete details of the requirement to come to a conclusion of which type of INDEX as well. In some occassions, B*Tree index is useful, in few DW applications, bitmap will work efficiently with columns of low cardinality.
    So it is again the task for you to look into this.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/toc.htm
    Cheers
    Sarma.

Maybe you are looking for