How to take as many points as possible in an alloted time frame

Each time the voltage is automatically increased, like every 5 seconds
or so, the values of the current are recorded.  Right now, I have
it so that inside the voltage increase loop, the current is read 100
times say, and this fits inside the 5 second timeframe.  I would
rather have it so that the  current is read taking up the whole 5
second allotment (or whatever number of seconds between the voltage
increase I choose).  Can anybody help?  Thanks.

It could be as simple as the attached example. There's a function called Elapsed Time. Pass it a target time and when it reaches the target, the Boolean output Time Has Elaspsed will go true. Wire this to a while loop's conditional terminal. You'll probably get one more reading after the target is reached so it the reading takes a while, you might want to determine how long a measurement takes and subtract that from the target.
Attachments:
Elapsed Time.JPG ‏9 KB

Similar Messages

  • How to take the floating point adder output

    I have a piece of code in VHDL here : Floating Point(IP Core) Adder.
    I want to take the result_fp to the output signal test. The result_fp is not affecting the test signal.
    Line 142 :  test <= STD_LOGIC_VECTOR(b_fp);
    I have tried with
    test <= STD_LOGIC_VECTOR(result_fp);
    as well as
    test <= result_fp;
    Not working.
    How can I solve this.
    clockIn input is fed with a square wave of 50 ns period.
    clk_fp is fed with a square wave of 10 ns period(faster clock).
    Timing diagram:

  • How to copy as many files as possible off a partially damaged HD?

    I've got an external HD attached to my machine. The external HD was an internal one of another machine (which was running OS X 10.6.x) but there's something wrong with it (the other machine failed to start up with it). It mounts on my machine fine. I started off trying to make a disk image using Disk Utiltiy. It started off fine, then got so far and said, I forget exactly, but along the lines of read error, or I/O error. So I guess one part (or several parts) of the drive is damaged while other parts are fine.
    How can I copy what files are readable to another drive, short of doing them manually/individually?
    Thanks.

    Other than copying them individually, the only option would be to try one of the various file recovery utilities such as Data Rescue (Prosoft Engineering), or File Salvage (SubRosaSoft). No guarantees that even those will be able to recover files from a failing hard drive, but they might be able to get at least some of the data. The only other option would be to send the drive to a data recovery service, and those are very expensive.
    Regards.

  • How do i see how many points i have in this forum system?

    How do i see how many points i have in this forum?
    I will give points to best answer

    hi Debbie!
    Go to your public profile link, next to your status level you will see your total points.
    hmmmm. one quirk. if people don't actually have a status level yet, i don't see a points tally if i look at their public profiles. (not sure how it looks to a poster without a status level if they look at their own public profile.)
    if you've got a relatively small number of posts (and don't have a status level yet), it's possibly to do a manual count by checking through your My Posts (by opening each post in there and checking for any yellows or greenies.)
    love, b

  • How many items are possible in page APEX 3.2

    Hi All,
    I have created around 95 page items,8 different region , 10 buttons and i have used collections in page processing
    While processing the page by using Select with LOV getting error http://3264-ch-dbs:8080/apex/wwv_flow.accept
    I have created 15 extra page item due whih count increases from 80 to 95 .once I have created this I tried processing the page by select list with submit . I am getting above mentioned error
    how many items are possible in page APEX 3.2 , is there limitation ?
    Any sugeestion is welcomed
    Thanks and Regards
    Sachin

    Hello Sachin,
    >> how many items are possible in page APEX 3.2 , is there limitation ?
    You can render up to 100 APEX item on the page, and that includes hidden items. You can define more than 100 items and use conditions to determine which items will be rendered. (Buttons and other components you mentioned are not included in the 100 count).
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • I have been getting this message " no sim installed " too many times then my phone goes off , its iphone 4S , its really a problem i cant get calls or anything and im not sure how to take the SIM out then insert it again , what to do ??

    i have been getting this message " no sim installed " too many times then my phone goes off , its iphone 4S , its really a problem i cant get calls or anything and im not sure how to take the SIM out then insert it again , what to do ??

    Use the sim tool that came with your phone or a safety pin and just insert it into the hole at the side of the sim tray and push it in and then pull it out.  It is no more difficult than that and then just close it again.

  • How many points/fin​gers on the Thinkpad T410S touchscree​n ?

    Hello
    I know that Thinkpad T410s can have a touchscreen. I'd like to know:
    1) Can you confirm me that it is a N-Trig Touchscreen?
    2) Can you tell me if it is a multitouch or multipoint touchscreen, and how many points/fingers are supported? I'd like to have a 4 fingers technology; i've read from Lenovo web site that is is a new technology. So if I by a T410s in january or february 2011, will I have that 4 fingers technology on my touchscreen? .
    Thank you very much
    Victor
    Solved!
    Go to Solution.

    Hi and welcome to the forum Victor!
    While there are lenovo employees sharing their expertise on the forum, this is not official channel to contact support, the best way to reach them is through phone.
    Hope this helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • My iPad says it's disabled. I have not entered a wrong password let alone many times. It turns on this way. I need my iPad ASAP I am a college student and this is how I take notes. I don't have iTunes to plug into right now, any suggestions?

    My iPad says it's disabled. I have not entered a wrong password let alone many times. It turns on this way. I need my iPad ASAP I am a college student and this is how I take notes. I don't have iTunes to plug into right now, any suggestions?

    If it's showing the disabled screen then it will need to be connected to a computer's iTunes in order to reset it back to factory defaults (you can then restore to your last backup) : iOS: Forgot passcode or device disabled 

  • How to view C/C++   pointer as an array in Xcode GUI debugger?

    How to view C/C++ pointer as an array in Xcode GUI debugger?

    A similar question was asked recently regarding strings. You cannot pass pointers in LabVIEW as you do in C. You can pass an array to a DLL, but that means you would need to write a wrapper DLL. Be sure to read the section in the LabVIEW Help on calling code from text-based languages and also take a look at the "Call DLL" example that ships with LabVIEW  - it contains many examples of how to deal with various datatypes.

  • How can I treat many tables with one handler(?) ?

    Hello~
    I am applying BDB to my embbeded system not rich in resource.
    Some *.db files are called frequently.
    But, Opening a *.db file [db_create(&dbp, NULL, 0) AND dbp->open] takes a long time in BDB
    So, I loaded this functions onto a booting module to call opening functions just one time.
    And all D/B handlers(?) are loaded in all run time
    But, a D/B handler takes about 360Kbytes. And there are too many *.db files(10) where a table is
    How can I treat many tables with one handler(?) ?
    Or
    If you have the most efficient way to call openning functions just one time, please tell me
    Thank you

    Hello,
    Opening the database handles is expensive due to
    opening a file on disk. Is it possible for the application
    to use in-memory dbs? Otherwise is there a way for the application
    to cache the DB handles and reduce the overhead associated with
    opening and closing them?
    Thank you,
    Sandra

  • Looking For Help Performing a many point to many network reachability validation with a script after a Major Routing Modification

    I have inherited a network that was not put together so well...as it has 50 sites but 11 points of mulual redistribution between OSPF and BGP.
    The result is not surprising some route paths that although stable are asymmetrical and they cause issues for certain applications....like Voice and RDP.
    This evening I  have a maintence window to try to fix this.
    I need to validate with ping and traceroute from many points (Cisco Siwtches and Routers) in the to many points in the network.
    Can anyone point me to a TCL Shell script that would serve as an example of how to accomplish this?
    Please be advised that I am only nominally functional with TCL shell scripting language.
    Respectfully,
    Duane Bodle               

    The first thing to do is:
    regexp "match regexp = ([0-9]+)" $_cli_result match count
    if $count eq 0
    exit 0
    end
    The second is a bit more challenging.  I think this will work:
    cli command "show call active voice br"
    foreach line $_cli_result "\n"
    regexp "^([0-9a-zA-Z]+) : " $line match callid
    if $_regexp_result eq 1
      continue
    end
    regexp "^dur 1d" $line
    if $_regexp_result eq 1
      cli command "show call active voice br | section $callid"
      syslog msg "$_cli_result"
    end
    end

  • How to take off email and website subscription from 2006  iMac to sell?

    I have a desktop Imac that I bought in 2006 and would now like to sell. I also bought a laptop in 2007 that I prefer using. How do I remove the email and website subscription from the desktop model without messing up the laptop info? They seem to be connected at this point and I am not sure how to take off the information from one without damaging the other.

    Have you solved this problem? If not, can you be more specific? You can change the email account information using Email preferences. Which website subscription would you like to remove?

  • How to take a report for the assigned transaction and activity in a role

    Hi Colleagues,
    I want to take a report for the assigned transaction with activity for all roles, which are assigned to the users,
    Transaction list for a role i can able to take it from SUIM but not able to take the ACTVT for the role.
    Please suggest how to take this information.
    BR,
    Jai

    Hi Jaikumar from the post :
    I think you have reached the state of finding the USER to ROLE relationship
    Take the output to an excel,
    COPY just the roles column exactly in order do not rearrange , use AGR_1251 like other experts have mentioned
    insert the roles copied from you buffer and execute, the output will have multiple entries for each role take the output to an EXCEL again , make it unique and match the outputs between both the EXCELS.
    It will be a little tricky to do this, but I think you are proficient in MS EXCEL.
    This is one of the ways to do , there are many other ways to do it.

  • For STO with billing how to take material in plant stock without cancelling excise duty

    Hi,
    Please suggest for STO with billing how to take material back in plant stock without cancelling excise duty.
    Scenario is
    Material transffered from manufacturing plant to depot,material is in transit now, but due to some reason material calls back to manufacturing plant.
    Since the excise invoice is raised and material move out of factory client can not cancel excise invoice from legal point of view & client has to pay excise duty for the material movement.
    Please suggest how to take back goods to manufacturing plant without cancelling excise invoice.
    We have suggested client as there is no provision to take back goods to manufacturing plant without cancelling excise invoice
    and to take back material to manufacturing plant stock they have to cancel excise invoice and other related documents.
    But client is asking for another options.So requesting you to please suggest any alternative ways for same.
    Thanks,
    Amit

    client can not cancel excise invoice from legal point of view & client has to pay excise duty for the material movement
    I don't think, there is a statutory rule which says, manufacturer should not cancel the excise invoice generated on their Depot plant.  Justification can very well be given to Excise authorities and hence, ask your client to follow the normal process by treating this as Depot returns.
    G. Lakshmipathi

  • HT4059 When I try to load an ePub book it says out of memory.  How many books can you read at one time?

    When I try to load a second book it says out of memory.  How many books can be read at one time?

    Thank you so much...
    1. I don't have that fat format I checked as I saw this on another answer...BUT...you are right the project was very bloated and I made a new project with the sequence and moved a bunch of projects off to an outside drive and things are flying again...this effect "twirl" was on three clips and this seemed to be creating a problem along with it being a bloated project. Don't know why this effect renders easily then the next second doesn't it's on three clips on the entire project and one or another might not render all of a sudden.
    2. I understand what you said about the timeline export...I decided to export the sequence without the matte it was nested in and that sequence did have the chapter markers on the timeline and they again didn't export??? I'll look tomorrow at this it makes no sense if what you're saying is how to do it...the final cut pro book said they should have showed up if I export from the browser and that didn't work either.
    3. I then matted that output and rendered it to output but I am worried this will degrade and compress the sequence more than I want by outputting the same sequence with current settings twice???...the couple of outputs I could make nested looked very good as this was one render...however, I tried doing a quicktime "current settings" with the dvd studio pro info still trying to export chapter markers and maybe it's my imagination but the output didn't look as sharp as just an output with just chapter markers???
    r. I did look at the final cut pro book and it says that mpeg 2 movies will not read chapter markers anyway if you create one in compressor...if this is true it makes no difference if the quicktime output isn't having chapter markers show up. I assume when I go to author though I can put an mpeg 2 movie into dvd studio pro and create chapter markers at that point!! It seems weird it says it can do it with an mpeg 1 but not an mpeg 2 when everyone is using that for dvds.

