3ds Max and help EI.

Hi, I'm new here. I guess I should start by saying that I am looking to make a short film based on a popular video game. I have a few shots to test some of the effects I intend to help, but recently I got stuck. I'm new to After Effects, but I know SOME basic stuff. So here's my problem...

I did a mill to wind and above all else, I did, I wanted to see if I could make it out on my own. I immediately ran into trouble. Since I am new to this things na not out how I had planned.

Help.jpg

I crossed the nonesense Compositor link and got the Windmill. Unfortunately I do not have a screenshot of the mill in 3ds, but I don't know that you can say it here in AE it dark and is not good at all. I wasn't importing it from the composer of Autodesk link and that's it. How can I fix it? While I'm at it, hiding the trees to partially cover the mill will be unpleasant, I'm sure, how should I go about this as well?

After effects CC Version 12.0.0.404

You will need to check your Gamma settings for rendering stuff and textures in MAX and possibly to check your project color settings and the interpretation of sequences in AE. Nothing so many things to do with AE actually. It's basic stuff. The rest is not the issue. Yes, the masking is tedious even with Rotobrush and refine edge, but there may be a magic button for everything. Or how do you think this kind of thing is done on movies? There are armies of poor roto artists doing this every day for a living...

Mylenium

Tags: After Effects

Similar Questions

  • GTX 660 m and 3ds Max and Autocad 2013

    My y580 with the gtx 660 m does not allow 3ds max and autocad 2013 programs work.

    What is happening is that the program opens then application error and closes and it is with the card Nvidia be used in programs.

    However, I found workaround that said running applications with the intel HD 4000 instead. BUT what is the point to make that if you cannot take advantage of the GPU acceleration?

    Everyone knows about this problem?

    It was the latest nvidia driver causing the problem, that's what I condluded. I have returned my 295.55 default driver that came with the y580 and max and autocad works again.

  • Acrobat 3d Extended-3ds Max effects: lights, shadows, glow, glass and mirror

    Hello a greetings from Germany!

    I want to use Acrobat 9 3d for presentations (exhibition stands). However, I have a problem and hope you can resolve it quickly.

    I exported my file from 3ds max as an OBJ file in the same directory as my jpg´s when I open acrobat and open the obj file, I see the object with its textures but:

    -the lamps (standard) are missing in the shade!

    -effects of the word mirror are missing (raytrace reflection effect - maps)

    -glass effect

    -glow effect

    I hope that someone help me solve this problem. need an easy and fast way to do the effects without export and import files in different programs - time is money... ;-)

    Kind regards, jens

    Hello Jens,

    Magnifying glass effect, mirror glow effect are not yet supported by APEX 9.

    Could you give me a test file to deeply analyze this question?

    Ask yourself why the lights are not properly managed.

    You can email me at

    [email protected]

    Best regards

    William Gallego

    A3D QE team

  • 3ds Max 2013 and after effects integration - internal check failure!

    I created the file between the two

    3ds Max 2013

    After Effects CC

    And this is the error I get when I go to

    File | Compositor Open Link (Autodesk)

    AE Error.png

    (Here's the link for more information about the 2 programs working together

    http://deep4d.com/Instant/3ds-Max-2013-and-after-effects-integration-State-sets-and-the-SL ate-composer.

    )

    Can you get it someone please let me know why this is happening, and how can I solve it?

    Carrzkiss

    Don't know how it is supposed to work because I do not use MAX, but the warning seems more that you must properly configure some settings pref or project settings of the scene in the 3D program, not AE.

    Mylenium

  • can import and use a model in 3ds Max with softimage CAT OS system?

    Hello

    I modeled and textured various animals 3D 3D Studio Max 2009.
    and I used the plugin CAT Softimage to rig and animate the animals.
    now they all have nice loop at foot of the animations.

    I wonder if I can import my animals 3D with their system of cat bones in Director.
    I don't need to control their and any necessary interactive movement as well, they just move from one place to another while playing their animation market

    I know that the system bone standart in max allows the Director. but I have no idea on the Cat Bone system of softimage.
    Here is the link for it:
    http://www.Adobe.com/support/Director/work_3d/playing_animations/

    Please guide me if this is possible using Softimage CAT OS system on 3DS MAX plugin.

    Thank you

    front of softimage bought, the cat was a plugin for max for years. When autodesk softimage they incorporated in 3dmax it works. the group just the bones with the mesh and your property. CAT will save you a lot of time animate

    This was done with cat

    http://3dsee.110mb.com/dragonflycircle.htm

  • Autodesk 3ds Max 2013 works only with Windows 8

    Original titile: Autodesk 3ds Max 2013

    Hello, I can not type decimal numbers in 3ds max on Windows 8. for example, when you type 1.5 or 1.55 after the decimal point is ignored and the result is 1.0

    of course I can do with cursors of parameter with the mouse, but it's so irritating. I had no such problems on win7.

    Hi Reza,

    There are few software or applications that do not function correctly on Windows 8 that are not compatible with it. But as per information Autodesk 3ds Max 2013 is compatible with Windows 8.

    http://www.microsoft.com/en-us/windows/compatibility/win8/CompatCenter/ProductViewerWithDefaultFilters?TempOsid=win8&Locale=en-us&TextSearch=autodesk%2B3ds%2Bmax%2B2013&Type=Both&CurrentPage=0&TotalPages=1&ShowCriteria=0&SortCriteria=Relevance&Compatibility=Unknown&LastRequested=14

    I suggest you to contact the link given here support team for assistance.

    http://USA.Autodesk.com/ADSK/servlet/PS?SiteId=123112&ID=5585571&LinkId=9241177

    Email us if you have any further questions. We will help you.

  • Max and min to find examples of data

    I'm discerning the max and min of cycle data values. We have about 20 data points for each cycle and I need make the max and min out of it. I tried to write a script for this but it takes way to long to run. Do not complete our largest files (over 1 million points of data) with my script and DIAdem crash.  I also tried the peak built by finding functions, but they come with data points that are not max or min. Here is my script below:

    Dim cyclemin
    Dim cyclemax
    Dim cyclecount
    Dim displacementmax, displacementmin
    Dim channelcount
    Dim i, j, k, g, a, m
    cyclemin = CMin ('Cycle Count')
    cyclemax = CMax ('Cycle Count')
    ChannelCount = 0
    Call ChnAlloc ('Single Cycle Count',(cyclemax-cyclemin) + 1, 1, DataTypeFloat64)
    Call ChnAlloc ("pressure min. sample",(cyclemax-cyclemin) + 1, 1, DataTypeFloat64)
    Call ChnAlloc ("Sample pressure Max",(cyclemax-cyclemin) + 1, 1, DataTypeFloat64)
    a = 1
    For cyclecount = cyclemin to cyclemax
    g = 1
    ChannelCount = channelcount + 1
    I = ChnFind ('Ch ()' ' Cycle Count"" "") = "& str (cyclecount)(,a)"
    j = ChnFindReverse ("Ch (" 'Cycle Count) "" ") =" & str (cyclecount), CL ('Cycle Count')) "
    Dial the ChnAlloc ("sample Pressure data retention", (d - i) + 1, 1, DataTypeFloat64 ')
    For k = i j
    ChD (g, "" data keeps the pressure of the sample "") = SMC (k, "Sample pressure")
    g = g + 1
    Next
    Call the ChnCharacter (' "data keeps the pressure of the sample" ")
    ChD (channelcount, ' Single Cycle Count "" ") = cyclecount
    ChD (channelcount, "Max pressure sample") = CMax ("Data Hold sample pressure")
    ChD (channelcount, "pressure min. sample") = CMin ("Data Hold sample pressure")
    Call the ChnDelete (' "data keeps the pressure of the sample" ")
    a = j
    Next

    Can someone please help me find a way to do it quickly? Thank you.

    Hello Steinmeister85

    just in case you are using a newer version of DIAdem, here is an alternative solution.

    Also, I used your example file and it concatenated 50 times to create a file which has about 560,000 values in each channel.

    I run your script from a new one to get a reference number

    Sample file

    Original screenplay: 2.5 seconds

    Optimized script: 0.2 seconds

    50 x example file

    Original screenplay: 111,493 seconds

    Optimized script: 0.25 seconds

    I have to admit that I've sorted the concatenated file. This way I have 216 cycle segments to be analyzed. If I simple concatenate files (without sorting) I get 50 x the number of segments and the new script takes about 9 seconds to execute. The original script doesn't work properly like you woul then have to repeat the cycle count numbers in different areas of the channel...

    I hope that the new versions work for you.

    Andreas

  • scanning question (Min, Max and Min return)

    I have a tunable laser that is supposed to make a sweep of the Min to Max and then back to min.

    For some reason, it seems to be an additional step after the peak wavelength as shown below.

    Strange is that it seems to happen only when I put a wavelength that has 1 decimal place or 4 decimals.

    I'm relatively new to labVIEW, Please HELP? any advice would be helpful.

    This looks like a problem of accuracy point.  Each language beats in it.

    What you need to do is to calculate how many steps to the top must be made and then make comparisons on the step number (an integer).

    Also, why use the node formula?  A structure matter would take care of the logic.

  • Max and Min of successive summits with a different amplitude

    Hello

    I have a signal having different successive Max and Minima.ie each pic + / is having a different value.

    I wanted to get successive + / maximum values of the. CSV file.

    I'm done with the chart from .csv file, but I am not able to get values of crete please help.

    What function can I use?

    How about waveform peaks?

    Check it out. Heres where it is:
    Programming > Waveform > Analog Waveform > waveform measures > waveform monitoring

    This is peaks and valleys (maxs and mn).

    It will then display locations (x-value) and amplitue (value y) point.

  • the window on my computer does not return to its original size and I can't use the max and min and exit button

    my window is too far to the right and ive tried to get to the original size and it will until a certain point to the left. This leaves me unable to use the max and min and exit tabs

    Hello

    1. What is the brand and model of the computer?

    2. is it a laptop or a desktop computer?

    3. the problem occurs after leaving the game or program?

    4 did you a recent software or changes to the material on the computer?

    Method 1:

    If this happens when you leave a game, I suggest you to follow the steps mentioned in the link and check.

    Open the troubleshooter of display quality

    http://Windows.Microsoft.com/en-us/Windows7/open-the-display-quality-Troubleshooter

    Method 2:

    I also suggest you go through the steps mentioned in the link and the Coachman.

    Change your screen resolution

    http://Windows.Microsoft.com/en-us/Windows7/change-your-screen-resolution

    Method 3:

    Step 1:

    I also suggest you to check if the problem persists in safe mode.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    Step 2:

    You can also check if the problem persists in a clean boot state.

    Clean boot:

    This could happen if one of the substantive programmes is in conflict with the proper functioning of your computer. To help resolve the error and other messages, you can start Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7 http://support.microsoft.com/kb/929135

    Note: when you are finished troubleshooting, follow step 7 article to start the computer to a normal startup.

    Hope this helps and keep us posted.

  • 3ds Max falls down using Quadro 1000 M map on battery

    If I run 3ds Max 2012 on the 1000 M Quadro card with the power adapter is plugged in, it works fine. If I unplug the power supply while the program is running, or run the program under the power of the battery that the program will run for a few seconds then freeze.

    Passing under the graphics Intel works fine, however the purpose of having a portable workstation class is to take advantage of the option chart inproved.

    The W520 is listed as "certified" by Autodesk Max 3ds. I have all the latest drivers Lenovo and Windows, as well as the latest version of the BIOS installed starting from 10/01/2012.

    Anyone having problems with apps crashes when using Quadro graphics on battery?

    I got the latest bios and Quadro driver on the Lenovo site installed when I got the question.

    The last driver from Nvidia site solves the problem.

  • 3ds max to the workflow youtube

    I did recently in 3ds Max animations, but I'm really missing experience in video editing and compositing side of things.  Essentially, my problem is when I export a program media, I basically just guess what I should use the settings.  This is a link to my video badly formatted and bound together:

    http://www.YouTube.com/watch?v=rHCGNuX_U3M & feature = youtu.be

    my workflow goes like this:

    3ds max > aftermath > first > and I would like to first of all using speedgrade

    So here are my questions:

    Should what file format I use to export my images of 3DS Max? JPEG? PNG?

    What would my rendering settings as when I go legacy?

    What would be my first export settings or should I just choose file > Send to grade speed

    What settings should I choose when exporting speed category?

    This last video I made was 720 x 486 size.   I used 24 fps for these videos.

    I know it's a lot, but the direction or assistance is greatly appreciated.  I don't know what I'm doing.

    If you simply not comply with requirements already established workflow (specification), choose a digital intermediate format/codec is best looking ' quality / file size / render time ' ratio.

    For quality control, you can use the following technique:

    -in After Effects, define your project to 32 bits and workspace linearize for more accurate mixing;

    -Drop your original file so a convert a particular codec in the same composition.

    -put a top layer of blending mode to difference.

    The result to the pure black solid, the slightest mathematical movement in pixel values.

    Since there is no 'original file' on the export of the 3D application, you can start with 32-bit OpenEXR as a high level and then run your own tests with other rendering options and decide what serves you best with your specific limits (CPU, GPU, RAM, disk space, etc.)

    Similarly, when you decide on a format/codec intermediate for PrPro: run your own tests and decide which ones that off a load of production codecs, of the same family of codecs, image based as DPX, TIFF, TGA, PNG to video based as ProRes, video DNxHD, UT, Lagarith, CineForm etc. serve you better.

    Your workflow SpeedGrade depends on what version of PrPro you use. Aside from that, you need to clearly identify why you want to use SpeedGrade. It may seem that using built-in effects AE (e.g. Color Finesse by synthesis) or by sending to intermediate SpeedGrade exported from the AE composition, save the eyes and applying effect apply color LUT in AE is more effective to send your sequence of PrPro to SpeedGrade.

  • Grouping data with dates of Max and Min problem

    Ladies and gentlemen,

    I have a problem that I have tried from different angles. It's probably very easy for some of you, or some of you may have met before, so any help on this is greatly appreciated. I will describe below.

    I have the following data:

    User station site code dstamp ref Qty
    -------- --------- ---------- ------------- --------------------------------------------- ------- -------
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.43.06.566193000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.49.31.364224000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.49.47.413252000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.51.48.906793000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.51.56.947312000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.54.29.396052000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.54.37.444307000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.57.00.237546000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.57.04.285148000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.59.24.745162000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.59.44.774318000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 14.01.22.434940000 ref_1 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 14.01.51.291059000 ref_1 1125
    Site_1 user_1 RPT104 Activity_2 16 May 11 14.05.23.572211000 ref_2 1125
    Site_1 user_1 RPT104 Activity_1 16 May 11 14.06.01.058978000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.41.341612000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.375972000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.388699000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.401287000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.413361000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.425675000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.437360000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.449079000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.460697000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.472606000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.484031000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.495551000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.513645000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 16 May 11 14.06.49.530405000 ref_1 1125


    and I'm looking for it in this format:


    Site user station code start end ref Qty
    --------     ---------     ----------     -------------     ---------------------------------------------     ---------------------------------------------          ----------     -------
    Site_1 user_1 RPT104 Activity_1 13.43.06.566193000 16 May 11 May 16, 11 14.05.23.572211000 ref_1 1125
    Site_1 user_1 RPT104 Activity_2 14.05.23.572211000 16 May 11 May 16, 11 14.06.01.058978000 ref_2 1125
    Site_1 user_1 RPT104 Activity_1 14.06.01.058978000 16 May 11 May 16, 11 14.06.41.341612000 ref_1 1125
    Site_1 user_1 RPT104 Activity_3 14.06.41.341612000 16 May 11 (May 16, 11 14.06.49.530405000 + 4secs ref_1 1125)
    either may 16, 11 14.06.53.530405000)


    I can get the hours start and end without problem using data intial twice and it compensation by a rownum is but using the functions max and min based on the data that I get:

    Site user station code start end ref Qty
    --------     ---------     ----------     -------------     ---------------------------------------------     ---------------------------------------------          ----------     -------
    Site_1 user_1 RPT104 Activity_1 16 May 11 13.43.06.566193000 * May 16, 11 14.06.41.341612000 * ref_1 1125
    Site_1 user_1 RPT104 Activity_2 14.05.23.572211000 16 May 11 May 16, 11 14.06.01.058978000 ref_2 1125
    Site_1 user_1 RPT104 Activity_3 * 14.06.41.341612000 * 16 May 11 (May 16, 11 14.06.49.530405000 + 4secs ref_1 1125)
    either may 16, 11 14.06.53.530405000)

    who is missing on the 3rd line of the previous dataset (if everything goes well in fat after validation) and assigns the wrong time end.

    I think the solution may have soemthing to do using the function dense_rank() (any ORDER by code, start) but I'm not too familiar with it and I think that the facts in the Start column data is unique it affects its functioning.

    If anyone can offer any help or point me in the right direction I'll offer eternal grace and rest a drink we should never meet!

    see you soon

    Published by: MickyMick on June 7, 2011 03:21

    BobLilly wrote:
    Tabibitosan of Aketi method can be applied here (see {: identifier of the thread = 1005478})

    Site_1 user_1 RPT104 Activity_1 2011-05-16 13.43.06.566193000 2011-05-16 14.05.23.572211000 ref_1 1125
    Site_1 user_1 RPT104 Activity_2 2011-05-16 14.05.23.572211000 2011-05-16 14.06.01.058978000 ref_2 1125
    Site_1 user_1 RPT104 Activity_1 2011-05-16 14.06.01.058978000 2011-05-16 14.06.41.341612000 ref_1 1125
    Site_1 RPT104 Activity_3 2011-05-16 14.06.41.341612000 user_1 ref_1 14.06.45.341612000 2011-05-16 1125

    According to OP we may 16, 11 14.06.49.530405000 + 4secs. In any case, use method start_of_group:

    With t as (
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.43.06.566193000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.49.31.364224000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.49.47.413252000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.51.48.906793000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.51.56.947312000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.54.29.396052000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.54.37.444307000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.57.00.237546000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.57.04.285148000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.59.24.745162000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 13.59.44.774318000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 14.01.22.434940000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 14.01.51.291059000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_2' as Code
    , to_timestamp('16-MAY-11 14.05.23.572211000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_2' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_1' as Code
    , to_timestamp('16-MAY-11 14.06.01.058978000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.41.341612000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.375972000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.388699000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.401287000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.413361000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.425675000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.437360000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.449079000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.460697000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.472606000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.484031000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.495551000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.513645000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual union all
    Select 'Site_1' as Site, 'user_1' as Usr, 'RPT104' as Station, 'Activity_3' as Code
    , to_timestamp('16-MAY-11 14.06.49.530405000', 'DD-MON-RR HH24:MI:SS.FF') as DTStamp, 'ref_1' as Ref, 1125 as Qty from dual
    ),
    t1 as (
           select  t.*,
                   lead(DTStamp,1,DTStamp + interval '4' second) over(order by DTStamp) ENDTS,
                   case
                     when     lag(Site) over(order by DTStamp)  = Site
                          and
                              lag(Usr) over(order by DTStamp)  = Usr
                          and
                              lag(Station) over(order by DTStamp)  = Station
                          and
                              lag(Code) over(order by DTStamp)  = Code
                          and
                              lag(Ref) over(order by DTStamp)  = Ref
                          and
                              lag(Qty) over(order by DTStamp)  = Qty
                       then 0
                     else 1
                   end start_of_group
             from  t
          ),
    t2 as (
           select  t1.*,
                   sum(start_of_group) over(order by DTStamp) grp
             from  t1
          )
    select  Site,
            Usr,
            Station,
            Code,
            min(DTStamp) STARTTS,
            max(ENDTS) ENDTS,
            Ref,
            Qty
      from  t2
      group by grp,
               Site,
               Usr,
               Station,
               Code,
               Ref,
               Qty
      order by STARTTS
    /
    
    SITE   USR    STATIO CODE       STARTTS                             ENDTS                               REF          QTY
    ------ ------ ------ ---------- ----------------------------------- ----------------------------------- ----- ----------
    Site_1 user_1 RPT104 Activity_1 16-MAY-11 01.43.06.566193000 PM     16-MAY-11 02.05.23.572211000 PM     ref_1       1125
    Site_1 user_1 RPT104 Activity_2 16-MAY-11 02.05.23.572211000 PM     16-MAY-11 02.06.01.058978000 PM     ref_2       1125
    Site_1 user_1 RPT104 Activity_1 16-MAY-11 02.06.01.058978000 PM     16-MAY-11 02.06.41.341612000 PM     ref_1       1125
    Site_1 user_1 RPT104 Activity_3 16-MAY-11 02.06.41.341612000 PM     16-MAY-11 02.06.53.530405000 PM     ref_1       1125
    
    SQL> 
    

    SY.

  • Adding 3d object to the w3d (imported into director of 3ds MAX file)

    How can I add 3d object to the w3d (imported into the Director of 3ds MAX)
    For example I have the building model in w3d file, I import it into the Director! After I want to load files w3d with furniture and place it where needed in the building. Maybe someone can offer another way to get the result. Sorry for my bad English! :-)

    Quote:
    Posted by: newsgroup user
    Read the docs for loadFile() and cloneModelFromCastMember() orders

    Thank you! I read the docs about it - here's what I need!

  • Tools and help is missing from my menu bar.

    All I can find is how to add the Menu bar I have; what Miss me are the menus tools and help. I've updated to version 21, and he is still missing. How can I find these 2 missing menus?

    jscher2000: I tried your suggestions, but still does not work.

    I chose reset when Shift and double click on the icon of the Office (and not in Safe Mode) and it worked. Someone had mentioned previously is not to do this, but it doesn't seem to be another option.

    I lost all my Add-ons, but my favorites are there.

    Essential is that it worked! I never knew so much grief trying to get something fixed. I think I might switch to another browser.

Maybe you are looking for

  • SW antivirus for Mac OS

    SW antivirus is recommended using Mac OS? and if so, what sw package works best?

  • Disabling BioExcess fingerprint reader?

    Lenovo V570 with Win7 Home. I registered two fingerprints to be used instead of a password. If I want to return to my password to connect, how stop or disable the fingerprint reader?

  • Reactivation

    We had a virus and need to reload windows and reactivate Windows xp pro service pack 2, but our sticker with the gold band and number is missing. What should we do.

  • I need to change the extension on a .dll file

    I acidentally chose to open a dll using Microsoft Word, and of course the box has been checked to always use the selected program to open this type of file.  If all the DLLs in my computer are slamming me with errors.  I went to change the extension

  • Apex Data Wizard

    Hi allWe use the care Assistant apex, now during the Validation process, we want to perform validation custom, is there a way that we can access the data? Please suggest?