Create Nice angled copper pour - ultiboard

I want to design nice sharp angled copper pour areas normally at 45,90 or 135 degrees, as shown in attached image.
1. I have seen that there is no such feature in ultiboard for copper pour?
2. Using copper polygon & drawing shapes at it doesn't gives such sharp angles as they are manually rotated , and they looked bad in PCB?
How to do that
Attachments:
images.jpg ‏7 KB

Hi there,
One method to do this is to draw a copper area outline whose angel is 45°/135° first and then draw the polygon over the tracks. 
You can press the Space bar while placing a line in a copper layer, this will toggle between orthogonal, diagonal, 45 degree, and any angle lines.
Alternatively, in the Customize dialog box an Any Angle Lines is available, complete the following procedure to add this option to your user interface:
From the main menu select Options» Customize Interface
Select Place from the Categories listbox
Put your mouse cursor on Any angle lines from the Command listbox. Hold the left mouse button down and you should see a small rectangle attached to your mouse cursor
Continue to hold the left mouse button down and drag the rectangle over Place main menu to expand it. 
Drop the rectangle in the Place menu
Tip: You should repeat the above steps and add the 45 degree lines to your menu so that you can switch between any angle and 45 degree line while working on the layout.
After you finished the polygon, you can delete the copper ppour outline. In the polygon properties, you can also set the width of it.
Hope this helps!:-)
Regards,
Chen_T
National Instruments

