Ratio feedforward hvac

Hi all,
I am a newby to Labview running the 2010 Evaluation with Control Design and Simulation Module and PID Module.
My field is HVAC controls and I am trying to design a simulation of a control loop that implements a very simple ratio function known in the industry as outside air compensation. Here the temperature of the outside air influences the setpoint for the heating water in such a way that when the outside air temperture is say 20 degrees C the setpoint needs to be say 40 Degrees C and when the outside air temperature is say -15 Degrees C the setpoint for the heating water is 90 Degrees C. This is generally known as a heating curve and is a function every DDC (Direct Digital Control) controller in the HVAC market implements as a standard. See Picture below.
It mus be my lack of experience with LV but I cannot seem to find a function that implements this. I searched the forums and the help files, but no luck. The PID setpoint profile function provides a ramp but based on time, the PID lead Lag function also does not seem to fit. Should I use an array as an input to the PID controller setpoint or is there a better method?
Any help would be greatly appreciated.
Peter

Thanks, I'll try to play with the connections and see if I'll be able to understand them. 
But is it possible to incorporate the PID Parameter (Rise Time, Settling Time, Overshoot, Gain Margin, Phase Margin) on the example that I have uploaded? The Example I've Seen regarding the above mentioned parameters works only if the input to the 'Time Response Function', But on the simulation example that I mentioned, I don't see any TF input to the PID since it comes from the Plant to Simulator. Does the Plant Simulator works on a specific Transfer Function?
I've uploaded the 2 files that I wanted to combine. 
Thanks
Attachments:
prctrlex.llb ‏1248 KB
controlsys_analysis.vi ‏499 KB

