How do I read the firmware revision of a PCI-6601?

I need to read the firmware revision of my PCI-6601 card. I cannot find any reference to this in the NI-DAQ Function Reference Help document nor in the Measurement and Automation Test Panel.
Thank you for your help!

My company's Quality Assurance people require that we know the hardware and software revisions of every card we use. Thank you for letting me know that there isn't a revision of the software in the PCI-6601 card. That explains why I wasn't able to read it.

Similar Messages

  • How do i read the firmware version programmat​ically

    specifically for VXi controllers master and slaves(MXI2)

    I assume "no firmware" on master/slave devices is only in a MXI system.
    Due to obsolescence we are using the VXI-MXI-2 in its slot-0-controller function (not actually for MXI), I assume there's got to be firmware, and that your "configuration EPROM stores data, but this is not firmware" note applies only to MXI bus functions?

  • How do I set the firmware password on 10.7

    Hi
    How do I set the firmware password in Mac OS 10.7.2 (MacBook Pro) ?
    The Apple instructions only seem to go up to 10.5.x
    Thanks

    Firmware password is not much use as any thief can reset it by pulling out the memory chips and putting them back in again.
    The only real way to secure your data 99% is to use FileVault 2.

  • How can I update the firmware all at once

    I'm a tech support in a school, approximately our school has over 500 laptops, how can I update the firmware on all laptops at once?

    Apple Configurator is the software you want - and it's free from Apple. However, I'm dubious that firmware can be updated all at once.
    http://help.apple.com/configurator/mac/1.4.1/

  • How do I install the firmware update for LinkSys E900 router?

    Hi,
    I'm using Mac 10.7.5 and a few months back had purchased the E900 wireless router.  It has firmware 1.0.03 installed and I noticed there is a 1.0.04 update.  I downloaded the update, which is a .bin file, but I do not have a CD burner nor access to a Windows machine.  How can I install the firmware update?
    Thanks, - Dave
    Solved!
    Go to Solution.

    Simple, with your wired computer (never wireless) just access the GUI in the router and perform the firmware update.  Just point to the .bin file and away you go.  Make sure to hard reset the router and reconfigure it after you are done.

  • FAQ Broken: How do I upgrade the firmware on a WRT54G Wireless-G Broadband Router?

    I tried to view the above question in the FAQ, but it goes to the answer for a different question.
    I then tried "How do I upgrade the firmware on my router?" a little further down,
    but it acts like I'm not authenticated, and won't accept my Linksys Forums e-mail address
    and password. When I try the password recovery, it says my e-mail address is invalid.
    Can someone please point me to instructions for upgrading the firmware on my WRT54G?
    Specifically, someone told me that the router needs to be listening on the default 192.168.1.1
    IP address, but mine is listening on 10.1.1.2. Do I need to change this just to flash new
    firmware, because that will be a little painful.
    Thanks,

    Go to website linksysbycisco.com/downloads.........insert model no of your router in serach tab......select proper version of your router........download the firmware file......save that file on desktop
    Follow these steps to upgrade the firmware on the device : -
    Open an Internet Explorer browser page on a computer hard wired to the router...
    In the address bar type - "Default Gateway of Your Router"...Leave the Username blank & in Password use admin in lower case...
    Click on the 'Administration' tab- Then click on the 'Firmware Upgrade' sub tab- Here click on 'Browse' and browse the .bin firmware file and click on "Upgrade"...
    Wait for few seconds until it shows that "Upgrade is successful"  After the firmware upgrade, click on "Reboot" and you will be returned back to the same page OR it will say "Page cannot be displayed".
    Now reset your router :
    Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...
    **To Check the Default Gateway of the router...Click Start >> All Programs >> Accessories >> Command Prompt...A black box will appear(Command Prompt)...In the Command Prompt window type ipconfig and press 'Enter'...Look for Ethernet Adapter Local Area Connection IP Address , Subnet Mask and Default Gateway...
    **To all the above setting using the wired computer.

  • How to I determine the firmware version on my hp prime?

    Friends
    How to I determine the firmware version on my hp prime?
    Thanks
    Migs

    The easiest way is: Home, Help, Tree, up-cursor, Enter.
    Note: I don't work for HP.  I'm just another happy HP customer.
    -Joe-

  • How can i erase the firmware of cisco 7912 phone ?

    how can i erase the firmware of cisco 7912 phone ? the firmware is crashed in this 7912 phone , i want it to download another copy from CUCM8.5 .
    the way i did on 7911phone doesn't work on 7912.

    https://supportforums.cisco.com/discussion/10797901/reset-factory-default-ip-phone-7912
    You can try that procedure but I'm not sure how far that factory reset goes on those phones.  I know the 7940/60 series you can blow out everything except the CNU which would do exactly what you are looking for.

  • How do I update the Firmware on the Quantum Router?

    So the Quantom router is missing a bunch of features the old action tech router had.  Advanced filteringis gone, I am hoping a firmware update would bring it back.  I go to look to upgade or check for a firmware update and that isn't there either.
    How do I update the Firmware on the Quantum Router?

    The current Quantum firmware version is 0.26.29.
    Firmware updates are automatically pushed by Verizon.  If you have an older version, reboot the router and it should pickup the new version.
    Enjoy.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • How can we read the screen field values from the report selection screen wi

    Hi expart,
    How can we read the screen field values from the report selection screen with out having an ENTER button pressed  .
    Regards
    Razz

    use this code...
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_posnr.
    **Read the Values of the SCREEN FIELDs
    CALL FUNCTION 'DYNP_VALUES_READ'

  • How can I read the bootstrap files and extract the fragment-URLs and fragment-numbers in plain text?

    How can I read the bootstrap files of any HDS Live stream and extract the fragment-URLs and fragment-numbers in plain text?
    Could it be that it is some kind of compressed format in the bootstrap? Can I uncompress it wirh  f4fpackager.exe? Could not find any download for f4fpackager.exe. I would prefere less code to do so. Is there something in Java of JavaScript, that can extract the fragment-numbers?
    Thank you!

    Doesn't sound too hard to me. Your class User (the convention says to capitalize class names) will have an ArrayList or Vector in it to represent the queue, and a method to store a Packet object into the List. An array or ArrayList or Vector will hold the 10 user objects. You will find the right user object from packet.user_id and call the method.
    Please try to write some code yourself. You won't learn anything from having someone else write it for you. Look at sample code using ArrayList and Vector, there's plenty out there. Post in the forum again if your code turns out not to behave.

  • How do you determine the firmware version for a laptop docking station?

    How do you determine the firmware version of a HP docking station?
    Laptop Model: HP 2740p
    OS: 64bit Windows 7
    Expansion Base: 2740 Ultra Slim Expansion Base WA995AA#ABA
    Thank you for any assistance.
    Alvin

    atenpo wrote:
    How do you determine the firmware version of a HP docking station?
    Laptop Model: HP 2740p
    OS: 64bit Windows 7
    Expansion Base: 2740 Ultra Slim Expansion Base WA995AA#ABA
    Thank you for any assistance.
    Alvin
    WA995AA#ABA shows to be a hard drive, not a docking station

  • How can I read the trace data from Agilent(HP​)8510C in C++ using NI488.2 and PCI-GPIB ?

    Hello! I am trying to develop an application in C++ for measurements with Agilent(HP) 8510C network analyser using NI488.2 and National Instrument's PCI-GPIB card. In HPBASIC the trace data is read using OUTPDATA command which contains PREAMBLE, SIZE and then the data string in real and imaginary pair for the required points. The ibrd function gives data only for one point. Kindly guide me how I can read the whole trace and and separate out the real and imaginary data values. Regards, kapil

    Hey Kapil,
    It seems that in HPBASIC you were using an instrument driver for the 8510C. OUTPDATA is not a native HPBASIC function. National Instrument has similar instrument drivers for LabVIEW and CVI.
    http://zone.ni.com/idnet97.nsf/9b2b33e1993d8777862​56436006ec498/7b235254f3881ddb862568ab005fbd2e?Ope​nDocument
    http://zone.ni.com/idnet97.nsf/9b2b33e1993d8777862​56436006ec498/24ca7db880ab78ae862568ab005fbc0f?Ope​nDocument
    For example in the CVI instrument driver you will find a source file called hp8510.c. In the source code you will find a function called hp8510c_dataInRaw that sounds similar to the function that you described.
    Note that this example is designed for CVI, but it is possible that you could extract the information you need for C++. If
    you had a copy of CVI you could just add the files downloaded from the instrument driver to a project and then compile and run the project. It already contains a ready to run example that allows you to capture data and use your instrument.
    If you want try CVI you can download an evaluation copy on-line at http://ni.com/lwcvi/launch.htm.
    I hope this helps out,
    JoshuaP
    National Instruments

  • How can I read the printer snapshot file printers.xml

    How can I read the printer snapshot file printers.xml

    XML files are typically viewed using a web browser.
    Open the XML file and the default program should open it automatically.  If you are prompted to select a program, use the option that lets you choose a program and brows through the directories for your browser (for example, use Internet Explorer, Firefox, etc.).
    If need be, you should be able to right-click the file and select open with to choose the program to open it with.
    There are other XML viewers out ther, but web browsers are typically the default as XML is a web language.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • SapScript, How do I read the current line number?

    I have sections of text - each in it's own element with an 'include' of the standard text.
    These sections are variable in size.
    All elements are in the MAIN window.
    I do not want a paragraph to split over two pages.
    How do I read the current line number within the sapscript before the section prints so I can issue a new-page command at the beginning of the paragraph?
    Thanks!

    Yes, that does work for paragraphs.
    If I have multiple elements to print from within a loop where "at first, at each and at last" each call the Sapscript funtcion write_form - how can I keep the whole section together.  protect/endprotect will keep each element together but not the group of elements.
    There must be a way to find the current line number.