Maybe you are looking for

  • How to post  invoices in FI-CA related to outgoing payments

    Hi We need to make payments to vendors for our business. We are creating vendors as business partners in FICA and invoices have to be posted in FI-CA. Can someone tell me the configurations to be done for posting a invoice before making the payments.

  • Using Oracle "Import PDF" Extension in Open Office Draw to Edit pdf Files

    I am a fairly new Mac user with OS X 10.6. For several months, I have been trying to find something which would edit pdf files better than Preview does (for example, the content of a text box in Preview can only be "center aligned"). Skim and Formula

  • Keynote 6.0 no photos in media browser

    Recently upgraded everything to current. Keynote 6 media browser missing all photos from Aperture or iPhoto. Music and movies seem to show up fine. I have tried deleting com.Apple.iPhoto.plist to no avail. Any ideas? Thanks Reid

  • Shortcuts missing InDesign CS5.5 W7

    My shortcuts desappeared from InDesign...I was working with the program just peachy and now I can't even type because 'ENTER' won't work! Checked my menus and all the shortcuts have dissapeared!!! 0.0. Not even when I open old files were everything w

  • Completely control Mac Mini with a MacBook?

    I have wifi setup at home, a MacBook and a MacBook Pro. If I purchased a Mac Mini, can I wire it to one of the MacBooks to set it up with full sharing by using the MacBook keyboard and display?  If this is a possibility, can the Mac mini then be setu