Is there a function that uses Get_DAQ_De​vice_Info - device_typ​e_code to get info

Is there a function that uses Get_DAQ_Device_Info - device_type_code to get info on the hardware characteristics such as a list of available gains or A/D converter resolution?

Duncan;
When calling Get_DAQ_Device_Info we get most of the information for our board. For example: the base address, calibration status, counter type, serial number, device type code, DMA and Interrupt levels, etc.
At this moment we do not have any function that will let us know the number of channels of a certain device and the configuration mode supported by the board.
However, you can use the Init_DA_Boards to retrieve what type of board is installed on the machine at a given time, and to have a look up table with the available gains for the possible boards that can be used on your application.
Hope this helps.
Filipe A.
Applications Engineer
National Instruments

Similar Messages

  • Is there any function that output address by inputing the address no.?

    Is there any function that accept an address number as input paramenter and return an address so that I don't need to build it myself?
    Thanks!

    FU ADDRESS_INTO_PRINTFORM        ADDRESS_TYPE
    Text
    Address type: 1,2,3 or ' '(default)
    Description
    There are three address types:
    Address type '1': 'Normal' address (company or organization); the address structure used in most SAP applications as 'Address'.
    Address type '2': Address of a person
    Address type '3': Work address, usually the address of a contact person in a company
    The default address type SPACE is treated as type '1' and is required for the upwards compatibility of the function module.
    The interface parameters ADRSWA_IN and ADRSWA_OUT are only used in address type SPACE.
    The other address types use:
    ADDRESS_1 or ADDRESS_2 or ADDRESS_3 for the attributes, and
    SENDER_COUNTRY, RECEIVER_LANGUAGE, NUMBER_OF_LINES, STREET_HAS_PRIORITY and LINE_PRIORITY for control.
    The parameters COUNTRY_NAME_IN_RECEIVER_LANGU, LANGUAGE_FOR_COUNTRY_NAME and NO_UPPER_CASE_FOR_CITY are address type-independent.
    The address attributes can be read directly instead of being passed in the structures ADDRESS1/2/3, if the address is in the Central Address Management tables.
    The Business Address Services keys must be passed instead of the structures ADDRESS1/2/3:
    Address type 1: ADDRESS_NUMBER
    Address type 2: ADDRESS_NUMBER and PERSON_NUMBER
    Address type 3: ADDRESS_NUMBER and PERSON_NUMBER
    The following parameters are used (Import) or filled (Export):
    Address type 1
    Import parameters:
    ADDRESS_1
    ADDRESS_TYPE
    ADDRESS_NUMBER
    SENDER_COUNTRY
    RECEIVER_LANGUAGE
    NUMBER_OF_LINES
    STREET_HAS_PRIORITY
    LINE_PRIORITY
    COUNTRY_NAME_IN_RECEIVER_LANGU
    LANGUAGE_FOR_COUNTRY_NAME
    NO_UPPER_CASE_FOR_CITY
    Export parameters:
    ADDRESS_PRINTFORM
    ADDRESS_SHORT_FORM
    ADDRESS_SHORT_FORM_S
    ADDRESS_DATA_CARRIER
    ADDRESS_DATA_CARRIER_0
    NUMBER_OF_USED_LINES
    NAME_IS_EMPTY
    ADDRESS_NOT_FOUND
    ADDRESS_PRINTFORM_TABLE
    Address type 2
    Import parameters:
    ADDRESS_2
    ADDRESS_TYPE
    ADDRESS_NUMBER und PERSON_NUMBER
    SENDER_COUNTRY
    RECEIVER_LANGUAGE
    NUMBER_OF_LINES
    STREET_HAS_PRIORITY
    LINE_PRIORITY
    COUNTRY_NAME_IN_RECEIVER_LANGU
    LANGUAGE_FOR_COUNTRY_NAME
    NO_UPPER_CASE_FOR_CITY
    Export parameters:
    ADDRESS_PRINTFORM
    ADDRESS_SHORT_FORM
    ADDRESS_SHORT_FORM_S
    ADDRESS_DATA_CARRIER
    ADDRESS_DATA_CARRIER_0
    NUMBER_OF_USED_LINES
    NAME_IS_EMPTY
    ADDRESS_NOT_FOUND
    ADDRESS_PRINTFORM_TABLE
    Address type 3
    Import parameters:
    ADDRESS_3
    ADDRESS_TYPE
    ADDRESS_NUMBER und PERSON_NUMBER
    SENDER_COUNTRY
    RECEIVER_LANGUAGE
    NUMBER_OF_LINES
    STREET_HAS_PRIORITY
    LINE_PRIORITY
    COUNTRY_NAME_IN_RECEIVER_LANGU
    LANGUAGE_FOR_COUNTRY_NAME
    NO_UPPER_CASE_FOR_CITY
    Export parameters:
    ADDRESS_PRINTFORM
    ADDRESS_SHORT_FORM
    ADDRESS_SHORT_FORM_S
    ADDRESS_DATA_CARRIER
    ADDRESS_DATA_CARRIER_0
    NUMBER_OF_USED_LINES
    NAME_IS_EMPTY
    ADDRESS_NOT_FOUND
    ADDRESS_PRINTFORM_TABLE
    Address type SPACE (default value; the previous interface up to Release 3.0B):
    Import parameters:
    ADRSWA_IN
    ADDRESS_TYPE
    ADDRESS_NUMBER (only for special cases such as Japan)
    COUNTRY_NAME_IN_RECEIVER_LANGU
    LANGUAGE_FOR_COUNTRY_NAME
    NO_UPPER_CASE_FOR_CITY
    Export parameters:
    ADRSWA_OUT
    NAME_IS_EMPTY
    ADDRESS_PRINTFORM_TABLE
    The following parameters correspond to each other (on the left the individual parameter - on the right the fields in the old interface structures ADRSWA_IN and ADRSWA_OUT):
    ADDRESS_NUMBER                   -   no equivalent
    PERSON_NUMBER                    -   no equivalent
    SENDER_COUNTRY                   -   ADRSWA_IN-INLND
    RECEIVER_LANGUAGE               -   ADRSWA_IN-SPRAS
    NUMBER_OF_LINES                 -   ADRSWA_IN-ANZZL
    STREET_HAS_PRIORITY             -   ADRSWA_IN-WAREN
    LINE_PRIORITY                    -   ADRSWA_IN-PRIOR
    COUNTRY_NAME_IN_RECEIVER_LANGU  -   no equivalent
    LANGUAGE_FOR_COUNTRY_NAME       -   no equivalent
    NO_UPPER_CASE_FOR_CITY          -   no equivalent
    ADDRESS_SHORT_FORM              -   ADRSWA_OUT-LINEK
    ADDRESS_SHORT_FORM_S            -   no equivalent
    ADDRESS_DATA_CARRIER            -   ADRSWA_OUT-LINED
    ADDRESS_DATA_CARRIER_0          -   ADRSWA_OUT-LINED0
    NUMBER_OF_USED_LINES            -   ADRSWA_OUT-ANZZL
    NAME_IS_EMPTY                    -   no equivalent
    ADDRESS_NOT_FOUND               -   no equivalent
    ADDRESS_PRINTFORM_TABLE         -   no equivalent
    The parameters are described in the parameter documentation.

  • Is there an RI that uses div s for layout instead of table s?

    I am using Struts Tiles, DWR, script.acu.lous drag and drop and JSF.
    So, my problem is that since I have incorporated <f:verbatim>, the page is being rendered incorrectly and I don't know how to recombine it back to look like it should. The layout I am doing has a header at top, left hand column for navigation and content well in the middle. Essentially, this boils down to, in JSF, a table row with one table data element for the header and one table row with two table data elements for the nav and content. In the content well, it utlizes a JSF subview with JSF components and then below this a JSF subview with a JSF <f:verbatim>. On the pages that I don't use <f:verbatim>, the layout renders correctly. The rendering problem is that when the markup is rendered, the <f:verbatim> tag is rendered outside the <f:view> with the other JSF subview in the content rendered correctly in the layout. In other words, the whole page except the <f:verbatim> is rendered in a <table>. I understand, from an onjava article, the JSP and JSF rendering occurs in parallel and I am guessing this might be the problem. The page is rendering now with the header in the right place, the nav not behaving like it used to but in the correct place, the portion of the content that is a bunch of JSF components is located to the right of the nav. The <f:verbatim> that should be rendered directly below the JSF components on the content page and to the right of the nav is rendered under both the nav and JSF components outside the <table>.
    Is there a RI that uses divs to do layout instead of tables?
    OR
    How can I get the <f:verbatim> back into the flow of the page so everything is lined up correctly?
    Please feel free to yell at me if this is addressed in another thread. I will search for it if this is the case. I haven't had the time to do a thorough search.
    Regards,
    Dan
    sidenote: Using tables for layout is not considered good web design. There are plenty of sites that illustrate use of CSS for layout. I find this a little strange since Sun is always promoting best practices and then it doesn't embrace other industry best practices. This seems more like a MS bullying tactic, but maybe Sun and MS are one in the same.

    Cool. That is a great move. The only concern I have now is that there aren't any containers out that support JSP 2.1 and Servlet 2.5 to enable JSF 1.2 except for glassfish. I am using tomcat and not a heavy weight application server. I couldn't find a roadmap on Apache either for Tomcat to know when they will be coming out with Tomcat 6 I imagine. Is there an article or tutorials out yet that demonstrate how to markup a page with the new specification? That yould help. The more I think about using custom components, the more I lean towards using the standard.
    Thanks for the heads up. Now I have to think about setting up glassfish and migrating from tomcat unless there is other news I am unaware of =P.
    Dan

  • Is there any function that....

    Hello friends
          I wrote a ABAP program to print the PL (Part List). But while printing it jst takes 25 lines in the ckt refence else it don't print it. This is becoz of the reason that while printing it takes 1st ckt refence then 20 blank spaces then next ckt and so on. and it prints maximum of 500 characters. So if we have more than 25 lines we face problem. Is there any function that bypasses these 20 blank spaces and only consider the ckt refences. Plz help me in this. If possible sent me the code for it.
    Thnx
    Rakhi

    The table all_objects (and/or dba_objects) contains a column called last_ddl_time. Thus, a query like
    scott@jcave > SELECT max(last_ddl_time)
      2  FROM all_objects
      3 WHERE owner = 'SCOTT';
    MAX(LAST_DDL_TI
    28-NOV-03will tell you the last time any object owned by SCOTT had DDL issued against it.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • Is there a function that will retrieve working directory?

    I'm writing an application that conjugates Spanish and I'm putting all irregulars into different databases according to their tense. The databases will list the information on what kind of irregular it is as well as other things. In the end there will be two applications, one that conjugates the verbs, and one that i am going to design to update the databases e.g. add new words, change rules, etc. The problem i have is that i would like this application to work not only on my computer but also anyone i want to give it to so they can use it to help study. The only thing is, i don't want to hard-code the path of the databases into my program so, I'm wondering if there's a function that could obtain the directory of say the .java file that is being ran. That way, i could use that directory to construct the path to the databases, and also, it wouldn't be hard to go from one computer to another. The only system requirements would be that the computer has the jdk installed. I don't want to do anything fancy, no packaging or compiling into an executable, or compiling into a .jar or compiling an auto-installer. I simply want the end result to be a folder with the .java files and the databases. then, i can include a readme that tells how to use javac to compile the application, and a batch file that simply has the command: java filename.java.
    Thanks for your time,
    lateralus

    Is your data read only? If so you should treat is as a "resource", e.g. use getResourceAsStream() from the a class or classloader to access it. That will look for it in the same place that the .class files live.

  • Is there any function that returns the latest DDL statement

    can anyone tell me if there is any FUNCTION that returns latest DDL statement performed in a schema.
    OR
    if there is any TABLE that will be populated with latest
    DDL statement in schema.
    THANK YOU.

    The table all_objects (and/or dba_objects) contains a column called last_ddl_time. Thus, a query like
    scott@jcave > SELECT max(last_ddl_time)
      2  FROM all_objects
      3 WHERE owner = 'SCOTT';
    MAX(LAST_DDL_TI
    28-NOV-03will tell you the last time any object owned by SCOTT had DDL issued against it.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • EOS rebel T2i battery is dying really quick. Is there a setting that uses the battery?

    I replaced my battery in my 2  year old rebel T2i because the battery started dying a lot sooner.  The new battery didn't last much longer. I have the "Auto Power Off" setting to 30 seconds.  Is there another setting that will keep the battery / camera on or is there some other problem?  OR, is there a way to reboot the system to factory defaults?  Thanks.

    I did a search at images.google.com for "canon t2i menu" and noticed that I can find versions with 2 yellow wrenches as well as 3 yellow wrenches.
    Here's a link to your camera's manual at the Canon site.  
    http://gdlp01.c-wss.com/gds/9/0300004289/02/eosrt2i-eos550d-im3-c-en.pdf
    The instructions are on page 144 -- but it definitely shows that it's the 3rd wrench tab based on that manual.
    This many be related to firmware version.
    The last firmware for that camera is version 1.0.9.  You can find it here:  http://www.usa.canon.com/cusa/support/consumer/eos_slr_camera_systems/eos_digital_slr_cameras/eos_re...
    Updating firmware is fairly easy but they DO want you to have a freshly charged battery (and you said your battery is dying "really quick" -- not sure how long that actually is.  It takes just a few minutes to apply new firmware but it would be bad if the camera died before the update completed.
    Tim Campbell
    5D II, 5D III, 60Da

  • Various results of using CMD-I key combo for get info

    I just updated to Snow Leopard from Leopard and I'm pretty baffled by some new behavior.
    I'm used to using the key combo CMD-I to pull up the get info dialog so I can change the default app to open the files with.
    Every once in a while, when I select a bunch of files and do CMD-I key combo, it opens up many many individual windows. I can't figure out when or why it does this and how to get the get info window so I can change them all to open with Quicktime.
    Other times, it does what I expect. It opens up one get info window for all the items so I can change the open with app.
    Can anyone explain what's going on and how to get the usual CMD-I back? Thanks,

    Thanks Malcolm.
    CMD-Opt-I key combo helps when CMD-I fails, but, I still don't understand what the problem is with CMD-I being inconsistent.
    I just did an experiment with some files that I have in iTunes because these are the ones I often need to Get Info to change them to open with Quicktime player.
    Example.
    Folder 1 has 19 files. CMD-A followed by CMD-I opens up one dialog box "Multiple Item Info". I can change the open with default.
    Folder 2 has 4 files. CMD-A followed by CMD-I spawns 4 windows with each files name followed by info, e.g. "Filename1.mp3 Info"
    This doesn't make sense.

  • Trying to sync audiobooks, that are listed in music by hitting "get info" and trying under options to pick audiobooks. The dropdown menu only shows books, and they will not sync to my IPad

    Trying to sync audio books to my ipad. I downloaded audiobooks to my itunes on my computer, but the only thing that shows up is books. It will not sync to my iPad.  They are listed under music and when I hit "get info" and options, the only option it gives me is books.

    OK, found my answer to Problem 2:  I need to upgrade my OS to 10.7.4 or higher.
    Still puzzling over the login...

  • MACPRO: Is there an interface that uses DIGITAL AUDIO IN?

    I just got my new MacPro (woohoo!) and was getting ready to replace my 'ol tube preamp-to-soundcard configuration with a FW input box... when I realized I only have ONE of each FW port!
    I already have my USBs overpopulated, and my FW800 daisy-chaining my backup drives... But then I noticed those unused DIGITAL audio plugs in the back.
    ...Are those even an option?
    I really don't know if I want to put a box on the FW daisy chain...
    Hmmmm.
    tix,
    e

    If you want use the digital in/out of your mac are there many fantastic Professional gear
    I can suggest
    RME ADI-2 it is good and not so expensive
    there are also many dream-machines
    one of the best (to me) is: Universal Audio 2192 that comes with a Great Class A preamplifier!!!
    Apogee mini-dac + Mini MP... or Rosetta 200 (up to +26dBu OUT)
    there are many others AD/DA converters... search for it on Google or Yahoo

  • Is there anyone here that uses Jedit?

    I'm experimenting with Jedit and I like it but I'm trying to figure something out. I've searched the Web and YouTube and really can't find what I'm looking for. I can compile and run my Java programs fine by using the menus at the top. But I would also like to be able to type in the old fashioned commands at the prompt at the bottom of the console:
    javac Hello.java
    java Hello
    But when I type those in I get an error message "file not found". Someone told me that I need to set the Console working directory. Okay. But he didn't tell me how. I've been looking at all the options and everything thinking there must be a way to set the working directory so the console can find my .java file and compile and run it. But I'm turning up zilch.
    So if anybody on this forum is familiar with Jedit and can provide some instructions on how to do this please post.

    Yeah I'm aware that console is a plug-in. I downloaded it through the plug-in manager.
    Then I read something about JCompiler which I guess is a compiler plug-in but I don't see it listed anywhere in the plug-in window so I don't even know if that is installed or not.

  • Not seeing functions to download pictures or any other function that used to be at the top of the page.  Elements 9

    help, trying to download pics from my phone to my computer.  Photoshop elements organization page opens with my pics in it, but none of the functions are at the top to let me download or do anything.  I try to sign in and it says that the services are currently unavailable. Please try later.  It has been two weeks.  also says error 400

    Error 400 is because you're trying to sign in to photoshop.com, which has been dead and gone for well over a year now.
    For the missing organizer menu:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Setting_the_Windows

  • Hello There is someone that use the ME version?

    All the Character are going to the left side How can I change it ? I changed Everything to Hebrew. Thanks for helping

    Not in the public part of Apple's knowledge base.
    (65780)

  • Is there a method that allow pub decide which sub to get message?

    In durable mode, the subscriber has provide an unique ClientId to tell from other subscriber. so when the server get a message that specified which ClientId should read the message, the sever should send the message to only the ClientId other than broadcast it out to every subscriber of the topic.
    an filter will do the same thing, but it is Setted by client, not from the sender, the sender should has the ability to decide where the message should be send.

    At a slightly higher level the TopicConnectionFactory can reject Connections from users that it does not want to accept.
    A client can create a TopicConnection using createTopicConnection(java.lang.String userName, java.lang.String password), and the server can reject those connections by throwing a JMSSecurityException. So if your particular situations is that you have some group of users that should be able to subscribe to a topic, and another set that shouldn't, this could give you the hooks you need.

  • IS THERE A FUNCTION TO RETURN THE NUMBER OF MONTHS OR DAYS?

    I know that you can do a months between function between 2 dates divided by 12 and get years but is there a function that can return the number of months between 2 dates or the number of days between 2 dates in a select statement for a report? These 2 dates are entered in an Oracle forms.
    I have 2 dates.
    BEG_SVC_DT 30-JUL-1995 DATE FORMAT
    END_SVC_DT 981007 VARCHAR2 FORMAT Positions 5 and 6 are the days.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    In PLSQL I add 31 to 07 and get 38. I subtract 30 from 38 and get 8.
    or I have 2 dates
    BEG_SVC_DT 10-JAN-2003 DATE FORMAT
    END_SVC_DT 050924 VARCHAR2 FORMAT Positions 5 and 6 are the days.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    In PLSQL I subtract 10 from 24 and get 14.
    In both scenarios the end_dt field must be VARCHAR2 because the user has to enter the word 'PRESENT' . Is there a function in SQL that would compute the
    number of days between 2 dates?
    Is there a function to get the number of months between 2 dates?
    I have 2 dates.
    BEG_SVC_DT 12-JUL-2004 DATE FORMAT
    END_SVC_DT 050807 VARCHAR2 FORMAT Positions 3 and 4 are months.
    I must subtract BEG_SVC_DT from END_SVC_DT
    JUL is the 7th month.
    In PLSQL, I subtract 07 from 08 and get 01
    Or I have 2 dates
    BEG_SVC_DT 13-NOV-2004 DATE FORMAT
    END_SVC_DT 050429 VARCHAR2 FORMAT Positions 3 and 4 are months.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    NOV is the eleventh month. 04 is less than 11.
    In PLSQL I have to add 12 to 04 and subtract 11 from 16 to get 05.
    In both scenarios, the end_dt field must be VARCHAR2 because the user has to enter the word 'PRESENT'. In SQL, is there a function to compute the number of months between 2 dates?
    I am doing my calculations this way because this is the way that the user has been doing them when they created the report manually.
    The database that I am using is Oracle 9.2.0.6
    Report Writer Report Builder 6.0.8.22.0
    Forms 6.0.8.22.1

    In your example:
    BEG_SVC_DT 30-JUL-1995 DATE FORMAT
    END_SVC_DT 981007 VARCHAR2 FORMAT Positions 5 and 6 are the days.
    I must subtract BEG_SVC_DT from END_SVC_DT.
    In PLSQL I add 31 to 07 and get 38. I subtract 30 from 38 and get 8.
    Where is the "31" depending on, on year and month of BEG_SVC_DT or END_SVC_DT?
    What would be the answer for the following example
    BEG_SVC_DT 25-FEB-1995 DATE FORMAT
    END_SVC_DT 980407 VARCHAR2 FORMAT
    Do I add 28 (=number of days in FEB-1995),
    or 30 (=number of days in APR-1998),
    or 31 (= max number of days in any month?)

Maybe you are looking for

  • Report Engine

    i am trying to install Oracle Developer Suite 10 g rel 1 over RHEL 5.3 64 bit, the installation pre-req stuck due to the following rpms. pdksh-5.2.14-21 openmotif21-2.1.30-8 gnome-libs-1:1.4.1.90-34.1 compat-libstdc++-devel-7.3-2.96.128 compat-libstd

  • Error msg "package org.apache.xmlrpc does not exist ... "

    Hi everybody, I am new to java. While creating build through cruise control Error Msg comes BUILD FAILED Ant Error Message:      C:\Program Files\CruiseControl\projects\Myproject\build.xml:47: Compile failed; see the compiler error output for details

  • Apple iPhone 4 Bumper not Pro-Grip (with passthrough dock plug) friendly

    I use a ProGrip to hold my iPhone on my dashboard and plug into the car's receiver (Dual XHD7714). The phone docks in the ProGrip normally and you plug the dock cable into the Grip. With the naked iPhone this all works fine. With the Apple Bumper ins

  • Can anyone help with my audio recordings that stopped working?

    Hi, I have audio recordings available in a secure "member only" area of my website. Unfortunately, from time to time, some recordings stop working. I only find out about this when my students / clients tell me. I don't understand why this occurs or h

  • Different result froma same MDX

    I'm using this MDX: WITH member [Measures].[RIGA] as [Commerciale].[Nominativo].CurrentMember.Name SELECT {   [Measures].[RIGA] , [Measures].[Fatturato]   }  ON 0,  non empty( [Incasso].[Mod Pag].Members,  [Incasso].[Cond Pag].members, [Data].[Period