Maybe you are looking for

  • Atttibure creation error (403, 'presentationobject.dtd')

    Hello. While trying to create New Attribute editor, I keep reciving: "Cannot save asset. This attempt to save the Attribute Editor has failed. Error -403 encountered while saving. Couldn't find external DTD 'presentationobject.dtd' " I checked the lo

  • Unable to see user created in Child system

    Hi There, I am facing a peculiar issue with CUA. 1) A user created in CUA is not appearing in Child system. 2)When I checked the IDOC status it is Green(03) in both the systems. 3)When I remove the system in the CUA for that client , it  is fine. 4)W

  • Abap Query on most Latest Posting Date in G/L Account

    Dear All This is the new request that has come from the client. What they want to see is the G/L account and the most recent Posting Date. For eg Lets say that 220000 has 3 line items 1000 in march 06 2000 in april 06 3000 in may 06 End user wants to

  • Power Mac Video Capture card for G5 Quad

    Can anyone direct me to where I can get a video capture card for my Power Mac G5 Quad. I would like to directly connect my DVD player to my G5. Can I do this and what do I need and where can I get it. Thank you for your guidance!

  • Q10 1565 to 1581 update

    So as the 1565 update has totally wrecked my message and call notifications reducing them by 50% in volume when will the 1581 update be avaiable in the UK on my O2  if anybody says ask O2 I have and they dont have a clue..  I keep missing calls and c