Similar Messages

  • Creating a Customized Pad in Ultiboard

    I am trying to create a Customized Pad with a Specific size in Ultiboard so that I can make use of it for my PCB Design.  I tried to customized a Chip Pad from the Master Database in Ultiboard, but am not successful. 
    I would appreciate if anyone could give me the steps or guidelines on how I can achieve creating a Pad of specific dimensions or sizes.
    Regards.

    Hi there,
    If you want to edit an exist Chip Pad in the Master Database, you should copy it to the User Database first.( right click the item, and then select User Database)
    The following tutorial might be helpful to create a custom component in Ultiboard.
    Creating a Custom Component in NI Ultiboard
    http://www.ni.com/white-paper/5631/en/
    Hope this helps!:-)
    Regards,
    Chen_T
    National Instruments

  • Creating Multi-Angle Video?

    hey All,
    Blu-ray and some dvds have the abilty to do multi-angle video.  I was wondering if there is anyway to create multi-angle video files for a media-less (no dvd/blu-ray) playback.  Where the user could open a video file and click a button to get to the other angle?
    Any help would be appreciated or how-tos.
    thanks.

    SU wrote:
    …  multi-angle video.  …   Where the user could open a video file and click a button to get to the other angle?
    ask the experts at the Quicktime board
    https://discussions.apple.com/community/mac_os/quicktime?view=discussions
    afair, at last the older Qtplayer app 7 offered a 'switchable' tracks/'angles' feature.
    for switchable tracks on a website based video, helpful html5-gurus will explain that.
    finally, FCPX doesn't - best to my knowledge - export multi track videos.
    but it's 'versions'/alternatives feature
    http://help.apple.com/finalcutpro/mac/10.0.6/#verbbd3587d
    would allow a somewhat simple way to create a project in same 'structure' and length (to synch the diff tracks) but offering diff. shots.

  • How to create right-angled arrows or lines to connect forms?

    Hello,
    I am new in this forum and I would like to know whether there is an easy way to create right-angled arrows to conncet forms. Currently I create several lines and put them together manually. This is very time-consuming.
    Is there an easier way to do this in pages1 or keynote2?
    (I want to create an organization chart!)
    Thanks for your help.
    Juergen
      Mac OS X (10.4.8)   iMac G5 20"

    A copy and paste procedure might help here, but Apple's Clipboard only holds one item at a time, which is limiting. Copy something else and your previous item is gone. One way to overcome that limitation is with a utility called CopyPaste available from scriptsoftware.com. CopyPaste offers a hundred or more clipboards. I use it to store either text or objects that I use over and over. The palette collapses and a small icon floats above all else. Just stick it in a convenient place and it will open when you mouse over it. You could create your arrow once, copy it to Copy Paste, and paste it in where ever you need it. It won't be erased from the clipboard when you copy something else and it will be remembered when you shut down or restart. You can create, name, and organize multiple clipboards to file items you constantly reuse.
    To be able to move your arrows arround, be sure to click outside the layout area before pasting.
    Hope this helps.
    Walt

  • Cant create smooth angled lines

    im needing to create a fairly simple graphic of a plain rectangle with an arrow on one side. the rectangle looks fine, 1 pixel border, but the arrow looks badly jagged in all browsers.
    ive tried 2 lines angled, the arrow shape and a triangle, slightly squashed but all have the same problem.
    settings are 1-pixel soft border and edge: anti-alias
    this must be possible to get the angled lines as sharp and clear as the rectangle appears...
    how would i do it ?

    Is this a little better? If you're going for a triangle, the aliasing to the monitor pixel grid is really difficult to avoid. Here's what I did:
    Imported your posted image and scaled up by 400%
    Created a rectangle
    For the triangular piece,
    Added guidelines, where the distances between guidelines are divisible by four (othewise, the reduction won't alias properly)
    Drew a triangle with the pen tool, using the intersections of the guide lines to get correct placement
    Selected the triangle and rectangle and combined them with Modify>Combine Paths>Union
    I duplicated this shape, setting the lower to fill, no stroke and the upper to stroke, no fillThe stroke is a 4-pixel Soft Line, with Stroke Options... set to Inside Path (centering the stroke on the path puts the math off by a few pixels)
    Exported to a flattened .png
    Imported the flattened .png and scaled down to 25%
    When you're trying this scheme with geometric pieces, it's important to create the objects with dimensions that are integral multiples of the scaling factors you want to use and to place them at locations that are evenly divisible by the scaling factor . (In this case, 4.)
    Fireworks .png file here: http://www.box.net/shared/8e58vtffdbxsn9gafa2g

  • How do I create an angle in Pages?

    I would like to create a math exam in Pages and need to be able to represent angles in the plane. Can I make figures like this in Pages?

    Peter,
      Thanks. I was successful in making a coordinate axes and a ray for an angle but when I tried to indicate the angle with the curve, every time I try to move the cursor to a new place it creates a line. How do I stop that from happening?.

  • Create NIC team using all interfaces

    I'm trying to put together a function that will take all the physical NICs on a server and team them together. I'm not even sure where I found the example, but here is the code I have below. This seems like it should be much simpler and that I'm missing
    something.
    # Create a network team using switch independent teaming and Hyper-V port mode
    Function TeamSetup ($teamName)
    $adapters = Get-NetAdapter
    $nicList = @()
    Foreach ($nic in $adapters)
    $nicList += $nic.Name
    New-NetLbfoTeam $teamName –TeamMembers ($nicList) –TeamNicName $teamName -TeamingMode SwitchIndependent -LoadBalancingAlgorithm HyperVPort

    This actually seems to be some sort of problem with running these commands as part of a script. If I enter my original code directly into PowerShell line-by-line, it works as expected. As does the same command using the * wildcard instead of the $nicList
    variable. No matter how I change the code in the script, it fails with this error:
    New-NetLbfoTeam : There are no teamable NetAdapters on the system matching TeamMembers parameter
    At C:\Script.ps1:190 char:2
    + New-NetLbfoTeam $teamName –TeamMembers ($nicList) –TeamNicName $teamName -T ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (MSFT_NetLbfoTeam:root/StandardCimv2/MSFT_NetLbfoTeam) [New-NetLbfoTeam
    ], CimException
    + FullyQualifiedErrorId : MiClientApiError_InvalidParameter,New-NetLbfoTeam

  • Problem creating mixed angle DVD

    When importing the 2nd angle track I get the message :
    The Video Asset angle.m2v is only usable up to 00:00:1;00. Use the first part of the asset anyway
    I have the DVD SP training book and I know what the message means. However in comprossor I can clearly see I have no markers set and I am using the same closed GOP settings for both angles. Any thoughts besides going to CBR? I have a 2 hour movie that I just want to add some short angle segments for and I don't want to do CBR on the long movie. Thanks.

    Hi Craig
    Welcome to the forum.
    I had a similar problem with a mixed angle DVD and it turned out to be a corrupted chapter marker in the track. I basically had to find it by trial and error, deleting half the markers and trying a build, if it worked I'd go back to the other half and delete half again, etc until I found it. In the end, after deleting the marker and replacing it I found that the build would always fail if the marker was placed at that particular GOP boundary - one boundary either side was fine but I'd get the muxer error every time if I tried to put it at that specific point.
    If that doesn't work for you another thing I would suggest is to re-encode your footage from self contained movies of your tracks and don't use compression markers. Edit points out of FCP and compression markers force I-frames in the mpeg to give you a better quality cut in the mpeg. If the I-frames from one stream don't match up properly with the I-frames of another (you can have i-frames within a GOP but only I-frames can form the GOP boundaries) you could be getting GOP boundary mismatch error which isn't being picked up before the build - Internal Muxer Error covers a wide range of problems and isn't particularly descriptive.
    Hope some of this helps.
    Good luck
    B

  • Best way to create nice, wide vocals from a 2 part harmony?

    I know there's no "best" way. But I have a chorus line I've written with a two part harmony. I want it to sound wide and full. What's a good approach to take right now. How many passes of each vocal line should I record? What approach should I take with panning all the parts? And, how might I possibly the whole vocal mix fill a wide frequency range?
    I've tried a LOT of things but I feel like I'm wandering in the dark because I'm quite novice when it comes to mixing vocals (besides having 2 part vocals where both takes are basically EQd the same but jut panned differently). It's time I break outside of the box!
    Any help is appreciated. Thanks!
    Message was edited by: eMagnus

    This is where you get to choose, as mix engineer/producer. No matter how many tracks we put down, comp, mult etc, there comes a time to make decisions.
    What is more important, more prominent, aids the song in it's entirety. Basically, you're talking about overlapping frequencies. So where the vocals and the synths are together in your chorus you are getting a lot of frequencies in one range.... lets say the lower mids (always a tricky area) 200 - 300Hz.
    You have two basic tools instantly to hand. Volume and frequency. I am simplifying. You can get your levels in the right ballpark (of course you can fine tune with volume automation) and you can tailor with EQ. If there is too much 250hz in the chorus, you need to cut something. One thing makes room for another thing. What this thing is, is entirely up to you. There are no rules for this. If all your sources in the chorus cover the whole frequency spectrum and the whole stereo field you are going to have to decide.
    In one song I mixed recently, the lead vocal was doubled. The intro was sung over a fairly clean picked guitar. I had the two vocals panned just narrow of 9 and 3 o clock. When the verse burst in there are 14 distorted guitars filling the stereo spectrum from hard panned left and right to about 10 and 2 o clock positions. I automated the vocal to become much narrower, 5 points either side of centre for this part of the song. It doesn't sound odd on playback or as drastic as you may think. What it does is make room for these massive guitars and it worked well on this particular song. What it also did was make room for the odd backing vocal that sporadically appear in the song.
    So in this case it was making room on the stereo spread that helped the mix and no eq was changed. That was my decision.
    So basically, if there's too much of everything you need to turn something down or move it out of the way. This can be in frequency, volume or stereo field.

  • How can I match a user created symbol (in Multisim) with a user created footprint (in Ultiboard)?

    I have created a footprint (shape) in Ultiboard and saved it to the user database in Ultiboard. When I create a new symbol in Multisim I don't know how to match it to the footprint. How do I do this???
    /Peter Hygren

    Check this  out, is the last section of a larger tutorial on component creation, but this section in particular discusses how to add the newly created footprint from Ultiboard into Multisim.
    http://zone.ni.com/devzone/cda/tut/p/id/5631#toc10
    Nestor
    National Instruments

  • Ultiboard 12 - bug exporting gerber X

    Hi,
    I believe there is a bug in Ultiboard 12, gerber X handling.
    If you export a layer in gerber X format, the files are generated and correctly interpreted by ultiboard 12.
    The bug becomes apparent when one opens the created gerber files on third partie software or even on Ultiboard 11.
    So far I have seen missing power planes and missing nets when on top of power planes.
    In the PDF atached on the bottom layer you can see short circuits between the power plane and some nets
    On the top layer PDF the nets are missing.
    I share a gerber file, generated on Ultiboard 12 as an example an PDF files for it as seen by Ultiboard 12 and 11.
    Any ideias what may be going on?
    Attachments:
    AmplFinal_2(AmplFinal_2) - Copper Top.gbr ‏32 KB
    AmplFinal_2(AmplFinal_2) - Copper Bottom.gbr ‏52 KB
    Ultiboard 11.pdf ‏243 KB

    Hi Tonitos,
    There were changes to the gerber export when Ultiboard 12 was released. In Ultiboard 11 and older, copper areas were created using lines but in Ultiboard 12 and 13, copper areas are created using polygon shapes.  The commands used in V12 are standard gerber commands and your tool should support them.
    In the old gerber export, your copper top will appear as 1 layer in your gerber tool, but the new format will create multiple layers. For example, the copper top layer you attached previously generates three layers a gerber tool. In attached screen shots, layer 1 shows most of your board covers, layer 2 removes clearances around the pads and traces, layer 3 adds the traces and pad back. I noticed the layer 1 is the same as your pdf attachment screen shot, check with your colleague if all layers are turned on the gerb tool.
    If you like me to look at your design, send me a private message with your email address.  I will send you an email so that your design will remain private.
    Tien P.
    National Instruments
    Attachments:
    layer 1.PNG ‏5 KB
    Layer 2.PNG ‏14 KB
    Layer 3.PNG ‏18 KB

  • Creating a backup of a hard drive continuously

    Hey,
    I'm thinking of getting another hard drive which would be for backing up my entire hard drive.
    I'm not sure whether I'd want this to backup continuously (i.e. if I downloaded a file, it would go straight to both hard drives) or backup at certain intervals (i.e. at the end of every hour replicate the original drive, the advantage to this would be that if ever I accidentally deleted something I needed, say, ~, I would be able to copy it from my backup hard drive to my original hard drive).
    So what's peoples thoughts on this?
    How do *you* backup your data?
    Thanks
    Tom

    If you are considering buying another drive to backup data you might want to look into setting up a software RAID 1. Software RAID allows you to mirror your data on two partitions on separate drives. When something is written it automattically goes to both drives, i guess this means if you delete something it is deleted from the other drive as well so it doesn't protect against user error! In theory this can boost performance when reading information from disk because there is two locations it can be read from.
    I currently do 3 backups, one of my home folder, excluding my music, one of my music, and one of my root filesystem, excluding some directories. I have been using dar for this as it creates nice compressed archives, allows you to split them, and lets you retrive any file from within any piece of the archive. There is also a frontend called Kdar. I have been telling dar to split the archives into 2GB slices and saving them to DVD or storing them on my windows PC using samba. I use 2GB slices because the iso filesystem used when writing DVDs doesn't like single files larger than 2GB.
    Someone just pointed me to an app called scdbackup: http://scdbackup.sourceforge.net/main_eng.html
    It allows you to write directly to cd/dvd which is a nice feature. It doesn't look like it has been built for arch yet so i'm going to look into doing that (although i am brand new to this distro).

  • How many people work on drivers @ creati

    I was just wondering ...
    Even the big NVIDIA Company said a few months ago that they did not had enough man power to create nice Vista Drivers in a short time frame. They just had a few progammers that were busy with thousands of other things and if they had some free time, they worked on drivers.
    ----------------- NVIDIA: ---------------------
    An official from Nvidia, a leading designer of system chipsets and graphics processors, admitted that the company had underestimated resources it needed to develop proper drivers for Windows Vista, but said the issues would be shortly resolved. Besides, the company has outlined its priorities when developing drivers for the new operating system (OS).
    But even though the initial priority of Nvidia when developing drivers were content developers, right now the company has the priority of deli'vering stable drivers for Vista to end-users. It is remarkable that Nvidia even put performance of its drivers on the second place.
    This is exactly what I would love to see from Creative Labs!
    After the bad feedback about poor driver support Nvidia officially said SORRY for this and hired some more guys that work on drivers all the time. And now it seems to be fine again. Nvidia is back on road again and relasing good drivers every few weeks. This was a response that I liked to see. It's not good for a big company like this to get so many bad feedback and reviews.
    Same for Creative. They probably don't get it yet but their poor support and fact that it takes more then a half year to get another bugged driver released is not good for them. People talk bad about them for months now and many people dont want to get CL Products anymore.
    I am playing with crackling issues since more then a half year now and I would like to get rid of it. I payed more then 400 for my Elite Pro Card and the drivers are simply not as good as they should be.
    Isn't it time for Creative to do something with their driver support Shouldn't they do the same like Nvidia or ATI and get some more people working on drivers
    The fact that it takes around a half year for a little driver upgrade shows me that there can not be more then -2 guys working on drivers in some of their free time.
    I am a programer myself, already coded drivers and I know its not easy so I dont want to blame them. But in my opionion its simply not enough. I think more people should work on drivers and they should have a higher priority.
    I have my own community forums ... a year ago everyone said "Get a XFI Card - best one!". Today everyone says "Don't get XFI - nice hardware but bad drivers".
    This should not be ... its bad for CL so please CL ... do something about it and change something! Other big companies already did it! If you dont do it this will have many bad bad results for you! Nobody wants to buy your product anymore if you can't create nice drivers for it!

    As a gamer, having capable hardware is a must at all times. When i built my new system recently the only thing that traveled from my old system to the new build was my sound card, the X-Fi. Amazingly to my surprise all my other hardware had vista x64 software/drivers available. Sadly enough i must say that i really liked this card and how it ran on my older system, it was because creative had so called vista drivers i went ahead and installed it (vista). Unfortunately i am too far in vista with my other apps, work to go back and too be honest i like it. I am getting the point where i am very close to getting rid of this card, reason being i can only run my games in software sound mode which is majorly sucking now. There are a few cards which i cant mention bc the mods will just remove the name and while they already have mature vista drivers the lack of EAX 3.0+ is whats holding me back a few more weeks. Interestingly its also creative's fault that no one else can use EAX 3.0+.
    To answer your question a bit more directly, creative probably has no more than 2-3 ppl working on drivers at any one time. And until recently that probably did the job fine, unfortunately times have changed OSs are more complex, driver writing isn't what it used to be and creative needs to get their but in gear..Maybe even let us know whats going one every once in a while. Because like i said it before and will say i again, once valuable customers are lost they usually don't come back even if they develop a superior product.
    Pete

  • Is there a way to create date based timelines in iBook Author?

    Hi guys,
    Is there a way to create nice looking timelines in iBook author? I was going to utlize the interactive image functionality but it would be great if there were other options. Just something simple like dates along the bottom and then pictures above it with maybe some links in the body copy to actual chapters in the book?
    Here are some examples I found on the web but not sure if something similar can be done in iBooks (mine would be much simpler):
    http://timeline.verite.co/
    http://www.timetoast.com/
    http://www.tiki-toki.com/timeline/entry/55/The-Fight-for-Democracy-in-the-Middle -East/#vars!date=2010-12-18_08:00:20!
    Maybe we need to create a custom HTML widget? I really have no idea so any help is GREATLY appreciated.
    Thank you in advance!

    Hi KT, I saw that before but it's more about stiching an image and showing a change over time. I am just looking for date based timeline which shows events... a calendar basically in a timeilne format. Thank you though. I'll keep digging and post any solutions I find here.

  • How to create a quality presentation in Acrobat 9 Pro

    I think I got this, but I'm checking to make sure, even though I've owned the CS4 Master Collection for 2 years, I've done very little with Acrobat. Adobe Presenter is not an option for me at this time.
    I own MS PowerPoint 2007, but my guess is that I can produce a better presentation using Acrobat than PowerPoint. It seems as simple as importing whatever still pages I have created/obtained in Photoshop or elsewhere and using the multi-media options to add audios & videos. Then, after appropriate adjustments in Edit>Preferences, just run it in full screen mode and I'm good to go.
    Presuming Acrobat will handle image & video resolutions at least as well as PowerPoint, I ask for any suggestions, cautions, and best of all, maybe a good video tutorial on creating nice presentations using Acrobat.
    Another question is whether it is better to start with PowerPoint and finish in Acrobat.
    Finally, I love the portfolio revolve format, but there isn't a way to do this in presentation form, like by using a sort of full screen view without the menu bar, etc., is there?
    Thanks, everyone.
    Paul

    I create presentations in my word processor. But I am not dealing with the audio and video issues. The latter can be added in Acrobat. In a typical use, Acrobat will ask if you want to run certain video or audio as a security check. That aspect annoys a lot of folks, but it is for your own good.
    In my word processor (not WORD, but a technical word processor) I have a slide template and style sheet. If you like PPT, then you could also start there and add the audio/video when you get to Acrobat. LaTeX also has a slide template and a lot of dedicated LaTeX users start there and then create the PDF for the actual presentation. In any case, you generally need to create your content someplace else and then convert to Acrobat. Acrobat is not really an editor as your question could imply. However, you can bring together several pages created in other applications to make a final presentation.
    Doubt I helped much, but maybe this provides some guidance.

Maybe you are looking for

  • How do I save items from my old ipad to my new one?

    How do I save items from my old ipad to my new one?

  • Display long text of characteristic in Query name

    Hi All, I have implemented RRI between my sender and receiver query. When user will click on WBS Element in my sender query <b>the receiver query name will be the name of that WBS Element.</b> After execution,I am able to see the Short text associate

  • PC not recognizing iPhone 3G

    I have an iPhone 3G and for some reason my phone is no longer being recognized by my PC. Please help me figure this out. I plug it in with its USB connector and my PC (running XP) no longer picks it up. Also, one of my iPhone capable music players do

  • Rman backup with  standby database

    Hi All, I am looking for some suggestions for rman backup with standby  database with datagaurd but no active DG. I wanted to do a rman tablespace backup. but I am stuck at  sql 'alter system archive log current' in rman  with standby as target. whic

  • IC Win cookbook

    Hi All - Can anyone send me the IC Win cookbook or the service market place link from where I can download the same. TIA, Aarthi.