Looping a sequence.

I need to loop a sequence for continuos play at an industry tradeshow. How do I accomplish this with FCE 4 and a dvd burning program?

iDVD '08 ???
http://support.apple.com/kb/HT1091

Similar Messages

  • Triggering loops in sequence in logic studio 9

    I've been wanting to trigger a sequence of different sounds/loops in logic using just a single pad for playing live.
    Is there a way of programming with Exs24 or Ultrabeat or otherwise a bunch of sounds so that once one is played the next time the pad is hit the next loop/soundfile loads in and is triggered and so on.
    Hope I'm explaining things well enough.
    thanks in advance

    You can explore Touch Tracks to trigger regions and loop them
    Yes it is a good idea JG - I was thinking the same as you at first but reading the second condition of the OP "the next time the pad is hit the next loop/soundfile loads in and is triggered and so on" so it will not be possible using Touch Tracks only ( probably with some additional environment gear ). The other condition is that he uses one and same note as a triggering pad, while using Touch Tracks you need to map each midi region or event to different triggering note etc. The other inconvenience of the Touch Tracks is that Logic must run...
    My tool is a small step sequencer where you use same pad/note as a trigger. Each time you hit the trigger the step sequencer moves to the next step i.e next note sample etc does not matter if Logic is running or not. Probably you must try it and see what the difference between it and the Touch Tracks.
    Hope see.
    !http://img59.imageshack.us/img59/4967/aglogo45.gif!

  • Looping Batch Sequences

    I am running a 10 week soak test with 16 sockets (1 per UUT) using a batch process model.  The test sequence itself takes 10 minutes for each socket (all run sequentionally as they are sharing a piece of test equipment).  I would like the batch to start over on its own continuously over the 10 week test cycle once the 16th socket completes without re-entering the serial number information.  Another issue is that I have to terminate sockets for failed equipment to pull out for investigation while not disturbing the other sockets.
    Any advice on how to achieve this?

    Hey Cam,
    Will you be switching out the sockets after each 10 minute soak?  Or will each socket be soaking for multiple soaks in the 10 week period?  And if one does fail and needs to be switched out will the replacing socket just finish out the 10 week stint that the other one couldn't complete? 
    If you aren't going to switch the sockets out then it's best to loop within the sequence.  That way you don't have the overhead of dealing with serial numbers.  Just use the Lock step to prevent multiple threads from trying to get the equipment at once.  So the sequence would look something like this:
    Create Lock
    A Label step for looping
    Non equipment steps
    Lock Eqipment
    Run soak test
    Unlock Equipment
    Examine Pass fail and determine if socket needs to be replaced.  If so then either skip to the end or wait until part is replaced.
    Post test steps that need to be executed for each iteration
    Goto step that jumps back to the Label step above
    Hopefully that makes sense.  If it doesn't then let me know which version of TS you are running and I'll throw together a simple example.
    Regards,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How To Loop Whole Sequence?

    Probably missing the obvious here but I can't find a way to loop a whole sequence in TestStand Sequence Editor (I am using 4.1.1). At the moment I can run selected steps e.g. the whole of Main but not spanning more than one of Setup, Main or Cleanup - is there a way to do so? If I select all, run selected steps and loop selected steps are greyed out. I am using a custom process model based on standard sequential model.

    glennjammin wrote:
    Just use the while flow control.
    In the while loop parameters have a veriable locals.loopindex and set the condition to locals.loopindex<=desired number of iterations. 
    While
    Code here or seq
     locals.loopindex++
    end
    Using a while loop will not work for CIM1's request.  Similar to jigg's point on interactive executions, you can not have a while loop span across step groups (Main, Setup, Cleanup).  Plus, I think CIM1 is actually looking for automating the whole process model loop and following Colin's suggest would work best for that.
    Message Edited by paulmw on 09-15-2009 11:59 AM
    Attachments:
    WhileLoopAcrossSections.JPG ‏64 KB

  • Sb 1024 "random looping mp3 sequence" prob

    Hello
    My old sb li've 024 on Win XP makes problems with playing mp3. Randomly, sound freeze in one second sequence, when looping and then goes on correctly again. Frequence of this problem is circa per minute and it'ss annoyng. It happens in all players i?ve tryed. It appeared since i?ve bought new RAM, but i dunno if it'ss related. Mostly it happens, when i browse net, but it hadn?t made that before changing that RAM.
    Could anybody help me to solve? (i tryed even that Li'veDrvUniPack, but nothing has changed)
    thanxMessage Edited by McFrog on 03-07-20060:08 PM

    Hi Tom,
    Unexpected EOF implies you need a Disk Repair or Reinstall.
    IOSurface: buffer allocation size is zero implies a Graphics problem, haven't nailed all the causes ye, but often associated with Multiple screens.
    Sorry, I don't have time to really study the log further at the moment, ut hopefully one of the other freat helpers here will pipe in.

  • How to call sub VI and close the main VI in while loop and sequence condition

    Hiya,
    I have a problem with the while loop and the sequential condition in placed together i.e while loop as Global and sequential condition as local (i.e inside the Global loop). For example,when calling the sub vi from the main vi (main vi as main menu and sub vi as sub menu.)My problem is I can't run my sub menu when the particular icon is pressed through the main menu and only the front panel appears. My concerned was if possible the sub menu is activated in few second then jump back to the main menu again (analyze through the diagram).So, I don't know what should I need to do. If possible, please advice me how to encountered that particular problem.
    Thanks!

    Go to your block diagram of your main menu, then click on the "Hightlight Execution" it is something like a bulb. then you execute your vi. then LV will show you all your data flow.
    When you feel sad, laugh

  • ORA-01436 : CONNECT BY loop  - is sequence of keys important?

    Hi everyone
    I'm seeing an ORA-01436 error - CONNECT BY loop in user data - when I'm running the query below:
    select distinct(pose.organization_id_child)
    from per_org_structure_elements pose
    where pose.org_structure_version_id =
    (select posv.org_structure_version_id
    from per_org_structure_versions posv
    where trunc(sysdate) between posv.date_from and nvl(posv.date_to,'31-DEC-4712'))
    start with pose.organization_id_parent = xxx
    connect by prior pose.organization_id_child = pose.organization_id_parent;
    (I'm connecting to a Oracle9i Enterprise Edition Release 9.2.0.8.0 database by the way)
    This error doesn't always crop up - if I change the organization_id_parent value in the start with section of the query above, I find that it only happens for certain organization_ids. However, for the organization_ids where it does happen, upon examining the data for both parent and child rows, I can't understand why a CONNECT BY loop might be happening.
    For example, the two rows below cause issues whenever I try to use their organization_id_parent in the query:
    Senior Store Manager level (second from bottom):
    ORG_STRUCTURE_ELEMENT_ID     34305
    BUSINESS_GROUP_ID     1
    ORGANIZATION_ID_PARENT     667
    ORG_STRUCTURE_VERSION_ID     224
    ORGANIZATION_ID_CHILD     571
    Store level (bottom level):
    ORG_STRUCTURE_ELEMENT_ID     34304
    BUSINESS_GROUP_ID     1
    ORGANIZATION_ID_PARENT      571
    ORG_STRUCTURE_VERSION_ID     224
    ORGANIZATION_ID_CHILD     570
    As you can see, the org_id_parent value at the bottom level is greater than the actual org_id_child value at that same level. Could this be what is causing the ORA-01436 error? It's the only thing that's come to mind so far!
    Any help would be gratefully received.
    Thanks, Geoff

    user11979984 wrote:
    Thanks for that Frank, that's cleared it up a bit! I'm still a bit mystified as to the results I'm getting when I switch the statements but at least that sheds some light on it.
    In response to your query as to why my original query has a DISTINCT in it, the answer is that if you're sitting near the top of the hierarchy, you could have a whole heap of zones and regions reporting to you, each of which has their own sets of stores. Without the DISTINCT, you could have the same org id for a region or a zone returned multiple times depending on how many stores they have reporting to them.I'm not sure I agree with you 100% on your police work there.
    In a well-formed tree (where each node has, at most, one parent), if the START WITH clause only includes unrelated nodes, then no node will appear more than once.
    For example, consider the basic CONNECT BY query from scott.emp:
    SELECT     LPAD ( ' '
              , 2 * (LEVEL - 1)
              ) || ename         AS indented_name
    ,     LEVEL
    ,     empno
    ,     mgr
    FROM     scott.emp
    START WITH     mgr     IS NULL
    CONNECT BY     mgr     = PRIOR empno
    ;Output:
    INDENTED_NAME             LEVEL      EMPNO        MGR
    KING                          1       7839
      JONES                       2       7566       7839
        SCOTT                     3       7788       7566
          ADAMS                   4       7876       7788
        FORD                      3       7902       7566
          SMITH                   4       7369       7902
      BLAKE                       2       7698       7839
        ALLEN                     3       7499       7698
        WARD                      3       7521       7698
        MARTIN                    3       7654       7698
        TURNER                    3       7844       7698
        JAMES                     3       7900       7698
      CLARK                       2       7782       7839
        MILLER                    3       7934       7782
    14 rows selected.Here KING has 3 children, who in turn have between 1 and 5 children each, and some of them have children of their own, but every one of the 14 rows in the table appears exactly once, without using SELECT DISTINCT.
    The scott.emp table has a very clean design. If you have to do more complicated queries (e.g. SELECT DISTINCT), then I suspect your table design is not as clean. Without knowing exactly what it is, there's a limit on how much I can help you.
    One question that's always bugged me with this issue is whether the PRIOR operator expects the parent id for a child record to be numerically inferior to the child id e.g. if parent id is 561, then any child ids in the hierarchy should be 562 or greater? This doesn't appear to be the case with our hierarchy, but that doesn't explain why these errors are occurring if that is the case.No, the ids used can be completely arbitrary.
    Look at scott.emp, above, where the relationships are indicated by empno. Sometimes a boss has a higher empno than an underling (KING is 7839, JONES is 7566); somethimes it's the other way around (JONES is 7566, SCOTT is 7788).

  • Anyone get Play Movies to Loop a sequence more than twice?

    Has anyone got Play Movies to loop more than once (show twice) using a folder of movies inputted via Get Specified Finder Items. It seems like a bug as it resets the loop number to 1 when saved or show action is selected. I doubt that the number field is passed or saved as a variable.
    If it is a bug, I really need some sort of workaround if anyone can suggest one? My intent is to use an iMac as a self running theater for student film projects--to turn on in the morning, play movies all day long, then turn off at night.
    Thanks

    I am having a similar problem with iTunes 11 on a Windows 7 box. I was able to rent and play HD movies befor "upgrading" to iTunes 11, however now when I try and rent a movie in HD I get the error: "This cannot be played in HD on this computer. You must rent and watch the HD version on an HD-compatible device. Or, you can rent the SD version and watch it on this computer."
    Guess i'll be renting movies from XBox from now on.

  • How should I set up my VI so that I can use the linear fit coefficient data analysis program, when my values are coming from while loops within a sequence structure?

    I'm attempting to create a calibration program, using the printer port, and a Vernier Serial Box by modifying a calibration program designed for the serial box.
    There are six calibration points, and to collect them, I have it controlled by while loops so that the numbers are taken when a button is pushed, and this is inside a sequence structure so that I can get the six different points. I feed these numbers into two different arrays (for x and y values) and then try to use the linear coefficient analysis on these points, but the values for the slope and intercepts it returns are not correc
    t.
    If I cut out the array and coefficient analysis, and feed the same numbers in directly without the while loop and sequence structures, it produces the proper values... I don't know why the numbers it is producing are different, and I'd really like to know.
    Thanks,
    Karinne.

    I would use a data manager sub-vi that would be called by each from of the sequence structure that produced a data point. The data manager sub-vi could auto append new items or could place items in a specific entry of an array. Later on when you want to calculate the linear fit, call the sub-vi to return the array of values.
    Stu

  • Got action sequence to "loop" but it shows in all states - conditional statement to fix it?

    Using Flash Catalyst & Notepad (to open and alter the code in the "Main" MXML file) I'm able to "loop" an action sequence on the home state for my swf by changing the code as follows:
    ORIGINAL CODE
    <s:Parallel id="Sequence3">
    ALTERED CODE
    <s:Parallel id="Sequence3" effectEnd="Sequence3.play()">
    The desired effect is a sequence (of 4 images) that loops whenever a user is viewing the home state.  It is activated "On Application Start"
    The PROBLEM is that the loop continues in all other states (it appears in the background - behind the objects that are supposed to show up on the other pages and only begins to show up in each state when the sequence begins another loop).
    I am assuming I need a conditional statement --- something along the lines of:
    while (condition){ statements;}
    ...in other words, ONLY while currentstate = "Home" it should loop the sequence. What would be the correct code for this conditional statement and where would the conditional statement be inserted to loop the sequence as desired???  Or... is there another better way??
    My current code for this action sequence is:
    <s:Parallel id="Sequence3" effectEnd="Sequence3.play()">
                <s:Parallel target="{designlayer1}">
                    <s:Fade alphaTo="0" duration="500" startDelay="2100"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage2}">
                    <s:Fade alphaTo="0" startDelay="2100"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage3}">
                    <s:Fade alphaTo="0" startDelay="2100"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage4}">
                    <s:Fade alphaTo="0" startDelay="2100"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage5}">
                    <s:Fade alphaTo="0" startDelay="1650"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage6}">
                    <s:Fade alphaTo="0" startDelay="1800"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage7}">
                    <s:Fade alphaTo="0" startDelay="1950"/>
                </s:Parallel>
                <s:Parallel target="{designlayer5}">
                    <s:Fade alphaFrom="1" alphaTo="0" duration="0" startDelay="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="2650"/>
                    <s:Fade alphaTo="0" startDelay="5300"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage8}">
                    <s:Fade alphaFrom="1" alphaTo="0" duration="0" startDelay="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="2650"/>
                    <s:Fade alphaTo="0" startDelay="5350"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage9}">
                    <s:Fade alphaFrom="1" alphaTo="0" duration="0" startDelay="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="2650"/>
                    <s:Fade alphaTo="0" startDelay="5350"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage10}">
                    <s:Fade alphaFrom="1" alphaTo="0" duration="0" startDelay="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="2650"/>
                    <s:Fade alphaTo="0" startDelay="5350"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage11}">
                    <s:Fade alphaFrom="1" alphaTo="0" duration="0" startDelay="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="2650"/>
                    <s:Fade alphaTo="0" startDelay="4750"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage12}">
                    <s:Fade alphaFrom="1" alphaTo="0" duration="0" startDelay="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="2650"/>
                    <s:Fade alphaTo="0" startDelay="5000"/>
                </s:Parallel>
                <s:Parallel target="{designlayer6}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="5900"/>
                    <s:Fade alphaTo="0" startDelay="7900"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage13}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="5900"/>
                    <s:Fade alphaTo="0" startDelay="7550"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage14}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="5900"/>
                    <s:Fade alphaTo="0" startDelay="7900"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage15}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="5900"/>
                    <s:Fade alphaTo="0" startDelay="7750"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage16}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="5900"/>
                    <s:Fade alphaTo="0" startDelay="7900"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage17}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="5900"/>
                    <s:Fade alphaTo="0" startDelay="7900"/>
                </s:Parallel>
                <s:Parallel target="{designlayer7}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="8500"/>
                    <s:Fade alphaFrom="1" alphaTo="0" startDelay="11000"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage18}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="8500"/>
                    <s:Fade alphaFrom="1" alphaTo="0" startDelay="11000"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage19}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="8500"/>
                    <s:Fade alphaFrom="1" alphaTo="0" startDelay="11000"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage20}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="8500"/>
                    <s:Fade alphaFrom="1" alphaTo="0" startDelay="11000"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage21}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="8500"/>
                    <s:Fade alphaFrom="1" alphaTo="0" startDelay="10650"/>
                </s:Parallel>
                <s:Parallel target="{bitmapimage22}">
                    <s:Fade alphaTo="0" duration="0"/>
                    <s:Fade alphaFrom="0" alphaTo="1" duration="0" startDelay="8500"/>
                    <s:Fade alphaFrom="1" alphaTo="0" startDelay="10800"/>
                </s:Parallel>
            </s:Parallel>
    Thank you!!!!!!!!

    Figured out my issue...
    I had to select each layer for the 4 photo sequence and "Remove From State" for each layer.  If this is done with all layers except the "Home" state, the images show only where appropriate.
    So...   "Loop an action sequence" is really easy.
    I've seen a lot of complaining that "FC can't do it" but with a very simple code mod, I was able to do it WITHOUT using the video timer method.
    I should also mention that I've never worked with Flash at all before this project and am only self-taught in HTML (basics).  I was able to make a pretty good looking Flash component for a web site and never would have attempted it without FC.  I have to say, while FC is a bit limited, GUI-based Flash is a great add for Adobe and will save me over $2k per year in web admin.
    To edit the document in Notepad as mentioned in the first post:
    the full text can be found here http://www.judahfrangipane.com/blog/2010/09/03/flash-catalyst-jailbreak-for-flex-developer s/
    Editing MXML Documents
    To edit your projects MXML documents we first need to find the path to  the Flash Catalyst workspace. To do this publish your Flash Catalyst  project (CMD / CTRL + ENTER). Now, the browsers URL shows the path to  the project workspace. So in this URL,  "file:///Users/judah/Library/Application Support/Adobe/Flash  Catalyst/workspace/Project/bin-debug/Main.html", the project MXML  documents are located at, "file:///Users/monkeypunch/Library/Application  Support/Adobe/Flash Catalyst/workspace/Project/" when on a Mac.
    Flash Catalyst project files
    Project Files Description
    /src - location of the application source files
    /bin - the location of any additional flex libraries
    /bin-debug - location of testing swf
    /html-template - location of the html template that wraps around your application
    /src/Main.mxml - the main application file. make your application changes here
    /src/Main.css - the css stylesheet of the main application
    /src/components - the location of custom components and component skins
    /src/assets/graphics - location of optimized FXG graphic symbols
    /src/assets/images - location of images
    You can edit these XML documents in any text editor. To apply the  changes you need to save the file and refresh the Flash Catalyst  project. You can do this by opening the changed document in Flash  Catalyst code view. When we do this it will recognize the document has  changed and prompt you to use the newer version of the file. Select Yes.  If the project does not rebuild immediately publish it using CMD +  Enter.

  • How to revert changes made to sequence file dynamicall​y

    Problem synopsis:
    1. TestUUTs entry point of custom process model, which is based on NI SequentialModel is being executed.
    2. PreUUT step of process model set Execution.ClientFile according to serial number, provided by operator.
    3. During sequence execution step module inserts additional steps into running sequence.
    4. After first UUT loop iteration sequence contain all the original steps plus all the steps, which were added dynamically.  This is exactly what I need.
    5. Next UUT loop iteration is executing on updated sequence file. This is what I trying to prevent.
    This design is serving following requirements:
    a) dynamically load test sequence
    b) dynamically add test results.
    So my question is: how to implement this correctly?
    I tried to release sequence file of previous iteration ("Engine.ReleaseSequenceFileEx") but it "SequenceFile.CanUnload==false" and "SequenceFile.IsExecuting==true".
    But this happens during execution of PreUUT of process model. I think, at this point client sequence shall not be executing.
    Steps 2. and 3. (see above) are executed in dll written using MS VC++ 2005.
    TestStand is 3.5.0.725
    Help me please.
    Thanks,
    Misha

    rishi_86 wrote:
    i have created a jTable in netbeans6. The table model is DefaultTableModel.
    i'm not understanding the concept of firecellupdate and other events listeners.
    i want the changes i make to the table during runtime to be written into a Text file.
    any help would be greatly appreciated.you need to add the TableModelListener to your table model.
    for example:
    model.addTableModelListener(new TableModelListener() {
                public void tableChanged(TableModelEvent e) {
                    // TODO Auto-generated method stub               
             });then, you need to put your custom business logic(saving data to a text file, etc) into the tableChanged method.
    From TableModelEvent you can get all information about the model changes.

  • Implications/side effects of changing cache size of sequence

    Hi Experts,
    We are on Oracle 11.2.0.2 on Solaris 10. I have a question about sequences. They are defined as NOCACHE in my database and we are seeing a lot of "row cache lock". So I am thinking of changing the sequences to cache 20 values. Does this have any other implication -except that during db restart the cached values can be lost.
    Thanks,

    @VenkatB, when you get a value from sequence, to provide consistency, sequence execute an internal commit, works like kind of autonomous transaction.edit: this is also how, after a crash sequence still get his last value.
    that is because if you dont set cache and use in a loop the sequence, that cause to log file sync event. (of course you must get many values from sequence)
    >
    Prove it.
    Log file sync may only be incidental but may happen only from the application code when they get sequence and then do a commit within a loop. In fact, log file sync need not happen just because it's committed in loop.
    When user process gets sequence value, Oracle updates SEQ$ with the value to update the value. In fact, Oracle does it for almost all of the foreground code. When Oracle has to add an extent, when Oracle has to update a new datafile header, when Oracle has to autoextend a file, etc...it always inserts/updates one of the dictionary views all the time. So it's nothing new or just with sequence.
    And don't confuse yourself with a timed event with a wait.
    I have tested on a 11g and 10g and I don't see any log file sync waits in tkprof or v$session_event
    SQL> create sequence seq_test start with 1 nomaxvalue nocache;
    Sequence created.
    SQL> Declare
      2   v_cnt number;
      3  Begin
      4   For i in 1..10000
      5   Loop
      6     select seq_test.nextval into v_cnt from dual;
      7   End Loop;
      8  End;
      9  /
    PL/SQL procedure successfully completed.

  • Zero denominator loop

    Hi, I'm seeing "zero denominator converting ratio denominators. (17 :: 18)" when dealing specifically with looped image sequences. This has started recently with AE CC. If I set the loop to something really high, like 9999 - if I try to add an effect to the footage it throws this error. I've tried it on PNG and TIFF and it seems consistent. Interpret the footage to loop 99 times and the affects are applied just fine. Bug?

    Yes, I checked the frame rates - everything is running at exactly 24 fps. Setting loops at 9999 seems to consistently trigger the error, 999 appears ok (Ive tried it with a couple different PNG sequences, between 100 and 500 frames). It's not a big deal, as 9999 is overkill - but I used to always throw 9999 in the loop settings and never experienced this error. But I was banging my head against this for a while so wanted to share my findings in case anyone else runs into this.

  • Writing LabVIEW measurements of two loops (Charge cycle and discharge cycle) in one file

    Hey,
    I was wondering if it is possible to write Labview measurements from two loops (Stacked Sequence Structure) into one file. Currently, it is writing the charging data in one file and discharging data in one file. I have to combine the data everytime to graph the charge and discharge cycles and sometimes there's about 50 cycles and copying and pasting does take up lot of time. 
     I'll try to upload my vi in a bit
    Solved!
    Go to Solution.

    Hey Mike,
    I'm very new to Labview, could you please show an example.
    btw, I attached my vi and I didn't build it
    Message Edited by Support on 07-15-2009 11:27 AM

  • IPod Touch 4g stuck in a loop

    Ipod Touch 4g stuck in infinite loop?
    I accidentally left my iPod touch 4g on all night on an alarm clock app. When I woke up it was stuck on a loop where it goes to the lock screen for 2 seconds and then back to a black screen with an apple on it for 6 seconds. I can not get it out of this loop this sequence flashes back and forth continually until the ipod runs out of battery. I can still sync the iPod and it is still recognized by the computer. I have tried restarting it and turning it off doesn't work. I have even restored the iPod's software and it still doesn't get out of this loop. Please help me!!

    Try the recovery mode as a last resort:
    see this support article http://support.apple.com/kb/HT1808
    Good Luck
    Léonie

Maybe you are looking for

  • Desktop and startup shortcuts produce security warning

    I have a laptop running Windows 8.1 Pro with all updates installed. It's a domain member and the primary user was using redirected folders which worked well. Due to other reasons, the user's account was removed from the OU linked to with the redirect

  • The Best Way to Restore a DC if it is removed from Domain

    Good Day, I have 2 Windows Server 2008 R2 DC's in my network and I am trying to upgrade 1 of them to Server 2012 R2. The DC being replaced is also running Certificate Services. To do this I will need to remove AD from the DC as well as remove CA and

  • Is it possible to add a word doc (as a separate file) in Captivate?

    This could help to satisfy 508 compliance. This is in addition to the closed captioning feature, which I plan to incorporate. FYI - I used Articulate Presenter in the past and was able to attach a Word Document, which user was able to access via link

  • A realistic 3D Rendering converted to a "less realistic" photoshop image?

    Hello and thanks for your time, Was wondering if there are some ways in converting a highly realistic rendering of an object generated in a 3D program into a more illustrative, simplified, alittle less realistic version in Photoshop? The object has p

  • Which Kind of Report should be in BI system?

    Dear Expert,   I faced the requirement to move R/3 reports onto the BI system. Most of them are customized reports which select data from a larget number of tables. Determine First Date and Last Date of the selected period. Read Material Master MARA