Insert time counter

Hello,
Is there a way to insert a time counter in a sequence? Is there any effect or plug in for this? An idea, any body??

Piero, a regular poster to these boards, has free plugins in for both Timecode and Counter reader, they work quite well (tho so does the Timecode generator)
http://web.mac.com/piero.fiorani/iWeb/PieroF%20FCE%20Effect/FCE%20Counter%20Disp lay.html

Similar Messages

  • How to create a time counter

    Hello expertsl,
    I have a new challenge on board.
    I have a form that is automatically popped up. Now on the form, i need to insert a timer that as soon as it pops out, the timer starts and then i have to enter some data in the form and as soon as i press the save button, the timer records the time count and then stores it in a table.
    Any suggestion are the most welcome...
    Thank you

    As Hoek said, this is not a Forms forum.
    However, the problem is not really unique to Forms and a timer itself is not needed.
    A timer is a kernel object that fires at specific intervals and each time around executes a callback routine. This allows one to update or process at specific intervals.
    You do not need a timer as you are interested in time elapsed - which means that on the creation of the form you need to get the current time. When the save button is clicked you again get the current time. The data that you are interested in is the time difference between these two.
    Remember that timers are expensive objects to create ito kernel resources. Some operating systems limit the total number of timers that can be created. In general, it is not a good idea to create a timer unless it is the best technical solution for the problem. And you do not need a timer determine a time elapse. You simply need code in the constructor of the form and code in the save events of the form. Nothing more.

  • How do I insert a count

    I have been developing a report. I went through the wizard and I spent considerable time changing the formatting. Now I discovered I forgot to put in a count of the items. How do I insert a count without going through the wizard all over again?
    Thanks

    Do you mean the summary coulum? like count(orders)?
    Just strech the frames/repeating frames and insert a field using the toolbar at left side and assign the summary/database column to that.
    You need not to go through wizard everytime you modify the query. :)
    (Save your copy and try ... sothat you do not loose all your work )
    Cheers.

  • How to create a time counter without using Sleep()?

    I want to create a time counter that would count from 120 minutes and down. I thought about using Sleep() but I have found out that Sleep() is not accurate (so maybe the countdown would take 122 minutes instead of 120 minutes!). What other alternatives do
    I have?
    Note that I want to count 1 second at a time, because I want to show the countdown progress to the user in seconds.

    The next experiment still uses Sleep and waits for approximately 12 seconds, displaying the time each second. However it is probably too overcomplicated compared to time polling:
    const
    int SECONDS_TO_WAIT =
    12;
    ULARGE_INTEGER ul_end;
    FILETIME ft;
    GetSystemTimeAsFileTime( &ft );
    ul_end.LowPart = ft.dwLowDateTime;
    ul_end.HighPart = ft.dwHighDateTime;
    ul_end.QuadPart += 10LL *
    1000 *
    1000 * SECONDS_TO_WAIT;
    for( ;; )
    FILETIME ft;
    GetSystemTimeAsFileTime( &ft );
    ULARGE_INTEGER ul;
    ul.LowPart = ft.dwLowDateTime;
    ul.HighPart = ft.dwHighDateTime;
    if( ul.QuadPart >= ul_end.QuadPart )
    break;
    SYSTEMTIME st;
    FileTimeToSystemTime( &ft, &st );
    Sleep( 1000 - st.wMilliseconds );
    GetSystemTime( &st );
    if( st.wMilliseconds >
    500 )
    FILETIME ft;
    SystemTimeToFileTime( &st, &ft );
    ULARGE_INTEGER ul;
    ul.LowPart = ft.dwLowDateTime;
    ul.HighPart = ft.dwHighDateTime;
    ul.QuadPart += 10LL *
    1000 *
    1000;
    ft.dwLowDateTime = ul.LowPart;
    ft.dwHighDateTime = ul.HighPart;
    FileTimeToSystemTime( &ft, &st );
    // show the time
    SystemTimeToTzSpecificLocalTime( NULL, &st, &st );
    printf( "%02i:%02i:%02i\n", st.wHour, st.wMinute, st.wSecond

  • How to add an "age / time counter" into DW?

    Can anyone assist on how to add an age / time counter into DW?
    In other words to say "Child X is now a years, b months old"? or "Product Z was launched A years B months ago"? Or, on the other hand, "You only have Z days & Y minutes left to enter"? With it updating in real time?
    Apologies in advance if this is a silly / obvious question but I just can't seem to do it!

    This isn't something you would add to DW, you would need to add it to your webpages. You would do this with javascript. Search the web for
    'javascript countdown timer' for plenty of examples.

  • I need to play back a video-recording i have taken myself and have it show the time count in seconds on the play back. Can you help?

    I need to play back a video-recording that I have taken myself and have it show the time counter in secs/minutes in the playback. Can anyone help?

    the movie editing app "Avid Studio" displays a time counter, as does the Pinnacle editing app.  Oddly enough, I movie does not.  (unless I have it somehow turned off.)

  • Inserting time in motion 1

    Hi,
    I'm working in motion 1 and need to lengthen a section. I can insert time, but all regions after the inserting are then moved into new layers that are suffixed with '1'. If I do this several times, my project will be a complete mess. The insert time command also just inserts time - it does lengthen the selections, making me have to select all of the latter regions and try to match them up with the end of the cut, which is a pain.
    Suppose I could export to final cut and find a way to lengthen the sections there.
    This program is constantly crashing on me as well. Maybe I need to reinstall. I'd love to buy a new version of motion...but I can't. I don't have a grand laying around to blow on the entire suite. I don't see why apple can't sell separates like everyone else.

    Hi,
    But in this case user has to input entire date and time. Actually I have three fields
    schedule_date - this shoud stores the date- data type : DATE
    from_time - this should store start time for schedule date - data type : TIMESTAMP
    to_time - this should store end time for schedule date - data type : TIMESTAMP
    for eg. 18-MAR-2009, 9.10, 11.25.
    I want user to enter only time in from_time and to_time.
    I have tried setting format to HH24:MI but then it stores 1-MAR-2009 9:10:00:0000AM in from_time instead it should store 18-MAR-2009 9:10:00:0000AM in from_time and same with to_time.
    Regards
    Trusha
    Edited by: trusha on Mar 18, 2009 5:01 PM

  • USB 8451 no timer / counter ?

    Hi all,
    i´m not sure if i´m in the right topic now, but i found no answer with the search function.
    I tried to generate an digital pulse using timer/counter functions with Labview 8.5 and an USB 8451, but it didn´t work.
    Is it possible that the USB 8451 doesn´t support timer / counter signals?
    Thanks for all your answer!

    Hi AK2DM,
    thanks for catching this one. I missed the important piece of information that the original poster would like to generate pulses. We have a KB-entry for this. You could also generate software-timed pulses with the 8451. The jitter (timing deviation), as you mentioned, could be a problem. The same issue arises with the 6501 I mentioned!
    For generating pulse trains I would recommend a basic E or M series device such as the 6210 USB.
    If you have further questions, don't hesitate to ask.
    Best regards,
    Peter
    Peter A.
    Field Sales Engineer, NI Germany

  • I always need to see the time counter on the music player, is that possible?

    As a spinning instructor I need to see the time counter on the music player all the time. Now it dissepears after a short time and I need to touch it to see it again and that is not good! I also wish that it was bigger numbers on the counter so I easy can see how long time it's lest on the songs.
    Ideas anyone?

    By default the screen display will dim in about 20 seconds to conserve the battery. And I cannot find any setting to inhibit this function. I am afraid there is no way you can keep the screen bright and enlarge the numbers on the timer.

  • Can you add a time counter

        I know you can view the project length in project info, but is there a way for the user to see a time count?
    Most viewers have this feature.
    Captivate 7

    It is a pretty old post, but still valid: http://blog.lilybiri.com/display-time-information

  • How to synchronize two timer/counter tasks?

    Hi,
    I'm programming DAQmx through the nicaiu.dll with Matlab. I'm trying to start two different tasks, each controlling ctr0 and ctr1, respectively. Both timer/counter tasks should start on a common trigger, in my case /Dev/PFI0. Having searched the forum, I do understand that both tasks can't be triggered off PFI0. Instead, I probably need to trigger one of my tasks on a signal that turns on whenever the first task starts. My question is; What signal can inform my ctr1 task that my ctr0 has started? I basically want these two tasks synchronized, but not pulse by pulse since the pulse trains are quite different.
    Trying to trigger both off PFI0 results in a resource conflict. Triggering ctr1 on ctr0gate doesnt work either.
    Also, I need ctr1 to trigger on when the ctr0 tasks starts, i.e. not when the first ctr0 pulse appaers!
    Thanks,
    Per

    Thanks Ryan.
    I made some changes to my code now and it appears I CAN trigger both counters off PFIO (on an E-Series board). I only recently converted all my Traditional code into DAQmx, and got lost in my tracks. I was trying to generate finite pulse trains on both counters, and had used Finite timing on the counters to generate finite retriggerable pulse trains, without knowing that tied up the second counter. I solved this now using Pause Triggers instead. In the case where I generate single retriggerable pulses I still use a Start Trigger, and I can now Start BOTH counters using DAQmxCfgDigEdgeStartTrig and listening to PFIO with both counters (each counter running off a separate task).
    Sorry, I got things confused, and your solution isnt required anymore. Similarly to your solution, though, I have always used a (real) analog output routed externally to the PFI0 pin on my E-Series board as the synchronizing trigger. However, if I could avoid the external wiring it would be nice, so I will explore your solution a bit more
    I am not familiar with the concept of a 'dummy' task/channel. Can you point me to more documentation on this?
    I already use the analog inputs on this board from another app. Will creating a dummy AI tie up all analog inputs, so I can't then access my physical analog inputs from other applications (on the same board)?
     - Per

  • Solution for Accumulative time counter

    Hi,
    I am developing an online training web application in MVC framework,
    i have to maintain a accumulated time counter for every user . for example 400 hrs a course means (00.00.00 to 200.35.45) (hr/minute/seconds) format .I will have to count for the entire session for every time user login.
    first day: 00.00.00 to 02.35.45
    second day :02.35.45 to 03.35.45
    need solution.
    Regards
    gopi.

    Convert to (milli)seconds and calculate it. There are no API's of use for you AFAIK.

  • Insert word count

    Is there a way to insert word count? I have some professors that want a word count and I wanted to know if there was an "insert word count" somewhere?

    No, there isn't. Can't you write it by hand?
    Remember that Pages counts different to how MS Word does.
    _http://discussions.apple.com/thread.jspa?messageID=10937776_
    And read this thread _http://discussions.apple.com/thread.jspa?messageID=10877817_

  • A time counter for the whole project

    Can you tell me is there any way to get the overall project time  as a time counter in the playback controls? Or viewed somewhere on Captivate?
    I need to know at which time a particular slide is appearing in a video. I can only find time duration  per slide or one overall time for the project.

    If you dont like the TOC, here you can find some other ideas:
    http://blog.lilybiri.com/display-time-information

  • How do I overlay a timer counting down on a Keynote slide?

    Hello!
    I am searching for a way (app or otherwise) to have a timer counting down while in "full screen" mode in Keynote. I am an urban educator, and I've found it very effective in having a stunning image on the smartboard via Keynote, in order to focus engagement while the students enter my classroom. I would love to also have a timer overlayed on that slide somewhere (right hand corner likely) counting down - so students know how much time they have to socilize and become situated before class "officially" begins.
    Appreciate any guidance!
    Best
    Biros

    My brain got fried with all of the previous SWFLoader positioning and centering - so much that I had to stop and clear my head and then this became an easy case of putting the HGroup and the Logo inside a BorderContainer.  I had inadvertently placed the Logo inside of HBox.

Maybe you are looking for

  • Cannot type or use track pad when waking from sleep mode - frozen!

    I've had this ongoing and random problem that occurs when I wake my PowerBook G4 Titanium from sleep. Basically, I can't type or use the track pad, the only thing that works is plugging a mouse into the USB port and clicking OK numerous times or Canc

  • Duplicate handling Not Working

    Hi PI EXperts, I need your help here. I am using the option of Duplicate handling in sender FTP channel as below: Enabled Duplicate handling: Yes, Duplicate message alert threshold:0. But I found few duplicate files are processed and archived twice?

  • Extended Help on Gui

    Dear Experts, We are searching for a solution to extend the Help option for the user. For example start the transaction NE21N for creat purchase order and press on one of the F buttons to get more help on the transaction to a file in the server ( PDF

  • DB creation with Hot backup of OTher DB ISSUES

    hi DBAs, I am using Oracle 11g R2, I want to make fresh database with another db hot backup of Datafile, Control file & SPfile. so far, I have run the below commands to create a db. C:\Documents and Settings\Administrator>E: E:\>set ORACLE_HOME=E:\ap

  • Unable To See Guest Network

    Hi everyone: I've just purchased and installed an Airport Extreme on our office network. I'm able to see and connect to the wireless connection I've set up. However, I can't see the guest network. I've gone through the settings a number of times, but