Read ADC functions at 1000Hz? (7344)

Is it possible to read data from the ADC's on the UMI(and store it) at 1000Hz. I read somewhere on the forum saying that high speed capture is only good up to a certain rate. Obviously reading in a loop with the waitms = 1ms would not work. Any suggestions?
Thanks
Chris

The ADC is in can only do software timing. So a loop with 1 Ms timer is the fastest it can go with software timing. The 7344 can only do software controlled acquisition. To do 1000hz you would want to use hardware timing with a National Instruments Data Acquisition Board.
Austin Talley
Applications Engineering
National Instruments

Similar Messages

  • Best practice for read-only functionality

    Hi,
    I'm part of the development team of a system with about 100 screens. The customer would like us to add some read-only functionality to the system, so that certain users are able to access the screens but not change any of the data on them. We already have policies in place on the database level that keeps read-only users from saving data, but it's not very user friendly to allow users to change data on a screen, only to tell them that they're not allowed to save those changes once they try to do so. It would clearly be better if all components are rendered as read-only components for read-only users, making them unable to make any data changes in the first place.
    User privileges in the system are controlled by roles defined and set in the system (not ADF roles or Weblogic roles). At any given time and place, it's possible to check whether the current user has a certain role. We already use this in a number of places to make it possible to control which user has access to which screens. In a few places we even control which functionality should be enabled for the current user within a screen, but mostly the access control is currently on the screen level. With read-only users getting access to all screens, it seems we will need lot of extra in-screen access control to keep these users from changing anything.
    But what's the best practice here? One way to go would be to add some logic to every single active component on every single screen, to determine whether it should be rendered as active or disabled/read-only. But that would require a lot of extra coding.
    So my question is: Is there a smarter way to do this? Maybe something done through skinning? Or something else?
    (I'm not sure how relevant this is for this sort of question, but we're currently using JDev 11.1.1.4.0, and expect to upgrade to 11.1.1.6.0 within the next 6 months)
    Best regards,
    Andreas

    Hi Guna, Puthanampatti and Don,
    Thanks a lot for your replies. I'm currently looking into implementing something along the lines of what Guna has suggested:
    Our application consists of a number of individual work spaces that are deployed as adflibs which have all been added to a "master application work space", and the master application is deployed as an .ear file. Most of the individual work spaces are for all the different functional areas of the application, with their own task flows, page fragments etc. The rest are work spaces with common functionality, like datamodel (entity definitions), utility methods, page templates, and framework extensions. In the latter, we have defined custom classes for all the base classes (somewhat similar to what Don describes, I believe).
    In our custom class for ViewRowImpl, I have added an isAttributeUpdateable method, and in our custom class for ApplicationModuleImpl I have added an isReadOnlyUser method. The isAttributeUpdateable method uses the isReadOnlyUser method to determine if the current user is a read-only user or not; if the user is a read-only user the isAttributeUpdateable method will return false, otherwise true. The isReadOnlyUser method in our base class is just a dummy method that always returns true. But in the ApplicationModuleImpl classes of our individual work spaces, i've written an override for isReadOnlyUser, giving the answer that is relevant for the work space in question (for instance, whether or not the current user has the role "User Administrator").
    That pretty much takes care of all input fields in tables and forms, which is a big step in the right direction. This still leaves some work to be done for components that are not directly linked to view object attributes (like buttons), but I guess that can't be helped. Also, there are a few of the work spaces that contain a number of pages that are related to different user privileges (as in: page 1 requires user privilege A, and page 2 requires user privilege B); in these cases I will have to do something different than just writing an override in the "local" ApplicationModuleImpl class.
    @Don: What you describe seems to be pretty close in functionality to what we already have, though your implementation is different from ours. You have used your custom base ApplicationModuleImpl class to keep read-only users from committing changes. We use Virtual Private Database and database policies to the same end: If a user without the required full-access role tries to commit data it will cause a database error, which we then handle in the application (so the user gets a message like "You don't have the required privileges to changes this data", rather than an ORA message). Unfortunately, our customers are not content with this. They want a solution where all input fields and most of the buttons etc. are disabled for read-only users, and that's why I'm looking into the best/smartest way to do this.
    @Puthanampatti: We already use something similar to what you're suggesting. The challenge I'm currently facing is how best to disable/enable components based on the current user's roles, not how to determine and store those roles.
    Best regards,
    Andreas

  • Read XML function - can't get it to work correctly to set metadata

    I've been working with the Read XML function in order to set metadata on assets with no avail. I'm using the following simple XML file in a Watcher folder with a poll watcher setup every 5 seconds, that then references a Read XML Response named "Update Asset Metadata" - to read the XML file and update the asset metadata. Nothing really happens even though the FCS Log file shows that the process is taking place to "update" the asset metadata. Any advice is appreciated. Thanks!
    FILE:
    <?xml version="1.0" encoding="UTF-8"?>
    <FinalCutServer>
    <request reqId="setMd" entityId="/asset/10">
    <params>
    <mdValue fieldName="Title" dataType="string">Text Info Change</mdValue>
    </params>
    </request>
    </FinalCutServer>

    I got the answer. You must type “*.xml” (that is, asterisk-dot-xml) in the Value field of Wildcard Include Filter for it to work correctly.

  • Using javascript to call a signed applet's read/write functions problem.

    Hi, I wan't to use javascript to call the read/write functions of my signed java applet.
    The applet can read/write fine, if its called from inside the applet, but when I make public functions to do the read/write and then call those functions from javascript, i get the old security exception.
    Has anyone done this before?
    Thanks

    From what I understand is that for example file IO can only be done if the current method
    has this privilege and the stack that called the current method had this privilege.
    Javascript doesn't have any privilege and calling methods that do file IO directly from
    javascript should not work, this bug was fixed in 1.4.2.
    The workarround AccessController.doPrivileged(new PrivilegedAction() { might allso be
    fixed in later versions since changing the privileges of currently executing code is
    someting that should not be possible when the currently executing code is called from
    "untrusted" (javascript) code.
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post

  • Reading SAP function modules using FromSAPIdentity pass

    Hi,
    We have SAP NW IDM 7.2 SP7 environment
    And I have been using FromSAPIdentity pass to read SAP function modules.
    A typical configuration will looks like below
    Above works like a charm and everything is as expected :-)
    Now i am trying to fetch data from another function module.
    Here the challenge is import parameter entry need to be provided with selection criteria say something like below for PARAMETER1
    SIGN=E
    OPTION=EQ
    LOW=<Value>
    HIGH=<Value>
    Does FromSAPIdentity pass accepts selection criteria input for "PARAMETERS" ?
    If yes, which format should i follow to provide those values ?
    Thanks
    Karthik

    Use DD03L table .
    Also use this FM.
    F4_DD_TABLE_FIELDS
    DD_GET_DD03P

  • How does the "Read TDMS" function work when reading part of a data file?

    Hi everyone,
    I have stored some rather large .lvm files that causing me a a big headache when trying to read/analyse the data.... As a work around I first convereted these files to .tdms.... Now the files are much smaller (50%) and can be load/plot within a couple of seconds rather than 10's of seconds.
    Specifically, the files include 7 channels of data that were sampled at 2kHz for about 8-9 mins..... So, each file contains about 700,000 data points or elements.... I am using a producer/consumer architechure to read/plot all the data, then using cursors to identify a data subset, which is send via a queue to the consumer where analysis occurs.... Given the size of the files, when subset is quite large I get "Out of Memory" errors and LabVIEW crashes.
    What I am thinking is that I can down-sample or decimate the data in the producer back to 1kHz (I need to ms resolution so I can see the spikes and can appropriately selected the subset) then index back into the original tdms file to send the undeciated data to the consumer.
    With the "Read TDMS" function, the help states:
    COUNT: Specifies the maximum number of data elements to read from the .tdms file for each channel. The default is –1.
    OFFSET: Specifies the number of data elements into the .tdms file at which the function begins analyzing the .tdms file. The default is 0.
    I am confused by the term "elements". Does this mean actual "data points" as in elements within the 2D array? Or bytes? I am hoping array elements... Would this then mean that given my 7 channels of data, each element value that is a multiple of 7 would index into a new line of data? I also assume this index is zero based... So with no offset, a count value of 0 would return all the data elements at time 0.0000s for all channels (regardless differences in the precision of each channel, unlike bytes), a value of 7 would return all the data elements at time 0.0005s, a value of 14 would return all the data elements at time 0.0010s, etc etc..
    Also, if anyone has any example code for indexing into a file using this method they could shareI would be very appreciative... I would assume a for loop could also be used to read the data subset into the consumer in smaller chunks to reduce the memory load?
    Many thanks,
    Jack

    You should have a different channel in the TDMS file.  So you are reading X elements from a channel starting at element Y.  Yes, those are elements in the array, not Bytes.  NI did a good job of making the API easy to use.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Regarding reading a function group

    Hi,
    I have a functionlaity like this:
       I have a selection screen whcih accepts the function group name...
       based on this i have to select all the function modules, includes, text elements if any, etc...in that
    group...
      is there any read statement to read the function group like READ REPORT & READ TEXTPOOL...
      or give me the logic how to get this functionality
      I got the tables TLBIT which gives the fucntion group..
      Is there any means to fetch the data from this table..
       hope u guys got my question..
    thanks..
    regards
      raghu

    Hi,
    if you have Function group with you then concatenate the SAPLZ to that in the beginning. and then use READ REPORT
    in side that you can get all the includes, now if you want FM's then take the include *****XX , read that include with read report then you can find the FM's in it.
    read textpool of SAPLZFUNCGROUP. you will textelements etc.
    Regards
    vijay

  • Adobe Reader Search function fails

    @@I'm using Adobe Reader Version 11.0.10 under Windows 7 64-Bit SP1 with all actual updates. When i try to search any word or Phrase of contained in the text of a specific PDF File, then the search Fails. It does not come up with the search item i have keyed in. I did not misspell the search item and it is definitely contained in the text, but the search function does not find it. i am absolutely surethat the search item is in text Format and it is contained in the PDF file, because i can Access and search it when i open this PDF file on an iPad for instance. there it works, but not in my Windows envioenment.
    I guess that this problem will not be completely new for you, because other users are discussing this Problem in the Internet as well.
    Can you help me with an answer and hopefully with a recommendation on how to overcome this Problem.
    thanks in advance and
    Kind regards
    Guenther
    p.s.:
    sorry, i am new on thjis platform... how  when aproximatrely does one get an answer here?

    Hello Pat,
    i followed your advise and have used the link contained in point 3 of
    your recommendations --- for reference see your response as appended
    below (https://cloud.acrobat.com/).
    So, in case i made no mistake (?), then you can access the PDF file we
    are talking about when you follow this link here:
    https://files.acrobat.com/a/preview/0f9d2ce4-b4b9-4223-8fd2-723441d7d2ab***
    This PDF file contains a description of an olympus camera. When you open
    this PDF file please go to page 6.
    Directly under the picture on top of the page (which shows a dark blue
    car driving from left to right) you can read the word "Mitziehmodus"
    (without parantheses). This german word is one of those search items
    which the PDF search function of my PDF reader installation does not
    find. There are many other words the search function does not find as
    well, but let us use this word (Mitziehmodus) as an example to
    demonstrate the malfunction as i experience it on my pc.
    Meanwhile i have installed a completely new windows-system 7 from
    scratch. The PDF reader (11.0.10) is currently the only installed
    software. I made this windows 7 installation only to assure that there
    is no other software eventually influencing the search function. But the
    search function fails again when searching for this word "Mitziehmodus".
    One remark still to your statements concerning accented characters.
    Character like ä, ö, ü or ß are quite normal characters in writing
    german language text. But these characters can not be found also! In
    general it does not make much sense to serach for a single character (at
    least in my understanding). Searching for ä or ö or ü results in finding
    something completely meaningless. But this behaviour shows additionally
    that there is something wrong with the search function as it ist
    implemented in Adobe Reader.
    In general i am convinced that this PDF file will be correct ,
    because i can search any search item and find correct search results
    when i access this file on my iPad regardless in what so ever combination.
    i hope that you can access the problem PDF file following the link i
    sent you above.
    And i would be happy wehen you could find thze reason for my search
    problems.
    thank you so far. i appreciate to heare from you soon.
    kind regards
    Günther
    Am 02.01.2015 um 03:03 schrieb Pat Willener:
    >
          Adobe Reader Search function fails
    created by Pat Willener <https://forums.adobe.com/people/pwillener> in
    /Adobe Reader/ - View the full discussion
    <https://forums.adobe.com/message/7058510#7058510>

  • PXI 7356 Read ADC Speed

    Hello,
    I am unable to achieve desired poll rates from the Read ADC vi on my PXI-7356 card.   I ran the Test_Motion_AI_Rate.vi form the article below and I am only getting 100 Hz update.  My system specs are better than what was indicated in the article.  I have a 3.16 GHz Intel Core 2 Duo with 4 GB RAM running Window XP.  I would like to achieve the reported 500 Hz update that was indicated in the article.
    http://digital.ni.com/public.nsf/allkb/41FDFB251D251C7F86256FE2007B412B
    Any suggestions?
    Adam

    The Read ADC rate depends on many factors like application complexity, processor speed, motherboard type and so on. The main purpose of the analog inputs on NI motion control boards is to provide analog feedback signals to the onboard control loop, but it was never meant to be a meaurement device. Due to the asynchronous nature of the data transfer you also will never be able to acquire signals with a deterministic timing.
    For fast and accurate measurements I strongly recommend a DAQ device like a PXI-6220. These devices also can be synchronized with your motor operations (e. g. correlate analog signals to motor positions).
    Kind regards,
    Jochen Klier
    National Instruments

  • Read aloud function

    Hi,
    I am just wondering if someone could help me out and explain what i need to do in order to use the read alound function in adobe reader
    Thanks

    You need to go to the View menu, Read Out Load, and click on Activate Read Out Loud. Then go back to the same menu and select one of the Read options (current page only/entire document).

  • Read receipt function in iMessages and upgrades

    Hi guys, can the read receipt function in iMessages become disabled automatically after an upgrade and/or a backup - restore session? Some of my contacts told me they never changed their settings, and yet the read tag does not appear anymore beneath my sent messages.  
    (iPhone 5)

    No. Some things you can try.
    Read Receipts
    Read Receipts (2)

  • 'Read Ahead' functionality in JComboBox

    Hi ,
    Does any body know how to provide 'Read Ahead' functionality in JCombobox ?
    Meaning, if my combo bo has four items say, Apple,Banana,Bag,Cat then
    when I type 'B''A', 'Banana' should get selected. When I type 'G', 'Bag' should get selected.
    This can be a very useful feature to the user. Can anyone please help me out for this ?
    Thanks in advance

    See StanislavL's reply in http://forum.java.sun.com/thread.jsp?forum=57&thread=369042&tstart=60&trange=15
    --A                                                                                                                                                                                                                           

  • After shutting down Firefox 3.68, an error message reading "Incorrect Function" pops up.

    I upgraded to Firefox 3.68 about four days ago. After shutting down Firefox 3.68, an error message reading "Incorrect Function" pops up. I click "OK." Nothing seems to happen, either good or bad.
    I installed Comodo Internet Security a few days before I upgraded to Firefox 3.68.
    == This happened ==
    Every time Firefox opened
    == After I upgraded to Firefox 3.68.

    I am the original poster. The problem seems to have nothing to do with my upgrade to Firefox 3.6.8 but with a configuration change I made to System Mechanic after I switched to Comodo Internet Security.

  • Like Ini related functions, is there any functions for reading other functions like .c, .h file

    Hi,
          For reading the *.ini file there are many Ini realted functions. Like that I need in built function in CVI to read the files like
    *.c, *.h line by line. Actually string searching function is not helping me as I want to read it line by line and perform
    the operations in which I am interested.
    Can anyone help me on this?
    Thanks and Regards
    Nagraj B

    It's not clear to me what you are aiming to, but reading a text file line by line can be accomplished by ReadLine () function.
    Parsing the line read to intercept special keyword can be done via regular expression instrument driver, which is included in CVI distribution.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • HP GS60 - SD Card Reader Not functioning or visible in My Computer

    HP GS60 Product Number FS184UA
    Windows 7 Service Pack 1 (32 bit)
    Serial number (S/N):     2CE835J6V5
    I'm an avid photographer.  I have run Windows 7 since shortly after it came out.   I have been using the reader regularly since Nov 2009.    (actually, I was using it earlier under Vista as well). In December 2011 the internal SD Card Reader on the HP G60-120US ceased to function.  I insert a SDHC card and it does not show up in my computer.
    Right or wrong I've taken the following actions to try and resolve this issue:
    1) Reinstalled Realtek USB 2.0 drivers from the HP site.
    2.) Reflashed the BIOS.  It was already at the current version F.54 A - I reflashed it anyway.
    3). Deleted all devices under Universal Serial Bus Controllers and allowed them to readd automatically.
    The re-add of the USB controllers went well enough although it did not solve the problem.
    Confirmed that my SDHC cards are good by both using multiple cards in the slot and, when that didn't work, I inserted the cards back into the camera and connected the cards to the computer via a USB cable to the camera.  That worked fine (not desirable as it's so much slower).
    Confirmed that all my standard USB ports worked fine by attaching other devices to it.  They work fine.
    What might be relevant is that I do not see anything under disk drives that would look similar to this:
    Generic SD/MMC
    Should there be? I'm not certain.
    If there should be, how can I get it readded back in?
    Currently, the only item under disk drives is the ATA drive where the o/s resides.
    What is the proper device related entry for the SD card reader for the HP GS60-120US that should be present in the Device Manager?
    I cannot tie the failure to any particular software change.  While I used the card reader often I do not use it daily.  A windows update could have come in, disturbed things but I might not have become aware of the impact to the card reader even if it was an update that did it.

    Hi @rlstockwell 
    I understand that you are looking for some help in how to use the SD reader on your notebook. I am happy to help with this.
    I would recommend taking a look at this page from windows.microsoft.com. If gives an overview of how to do things.
    Using flash memory cards
    Let me know if that works for you, or if you need more.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

Maybe you are looking for

  • Purchased songs seem to only stay on for a few days, then I have to re-sync

    Songs that I've imported from CD stay permanent on the IPOD. But songs that I've purchased through iTunes seem to only stay on a few days then only the titles/playlists are there for them. It won't play them, but instead will just advance through the

  • How to skip blank line in FCC

    Hi, How to deal with blank rows in FCC for fixed width file? I want to ignore these records as they will fail the message in mapping. thanks, Anirudh.

  • Retrieve data from different record

    I want to display a characteristic from a previous record, from the same cube, but display it in the current record row. i.e. get the most recent activity of type"XX" and display the result characteristic from that record on the most recent "YY" acti

  • Read internal table with key not equal to

    Hi, How can I read internal table with key not equal to some other field. Basically in read statement we can read only fields equal to others fields.

  • Using OS 7.02, is there a way to increase the size of the folders?

    Before OS 7.02, I could place a number of application icons in a folder.  After the "upgrade" I now am required to look through as many as three subfolders to find the icon.  Can I either increase the size of the 1st folder displayed or decrease the