Method for measuring low value of RPM using counters

I need to measure frequency of low values,which is the best for obtaining a low value of RPM,the hardware used is NI-PXI 6602 card.

There are examples written for measuring the frequency of TTL signals. If you are using LabVIEW, you can search the data acquisition examples and you will find a separate folder for counters (...Program Files\National Instruments\LabVIEW\examples). There will be a NI-TIO.llb which will contain all examples you can use with the NI 6602. There is a Measure Frequency VI that will work for you. For text-based programming environments, there will be examples installed within the ...\Program Files\National Instruments\NI-DAQ\Examples directory. I hope this helps.
Regards,
Todd D.
Applications Engineer
National Instruments

Similar Messages

  • Is there any native method for converting String value to Hungarian notat..

    Hello. there.
    This might be very simple question. but I'm just curious about this.
    I am wondering if Java API offer the any native method for converting uppercased string value to lowercase which obey the Hungarian notation.
    What I'm going to do is using Reflection for excuting RFC function on SAP. I was found it is very similar to JDBC Programming.
    Please refer to blow codes.
    //mTable
    JCoTable mTable = function.getTableParameterList().getTable(rtnTblNm);
        for (int i = 0; i < mTable.getNumRows(); i++) {
         mTable.setRow(i);
         HashMap tmpData = new HashMap ();
              for (int j=0; j < mTable.getNumColumns(); j++) {
                     // I want to set key String [userNo] instead of  [USER_NO] here.
              tmpData.put(mTable.getMetaData().getName(j).toLowerCase(), mTable.getString(j));
              result.add(tmpData);
    } Basically, The idea was from ibatis framework [com.ibatis.common.beans.classInfo] dropcase();
    Any idea would be very helpful for me. Thank you.
    Edited by: hosung.seo on Aug 30, 2009 10:42 PM
    Edited by: hosung.seo on Aug 30, 2009 10:50 PM

    ejp wrote:
    Hungarian notation is a representation of logical/arithmetic expressions in postfix form. Not what you're talking about.
    So your title is very confusing to the people here who know what it means, which is probably all of them, because people read threads based on their title.From now on, I will pay more attention when I post an question.
    If the titile as " +Is there any native method for converting String value to camelcase?"+ would be easier to what i'm pointing at.
    As I mentioned in above sorce code, converting [USER_NO] to [userNo] isn't relevant Hungarian notation. yes, it was ambiguous. Agree! :)
    But some answer wasn't fit to converting case or recognizing "underscore" delimiter. I was expecting toCamelCase() such as blew. Thanks.
        public static String toCamelCase(String name) {
            String lowerName = name.toLowerCase();
            String[] pieces = lowerName.split("_");
            if (pieces.length == 1) {
                return lowerName;
            StringBuffer result = new StringBuffer(pieces[0]);
            for (int i = 1; i < pieces.length; i++) {
                result.append(Character.toUpperCase(pieces.charAt(0)));
    result.append(pieces[i].substring(1));
    return result.toString();

  • Best method for collecting low frequency data

    Hello everyone,
    I'm looking for suggestions on the best way to collect relatively low frequency data (about 1 Hz). I know there are a few different ways to do so in labview such as the DAQ assistant or making DAQ mx and making your own virtual channel. Also there are an abundence of different settings to choose from. I'm using an NI 9215 DAQ card and am collecting voltages. I would be interested to here any opinions on a method for doing so and maybe the settings that they would use.
    The reason I'm asking is because I'm just using the DAQ assistant but I'm really not sure if that's what I want to be using. I feel like there is a better way.
    Thank you all!

    winterfresh11 wrote:
    Is this different from triggering? Because this particular DAQ card can't be triggered.
    There is a big difference between triggering and sample clock.  The trigger tells the DAQ to start acquiring data.  The sample clock tells the DAQ when to take a sample.  You trigger once per acquisition.  The sample clock just keeps on going until the acquisition is complete (either aborted or desired number of samples is acquired).
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Search for a Multilingual value in MDM using JAVA API

    Good day,
    Could you kindly assist.
    I am trying to search for a field in MDM, from Portal using JAVA API. I do retrieve the value in English, but the problem is when I am trying to retrieve it in other languages. Please see sample code:
         private Search getSearch(MDMConnection mdmconnection,String value, TableId tableid){
              Search search =null;
              FieldSearchDimension fielddimension=null;
              TextSearchConstraint textcontrain=null;
              RepositorySchema reposchema =mdmconnection.reposchema;          
                                               if(value!=null)
                   search= new Search(tableid);
                   fielddimension=new FieldSearchDimension(reposchema.getFieldId("ATTR_VAL_ABBR","TEXT_VALUE"));
                   textcontrain=new TextSearchConstraint(value,TextSearchConstraint.EQUALS);
                   search.addSearchItem(fielddimension,textcontrain);
                   search.setComparisonOperator(Search.AND_OPERATOR);
              return search;
    Thank you in advance.
    Regards,
    Simni

    Hi ,
    Mdm- Multilingual value in MDM using JAVA API:
    you can check the first point as its reagrdign youisue related pdf and soloutions for your question.
    1.  http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e8aedc-cdfe-2c10-6d90-bea2994455c5?QuickLink=index&overridelayout=true
    2.  http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e8aedc-cdfe-2c10-6d90-bea2994455c5?QuickLink=index&overridelayout=true
    Hope this information helps you in solving the  issue!!
    Thanks&Regards
    AswinChandraGirmaji

  • Standard method for storing gps values

    what is the standard method to store gps values in database tables.

    user10447332 wrote:
    for storing gps values oracle spatial is copmulsary? is there any alternative solutionYou hijacking the OP's thread?
    I assume you mean "compulsary". ;)
    No, nothing is compulsary, you could store GPS values in your own data structure if you choose. However Oracle spatial is usually the place where spatial data such as GPS values are processed.
    Depends what you want to do with it.

  • Webdynpro abap-method for saving updated values in new database table

    Hi Experts,
    I am creating an ALV  application in weddynpro abap where i have given update button to update fields & save button to save values in mastertable,but whenever i am updating & saving ,it will overwrit previous values. For this,I need  to create a separate method to save the updated values of the fields in a new database table.
    Looking forward for solutions.
    Thank You!

    becuase of the below statement u r getting the error
    insert into ZTAB_CS_ISSSAL values Item_Dates.
    u declared the field Item_Dates as Stru_Issuesal-DATES
    and u were trying to inesrting the record in the table ZTAB_CS_ISSSAL with the field Item_Dates
    the error is related to the compatible.
    so declare work area for updating the table should be of type ZTAB_CS_ISSSAL.

  • Need example of delimiter of Scanner method for breaking the values

    Please give me an example of the delimiter method of Scanner class from which I can break up a value for example
    if a user enters from scanner credit card number 12-56789-8990 "-" dash must occur in between. like this format xx-xxxxxx-xxxxx-xx.

    Guess what, there's a discussion going on about the very same topic here.
    You wouldn't happen to have two user accounts for flame-free cross posting, would you?
    db

  • Why is my payment method for itunes always declined? i used many mastercards but still it declines my payment method, what should I do?

    apple is not accepting my payment method ,I also used many mastercards but it is always declining it is very annoying what should I do?

    The quickest way to get an answer to this may be to contact your card issuer directly, it may be that they are having issues with their payment gateways.  Also a good idea to do what Ralph9430 suggested as well though.
    Regards,
    Steve

  • Host my Domain for a low cost? and use DSL to 'send' messages...How?

    How does one get a DOMAIN plus 2 - 5 email addesses 'hosted at a very low yearly cost?
    I looked at technopagan's list of Dynamic DNS providers... did not see my provider (ATT - DSL) on it.
    IF I could afford such an ISP, I could RECEIVE all mail there (but continue to SEND mail thru DSL ,,, since they demand that I do !)
    Now, I do have a "free" ISP that does the above... (receive mail ONLY... send out via ATT-DSL); but I may lose it soon then I have to CHANGE email addresses etc etc over to ATT DSL... don't want that. I want a more 'permanent' change ... and maybe with my own domain and email address(es) that stay with me.
    Kappy DID answer my last post but it got "lost" on an Apple server somewhere...
    Cheers, Jim B

    Have you checked out GoDaddy?
    http://www.godaddy.com/gdshop/compare/gdcompare_netwrk.asp?isc=goox1001bd
    There is Yahoo Small Business.
    http://smallbusiness.yahoo.com/domains/
    A Google search is your friend - try domain names or domain name for the search.

  • Creating a GRN for low value deliveries

    In our SAP implementation (47x200), Purchase Order Line Items with a value less than 100 GBP are processed without a goods receipt.  In fact when the stores try to create a goods receipt note for these low value items, they get an error message and cannot create a GR.  Finance claim that this way of working saves them the trouble of matching the invoices to goods receipt notes.  However, the stores would like to create a goods receipt note for some of these low value items.  Is it possible to allow the optional creation of goods receipt notes for some of these low value items without disrupting finances' procedures?

    Hi,
    If GR-Based IV is checked then invoice verification will be carried out based on your delivery note (GR).
    If GR-Based IV is not checked then invoice verificaiton will be carried out based on ur purchase order.
    If GR-Based IV is not checked it will not mean that there will be no GR.
    If you are not going to post a GR for a PO, it will be always shown in the GR/IR balances.
    Quantity differences between goods receipt and invoice receipt for a purchase order result in a balance on the GR/IR clearing account.
    If the quantity invoiced is larger than the quantity received, the system then expects further goods receipts for this purchase order to clear the balance.
    If the quantity received is larger than the quantity invoiced, the system then expects further invoices for this purchase order to clear the balance.
    Just go thru this link which will help you in understanding the funcationality.
    http://help.sap.com/saphelp_47x200/helpdata/en/30/1060387db94003e10000009b38f8cf/frameset.htm
    Hope this helps.
    Thanks,
    Viswanath

  • Low Value Asset Configuration

    Dear All,
    I have to Configure Low value assets for my Client.
    Pls tell me the Process for Low value assets configuration.
    I have given the Value of assets in OAYK but Pls tell me that whether I need to Create Separate Assets Class for Low value assets.
    Useful Points will be awarded.
    Thanks,
    Pankaj

    Hi,
    betetr  to  cretae alaways separate asset class for Low Value Assets.
    then follow the configuration steps as mentioned below.
    SPRO-IMG- Financial accounting-asset accounting-valuation---
    amount specification.
    1. OAY2-here you select what are all your low value asset clases.
    2.OAYK.-here you select teh low value assets maximum amount
    3
    chandra

  • What is class method for a float

    What is a class method for a float, and can I use it with a timer?

    X- Developer wrote:
    What is a class method for a float, ...
    A float is a simple data type that just stores one real number. Other simple data types are, for example, char, int, long, double, etc. None of these is a class. None have member variables, instance methods or class methods.
    The methods of some classes certainly use floats, and some methods have "float" in their name. For example, \[NSString floatValue\] will convert numeric text into a float value. Let us know if your question relates to a method like that. If so, remember to always specify which class you're asking about.
    can I use it with a timer?
    Any method can set up a timer which fires some other method once or repeatedly. However I don't understand what it means to use a float with a timer. In fact I don't know what it might mean if an int or a string or a view were used with a timer. Maybe it would help if you described what you're trying to do, ok?
    \- Ray

  • Best method for refreshing a component's data?

    What's better when you want to refresh the content of an object? Should you just replace your JComponent with an entirely new one, or should you try to get access to the data and then remove the items and then re-add them.
    In my example, I have a JTree and am not sure which would be the best method to use. Should I try to remove all the nodes, or sometimes I think it would be easier to just remove the tree component from my panel, create a new tree and re-populate it?
    Thanks for any advice.

    pjbarbour wrote:
    I'm not quite sure what would be the best method for this.  My client is using a 4x3 screen and SD projector at a large meeting, and they want me to just create a DVD that is letterboxed.  I have one Premiere CS5 project that's 1920x1080, and another project that's 720x480 widescreen (1.2).  I created a new sequence in both projects that is 720x480, 4x3 (0.9), and what I do is just scale the timeline down so that it's letterboxed.  Is this the best method for achieving this?  Or would you do something else?  I don't like the idea of scaling my timeline down in Premiere.
    Hello.
    As Jim so rightly points out above, you do not need to do anything.
    Just use your normal 16:9 widescreen footage, and author as normal.
    Your player will letterbox automatically when it is connected to a 4:3 screen in setup (just make sure "Pan & Scan" is not also there)

  • Best Method for converting a 16x9 video to a letterboxed 4x3 DVD

    I'm not quite sure what would be the best method for this.  My client is using a 4x3 screen and SD projector at a large meeting, and they want me to just create a DVD that is letterboxed.  I have one Premiere CS5 project that's 1920x1080, and another project that's 720x480 widescreen (1.2).  I created a new sequence in both projects that is 720x480, 4x3 (0.9), and what I do is just scale the timeline down so that it's letterboxed.  Is this the best method for achieving this?  Or would you do something else?  I don't like the idea of scaling my timeline down in Premiere.

    pjbarbour wrote:
    I'm not quite sure what would be the best method for this.  My client is using a 4x3 screen and SD projector at a large meeting, and they want me to just create a DVD that is letterboxed.  I have one Premiere CS5 project that's 1920x1080, and another project that's 720x480 widescreen (1.2).  I created a new sequence in both projects that is 720x480, 4x3 (0.9), and what I do is just scale the timeline down so that it's letterboxed.  Is this the best method for achieving this?  Or would you do something else?  I don't like the idea of scaling my timeline down in Premiere.
    Hello.
    As Jim so rightly points out above, you do not need to do anything.
    Just use your normal 16:9 widescreen footage, and author as normal.
    Your player will letterbox automatically when it is connected to a 4:3 screen in setup (just make sure "Pan & Scan" is not also there)

  • ITABC input method for Chinese language

    *Languages and Texts: Input Source: Chinese-Simplified: ITABC*
    I recently upgraded from Tiger to Snow Leopard. On Tiger, I found the ITABC input method for Chinese-Simplified language the most useful. Since upgrading to Snow Leopard on my desktop (and also Snow Leopard on new MacBook Pro), the ITABC input method is absent from the Chinese-Simplified Input Sources tab.
    Can anyone help me with why this? Can I somehow get the ITABC input back?
    Thank you for any assistance.
    Bones

    Isn't the "Pinyin" on the list very similar to ITABC?
    If you have problems with it, best to ask on the Chinese-Mac list.
    http://groups.google.com/group/chinesemac/
    Many people now use QIM instead of the SCIM:
    http://www.yale.edu/chinesemac/pages/input_methods.html#QIM
    or FIT:
    http://fit.coollittlethings.com/

Maybe you are looking for

  • Macbook Pro can't find properly working Airport Express network

    I have an Airport Express that's set up and working properly, and my Mac Mini and my iPhone both find the airport network, but not my MacBook Pro. The MacBook pro is even closer to the Express than the Mini is, and it finds many available airport net

  • Issues with FTP adapter

    Hello, I m facing issues using the FTP adapter. I am using 10.1.3.1 standalone installed in my desktop. 1) The FTP adapter doesnt poll continuously for the files. It dies off as soon the folder is empty. If there are incoming files after sometime, th

  • Problem in Expand when using Blocked ALV list

    Hi All, I am using the Blocked list ALV to display two lists in a program. One among them is a hierarchial ALV. When i click on the Expand button of this ALV it terminates with the runtime error "GETWA_NOT_ASSIGNED". I was able to use this functional

  • CSS issue in EM

    HI, We have soa suite installed in cloud for the learners and sometimes the Em doesn't load properly..looks like some CSS issue. How to debug it? what could be the problem? thanks Sanjeeva

  • Upgrading to Windows 10

    I have Windows 7. I want to upgrade to Windows 10 while it's free. My question is: what does that mean for Acer backup manager. Acer backup manager seems to take presidence over the windows version of backup manager.  If I upgrade I want to be able t