Similar Messages

  • What are the ideal specs for a DigiBeta master tape when authoring a "widescreen anamorphic" 16:9 SD DVD (original aspect ratio is 14:9)?

    I just received the masters for a new SD DVD. I would like to author a "widescreen anamorphic" SD DVD horizontally squeezed widescreen image stored in a standard 4:3 aspect ratio DVD image frame. (On 4:3 displays, mattes should preserve the original aspect ratio. On 16:9 displays the image will fill the screen at the highest possible resolution.)
    Below I've listed the specs of the Digi Beta master tapes the producers have sent to me for digitizing. I'd like to know this: What are the ideal specs for a DigiBeta master tape when authoring a widescreen anamorphic SD DVD, using material with an original aspect ratio of 14:9?
    I've also listed my guesses below. Please let me know if my guesses are right. If not, please suggest alternatives (and if possible explain why.)
    TECHNICAL SPECIFICATIONS OF EXISTING MASTER:
    Tape: DigiBeta
    Original Aspect Ratio: 1.55 (14:9)
    Vid Rate: 29.97 fps
    Pixel Aspect: NTSC - CCIR 601
    Frame Size: 720 x 480
    Anamorphic: Full-Height Anamorphic (16:9 image displayed in letterboxed, non-distored 4:3)
    Display Format: 4:3 Letterbox
    MY GUESS AT IDEAL TECHNICAL SPECIFICATIONS (for a DigiBeta, that is):
    Tape: DigiBeta
    Original Aspect Ratio: 1.55 (14:9)
    Vid Rate: 29.97 fps
    Pixel Aspect: Square
    Frame Size: 720 x 540
    Anamorphic: YES
    Display Format: 16:9 Anamorphic (horizontally squeezed widescreen image)
    Please feel free to ask for clarification or further information you need to answer my question.
    Thank you so much in advance for your help!
    Best, Noetical.
    BTW, I can't wait for the day when everything has gone digital and we get digital intermediates instead of tapes to digitize!

    Hi Nick...thanks for taking the time to reply to my question.
    Nick Holmes wrote:
    What you have there is a mess.
    NTSC pixels are never square.
    NTSC is 720x486, even when it is Anamorphic.
    You shouldn't be using an already letterboxed master to make an Anamorphic version. Get the master that was made before the letterboxing stage.
    When you make an Anamorphic DVD it should display as 16:9 full screen automatically on widescreen TVs.
    The same DVD will automatically letterbox on 4:3 TVs.
    Um yeah...duh. That's exactly what I was trying to explain in the preface of my question. I'm sorry if I didn't make it clear...all these things you mention are the reasons I'm putting together a list of the technical specs of the DigiBeta I need so I can have them send that instead of the stupid letterboxed version. 
    Look, I'm sending this request to some intern at their offices in England, asking for a master with which I can make an Anamorphic DVD. They already sent me this master, which as you and I both agree is an idiotic asset to use for these purposes. As such, I was hoping for advice on a more precise way of requesting the master that I need than asking for "the master that was made before the letterboxing stage." Upon reflection, perhaps I'll just do that. If you or anyone else has a suggestion about something I should add to my request that would improve the odds of them sending the tape I need, please repond. Thank you!
    BTW, It's been a long time since anyone has responded to something I've written or said as though I'm an idiot. I remember now that I don't really like it. (Moving along...)

  • XML file from '08 has a different aspect ratio in FCP 6?

    I have the new canon vixia hg 21 which is avchd and FCP 6 isn't recognizing it. Using Imovie to recognize the files works fine, the problem is that when you export from imovie '08 into FCP via xml, it imports fine, but I get a display issue with black bars surrounding the footage, only in the canvas. It appears fine in the viewer and in it's own sequence in the timeline. But when you mix the different camera footage together, the other being the Canon XH A1, it appears as a different aspect ratio??? What the? and for the life of me, I've re imported using 16:9, no difference...I have no idea what's going on.
    Any help would be greatly appreciated!

    You should really take this to the Final Cut Pro forum as the codecs and the interface is different for Final Cut Express.

  • Video pixel ratio in Adobe Bridge CS3

    How do I get the video Pixel Ratio to show in Bridge CS3? I went to preference and it is already checked. But, I can't seem to figure out how it show in the metadata tab. Thanks for your help.
    Perry

    In the Find box the Match drop down has 2 options. "If all criteria is met" is like "and" while "if any criteria met" is like "or" logic.

  • Query help,  Percentages / ratio to reports / nests

    Hi
    I have a query that returns data like this
    D_NO POINTS COUNT_POINTS ID_COUNT
    4002 L_T_69 12 282
    4219 L_T_69 1 151
    4228 L_T_69 18 193
    4229 L_T_69 7 181
    4230 L_T_69 0 197
    I need to also output a column that works out a percentage of count_points and Id_count. e.g 12/282 * 100 = 4.2
    I had a try with ratio to reports function but no joy for me. I think i need to add in
    another nested select or something but what i was trying wasnt working.
    Can anyone help.
    here is the query so far
    SELECT D_NO,
    GROUPS.POINTS,
    DECODE(GROUPS.POINTS, 'L_T_69' , L_T_69) AS COUNT_POINTS,
    ID_COUNT
    FROM
         (SELECT D_NO,
         Count (CASE WHEN VERBAL <= 69 THEN 1
              END) AS L_T_69,
         COUNT(ID_NUMBER) AS ID_COUNT
         FROM TBL_1
         WHERE VERBAL IS NOT NULL
         group by D_NO)
    TBL_1,
    ( SELECT 'L_T_69' POINTS FROM DUAL )GROUPS
    thank you

    Not sure if this is what you're looking for but it may give you some clues:
    select object_type
          ,has_a_c
          ,type_total
          ,round(100 * (has_a_c / type_total),2) ratio
    from
       select object_type
             ,sum (case when instr(object_name,'C') <> 0 then 1
                        else 0
                   end) has_a_c
             ,count(*) type_total
       from   all_objects
       group by object_type
    OBJECT_TYPE          HAS_A_C   TYPE_TOTAL   RATIO
    CONSUMER GROUP             1            2      50
    EVALUATION CONTEXT         1            1     100
    FUNCTION                  50          113   44.25
    INDEX                      7           20      35
    LIBRARY                    0            2       0
    OPERATOR                   1            2      50
    PACKAGE                  500         1158   43.18
    PACKAGE BODY             487         1126   43.25
    PROCEDURE                 54           86   62.79
    SEQUENCE                  62          116   53.45
    SYNONYM                 1060         2298   46.13
    TABLE                    365          721   50.62
    TABLE PARTITION           15           15     100
    TYPE                     104          272   38.24
    VIEW                     834         1896   43.99
    15 rows selected.

  • In normal view, half the page disappears off right of screen. in full screen this does not happen. what can be done to correct the screen ratio for normal screen?

    version 5 loaded on windows 7. all went well for a while. one day while using, ratio of normal screen doubled in width; i.e. half the page disappears off the screen to the right (on a wide screen). when full screen mode applied, ratio is fine. it only happens in normal view, which is the usually prefered option. I cannot determine any means within the program to resize the normal screen. nothing else is affected, only mozilla firefox in normal view. not that when program is opened from keyboard the page is correct for a moment, then enlarges the width with 1/2 page dissappearing.

    This issue can be caused by the Babylon Toolbar 1.1.8 extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • How to fix an error in sequnece setting (aspect ratio)?

    Hi,
    I have been working for a while on a project in CS4. I have created a sequence in it with an aspect ratio (AR) of 4:3 - worked for hours on it - but I should had the sequence created instead in 16:9. I realised it a bit too late...
    So how do I fix it?
    Apparently amending the sequence setting for AR cannot be done - please let me know if there is any way of doing this.
    Someone suggested editing the PRPROJ file of the project - but when I opened it I was unable to detect under the sequence name (I found a few entries with it) where I can easily change the sequence to 16:9.
    So then I found people suggesting I copy/paste all the assets from the sequence into a new one that is correctly configured with 16:9. When I did this - CTRL+A and Copy, then paste into a new sequence in the same project - it copied all the clips and I think also all the transitions. But the key element that it did not copy over were all the changes I have done to the sound - I have been editing via the sound mixer (in Write mode) the sound, and then also made changes to the master track volume levels. These were not copied over.
    I really don't want to have to do the mixing all over again. If someone can explain how I can fix the problem in any way I would be most thankful.
    While I am here asking - another 2 small questions that have been bugging me:
    How I can copy and paste volume keyframes from either the master track or a clip and apply it on another clip/section of the clip that would be very helpful. This would for example be useful if I am able to find a certain volume level that I would like to apply to the desired section without the need to sit and "record" (using the Write function) those settings on the desired area. If there is any means to apply the properties on audio track this way - that would be really useful and time saving.
    A best practice hint: when you try and create a sound level for a project - what PC volume level setting do you set in your PC that you use as a benchmark by which we then work out the sound level that would be created in the project? Obviously if I push my PC volume al the way up I would probably mix my sound in the project too low. And if I set the PC volume too low - than I would probably be setting the overall sound level too high and get distortion. As the movies I created would be burnt onto a DVD - what is the volume level on the PC (if there is any means of establishing a standard volume) that I need to match first before I go and figure out what level of sound the finished DVD would have? Of course I can work on say a 50% and then apply gains and volume increases based on that 50% of the max sound my PC plays out. But that sounds pretty much like a random setting and not optimised for other devices.
    My system:
    Windows 7, 32-bit
    CS4, v. 4.2.1
    This looks like a fairly basic question but I am unable to find a good answer to it...
    Many thanks to the person who shows me how this can be done without me going crazy over the need to start all over again...
    Eroka00

    Hi Ann,
    Your tip saved me a lot of time indeed....!
    So I created a new sequence, made sure it was 16:9, copy pasted all of the assets, but then had to do the following:
    1. Copy/Paste Attributes for all the video clips (these do not transfer);
    2. As you suggested used the whole of the old sequence as a nested sequence in the new one, eliminating the video altogether.
    I still had a nagging issue that the project would not render or export well - but that turned out to be an issue with rendeiring large files (the video was an uncut clip of almost 10GB, andother of 6GB). Splicing these into 10 minute segments and rendering them separately did the trick.
    It's ben amlong Xmas weekend and endless hours spendt on this project. Yaikes!
    Thanks for the workaround idea!

  • Neo2 Platnum - memory ratio issues, please help!

    hey all
    very strang stuff...
    just got a 3200+ winchester .90 CPU, its nice. also have 2x twinx corsair 3200 non LL ram.
    idea: I had in mind that since my ram doesnt OC very well (220 max) I was going to get the neo2 and play with the FSB and set the ratio of the ram to 166 or something so that I could up the FSB which would in turn up the ram to around 200 or a bit over. thats the idea anyways...
    result: initially I could not even post with this ram, had to flash to 1.3 but now it works. when I try to set the ram to 166 and start upping the fsb, I can get to around 220 fine. any more than 225 and I cant post... huh??? the ram is only running at 183 or so mhz at this point so I know its not that. I raised the voltage of both the cpu and ram to 10% and 2.80v and still had same problem...
    ok, so I thought I would just change the fsb to 133... well again around 225 or so I cant post... ram is running at 150 only then, so definately not ram. I am lowering the HT to 4x and 3x and still no difference..
    my last resort was 100mhz.... well oddly enough, when I set the ram to 100 I can up the FSB to 270 and it posts! I can boot windows at 260 fine, cpu is 2600 and ram is 133 at that point... well the ram doesnt bench too good there obviously, like 3100 in sandra.
    the only other thing I could thing of was upping the FSB as high as I could go to get the ram up there and lower the cpu multi while leaving the ram at 100... I was able to get it up to 300 which the ram runs at 150 and booted into windows. but zcup said that HT was running at 300mhz... when I tried to up it from 3x to 4x it posted all weird, so I dont really want to stay at that level...
    anyone else had issues changing the ratio?? I tried 1.37 with the same result.
    facts: in 1:1 I can run up to 220 and boot windows, so ram runs fine at 220
    : the CPU runs fine at 2.6ghz so the cpu is ok
    the only conclusion I can come to is that the motherboard is wacked out.. I think the bios is crummy or something. I cant afford new ram; I only wish I could change the multi on the CPU!! waaaaaa
    any thought are appreciated

    Try reposting in the Overclocking forum, and include your complete system specs in your signature.

  • Neo2 Memory ratio issues, please read

    hey all
    very strang stuff...
    just got a 3200+ winchester .90 CPU, its nice. also have 2x twinx corsair 3200 non LL ram.
    idea: I had in mind that since my ram doesnt OC very well (220 max) I was going to get the neo2 and play with the FSB and set the ratio of the ram to 166 or something so that I could up the FSB which would in turn up the ram to around 200 or a bit over. thats the idea anyways...
    result: initially I could not even post with this ram, had to flash to 1.3 but now it works. when I try to set the ram to 166 and start upping the fsb, I can get to around 220 fine. any more than 225 and I cant post... huh??? the ram is only running at 183 or so mhz at this point so I know its not that. I raised the voltage of both the cpu and ram to 10% and 2.80v and still had same problem...
    ok, so I thought I would just change the fsb to 133... well again around 225 or so I cant post... ram is running at 150 only then, so definately not ram. I am lowering the HT to 4x and 3x and still no difference..
    my last resort was 100mhz.... well oddly enough, when I set the ram to 100 I can up the FSB to 270 and it posts! I can boot windows at 260 fine, cpu is 2600 and ram is 133 at that point... well the ram doesnt bench too good there obviously, like 3100 in sandra.
    the only other thing I could thing of was upping the FSB as high as I could go to get the ram up there and lower the cpu multi while leaving the ram at 100... I was able to get it up to 300 which the ram runs at 150 and booted into windows. but zcup said that HT was running at 300mhz... when I tried to up it from 3x to 4x it posted all weird, so I dont really want to stay at that level...
    anyone else had issues changing the ratio?? I tried 1.37 with the same result.
    facts: in 1:1 I can run up to 220 and boot windows, so ram runs fine at 220
    : the CPU runs fine at 2.6ghz so the cpu is ok
    the only conclusion I can come to is that the motherboard is wacked out.. I think the bios is crummy or something. I cant afford new ram; I just want to be able to change the ratio to 166 and have it work, is this too much to ask?
    Should I RMA the board?

    I use an Antec TruPower and that is hindering my performance right now.
    If its your ram that is failing use memtest to see at what speed it's failing. I started at (1:1) at 2.0 Ghz dropped the multi to 9 and slowly raised the fsb until memtest would give me errors. After finding a setting that was error free i then ran prime95 to see if it was really stable.  I haven't been able to run 1:1 but i do hit 2.5Ghz without any memtest or prime95 errors.
    "the only other thing I could thing of was upping the FSB as high as I could go to get the ram up there and lower the cpu multi while leaving the ram at 100... I was able to get it up to 300 which the ram runs at 150 and booted into windows. but zcup said that HT was running at 300mhz... when I tried to up it from 3x to 4x it posted all weird, so I dont really want to stay at that level..."
    You were running HT at 300 and tried to go from x3 to x4? I don't remember the exact number but you can't go over 1020-1040 on HT.
    Edit: finally... (1:1), now just gotta test for hours on prime95...ugh.

  • New ratio doesn't appear in Bex Query designer

    Hello Experts,
    I added 2 ratios to my infocube. It activated without any problem. I then added these 2 ratios to my multiprovider and activated it after affecting them to the previous infocube.
    Then I connected to the Bex query designer and loaded a report in order to add these ratios, but there are not available for selection in the Ratio menu of the multiprovider.
    Has anyone faced this problem?
    Thanks

    Try reactivating the Multiprovider again and see if that works !
    I had this issue earlier, where I couldn't see two of the newly added characteristics in the multiprovider. But simply reactivating the multiprovider solved my issue.
    - Danny

  • Can you help me solve my aspect ratio issue?

    Hey guys,
    I'm posting this in hopes that someone can help me solve an aspect ratio issue with a project that I have to finish by tomorrow.
    I'm trying to avoid having to re-edit the entire thing.
    I shot the project with my Nikon D7000 DSLR. in 720p 30p (29.97)
    I am running Adobe Premiere Pro CS5 (the trial version).  I have the full version of Adobe Premiere Pro CS3.
    The reason I was working with the trial is that CS3 can't handle the H.264 MOVs that the D7000 records.
    You can work with a timeline, but if you try to export anything, it never works.  I always have to convert my footage to ProRes MOVs with MPEG Streamclip before I can work with them is CS3.  That takes a lot of time and a lot of hard drive space.  After much research, I found out that CS5 is the way to go for DSLR footage.  I just need to save up my pennies for the upgrade.
    So I thought I'd edit this short (1 minute) project with the trial to see how CS5 works with the D7000 footage.
    Upon installing the trial program, I found that the project presets were limited.  I knew this ahead of time because it's clearly stated on the Adobe's website.
    But I wasn't aware how limited they are.
    Since "DSLR 1280x720p 30p" is not an option with the trial, I was going to use HDV 720p 30p.  But that was not an option either!
    So basically, my only option for 16x9 30p was "DV NTSC Widescreen".  It's my understanding that this is 864x480 (in square pixel aspect ratio) or 720x480  (in widescreen pixel aspect ratio)   I needed the output file to be 864x486.  I downsized the footage to 69% in the "Video Effects: Motion" setting so it looked correct in the project.  I didn't think about those extra 6 pixels until I outputed the file and saw thin black lines on the top and bottom.  My guess is that Premiere is adding black pixels because my project is technically 720x480 (1.2121)
    Any thoughts on how I can get a clean 864x486 export?  I'd rather not re-edit the whole thing...which I would have to do in CS3 after I spent a few hours converting the original files in MPEG Streamclip.  I don't know if there is a way to export something out of CS5 and then open a new project in CS3 to make this work.
    Thanks in adavance!
    - Jordan

    On export, just crop a few pixels off of each side; that'll let the image scale correctly to the output frame size without black bars.
    I'm not running the trial, but you should still be able to create a custom sequence preset using the Desktop editing mode. Just switch over to the General tab when you create a new sequence, and choose "Desktop" from the editing modes. Set the rest of the parameters as you need them.
    Even easier: once you've imported your footage, just drag a clip to the New Item icon at the bottom of the project panel; a sequence will be created matching your footage parameters. You can edit at full-resolution, and then export to your desired frame size when complete--you'll probably still need to crop a few pixels (in the Export Settings window) to eliminate the black bars.

  • Importing from iMovie 08 to FCE4 - aspect ratio!!

    Hello All,
    I have clips recorded in iMovie 08 (captured from built-in iSight cam) which I'm trying to import into FCE4. Using the standard FCP XML export in iMovie and opening in FCE4, the aspect ratio of all clips is lost.
    I am using the built-in iSight cam to record a video blog (please don't give me flack about not using a dedicated cam), is there a way to preserve the 16:9 aspect ratio from iMovie? I have used the motion settings on the clips to attempt to restore the original aspect ratio (-33 seems to be close), but this seems terribly unscientific and mostly guess work. Thanks.

    In the browser (view as list) check the Anamorphic Flag associated with both the imported clip and your sequence: both should be set. My guess your sequence is not 16:9, in this case you only have to set that flag in the browser to fix it.
    Setting Aspect Ratio = -33 in the Motion tab restores the right proportions of the original video but creates top and bottom bands in a standard 4:3 video and reduces the original video vertical resolution. The anamorphic flag, instead, fixes the video aspect ratio without losing video quality.
    Hope it works
    Piero

  • 1:1 FSB:Memory ratio on 865pe fisr (250+Mhz)

    Does anyone have memory that is capable of running 250mhz and over? I was interested in knowing whether the bios changes your ratio to 5:4 when you select 250mhz FSB and over like mine does. I don't know why it changes the ratio when the ram is capable of running at 250+ on 2.7V easy. Nothing is holding me back as I have tested all relevant components at required voltages so it is strictly a bios/mobo issue as I see it. Do any of the 5 bioses for the 865pe allow for higher than 250mhz 1:1 ratio? Could it be the brand of memory I have? It is detected as pc3200 memory which is actually a good thing cause it 'tricks' the mobo into thinking it is compatible ram. But even if the ram is not on the list of 'compatible' ram modules, this should not cause such a problem as that. My theory is that this MSI board has set parameters coded into the bios that govern the way the mobo behaves IRRESPECTIVE of the capabilites of the components in the system. If your mem modules, cpu, etc. fall under a certain category defined by MSI, the mobo will change them back to a default or 'safer' setting if you increased it beyond what the deem is acceptable. How do I know this? Well if you use an utility that allows you to change parameters in windows, such as MSI's very own corecenter you will see that the computer will run at a speed that it would not run at if set in the bios (assuming that your components are capable of running at increased speeds). If anyone has done extensive testings and can tell me which of the 5 current bioses are the least restrictive on user settings, can they please let me know?
    My sys specs are:
    MSI NEO2 865PE FISR
    P4 2.4C 800 FSB
    2x512MB ADATA PC4000
    ATI Radeon 9700
    WD 40GB 8MB Cache
    IBM Deskstar 120GXP 40GB
    Lite-On 16x DVD rom
    Enermax 550W PSU
    As of now I am in hardcore diagnostic OC mode. I am taking the time to verify the limits of each of my components separately. Only one component is stressed at any one time and the others are all run as below spec as possible. Lets see what turns up. Let me know what bios works best for you guys.

    U had any problems with u'r ADATA DDR 500?
    Where did u pick it up??
    see my other post for my specs
    http://www.msi.com.tw/program/e_service/forum/index.php?threadid=27815&boardid=10&styleid=1&sid=f383feb6d3080c2e532cb89a2201c498

  • Working with several video formats aspect ratios need help...

    Hi folks I have searched around quite a bit but I need more specific advice based my situation...I am editing a docu about Japanese biker gangs shot on several different SD cameras:
    MY FOOTAGE
    1.Sony Vx-2000 fitted with a  Century Optics 16:9 converter lens bayonet mounted
    2.Canon Xl2 shot in 16:9 mode
    But I also have:
    ARCHIVAL/ACQUIRED FOOTAGE
    1. Contributor's camera SD 4:3 aspect ratio
    2.Contributor's camera SD 16:9 aspect ratio
    3. Transferred from VHS into SD 4:3 aspect ratio
    I would like to standardize the aspect ratio for the project but I am getting confused as sometimes the footage shot on the sony (which should be true 16:9) appears elongated vertically at times.
    Are my settings off?
    Also, I have "title safe" wireframe on in the Canvas and the images all exceed the outer box. I don't have a TV so it's hard to check what (if anything) gets
    lost. I guees most TVs can handle 16:9 without letterboxing....
    Do I have to worry about that? Which box should I crop to if I letterbox? The out or inner? Or the outside of the screen? Should I just letterbox the whole project?
    BTW eventually I am planning on Uprezing the project to HD using Magic Bullet when outputting.
    The overall question is: Who has experience dealing with multiple aspect ratios in one timeline? Can you offer any advice on a work flow to output successfully?

    Sorry to butt in, haven't read the entire thread.
    Suggest you plan from the beginning to create one timeline but encode for two separate output formats.
    Standard procedure for bringing multiple formats is to convert them to a single format as they are ingested. Decide early what the timeline format will be and transcode everything to that codec before anything is brought into the timeline.
    When your project goesgolden, export a single self-contained movie and take that to Compressor to create release movies that will be played on Blu-ray, SD  DVD, online, or in Power Point, whatever you need.
    bogiesan
    Message was edited by: David Bogie Chq-1

  • Help using digital AV adapter iPad to LCD TV.(picture ratio)

    Hello everyone!
    I've recently decided to use my iPad 3 generation, to connect to my TV LG 47 ACL using an Apple Digital AV adapter, the adapter has got two 30 pins and 1 HDMI cable. It kinda works, it only shows half the picture ratio projected from the iPad on 1/3 of the tv screen. I originally thought this would be a TV>remote>picture>aspect ratio setting,  but after playing with the setting; still only 1/3 of the iPad is projected onto the TV. I was hoping if anyone knew of any solutions to using the digital AV adapter to get full screen coverage on this type of TV would be helpful.
    Thanks!

    The other port is the iPad 30 pin connector, just like the one that this adapter plugs into on your iPad. It is there so that you can charge the iPad at the same time that you are using it with HDMI.

Maybe you are looking for

  • Any way to just 'preview' a PDF file?

    Is there any way to be able to open up a PDF file (using Reader or web plugin) and have NONE of the menu bars available?  All I want the user to do is open the file, scroll up and down, and quit.  Mainly for security reasons to block them saving the

  • Disk Utility won't let me repair disk

    Hello Mac helpers, When I run Disk Utility on my hard disk it reports: "First Aid Failed. The Underlying Task Reported Failure on Exit." Also:"1 HFS Volume Checked Volume Needs Repair." However the "Repair Disk" button does not illuminate so I cannot

  • Skip when shuffling not working

    I have all the songs in one playlist marked "Skip when shuffling" but they play anyway, no matter how many times I un-do and re-do it then re-sync my iPod.

  • Why i can't import videos from my Sony cam with iMovie on ipad 2?

    Why i can't import videos from my Sony cam (HDR-XR500) with iMovie on ipad 2? With my iMac i can import videos in iMovie but with iMovie iPad 2 we can't do this...very bad..it's a minimum to can import video from cam!! Bye.

  • Upgrade to OS 10.6.5

    After the automatic upgrade, the hotmail can't attach files. The problem occurs on Safari 5.0.2 and Firefox 3.6.12. Looks like the link on the Attach disappear. Any idea how to fix that?