How do you create a part that has two through holes with a single net connecting to both.

I attempted to create a part that contained 2 through holes with a copper strip between them so they would connect to a single net, but one of the holes (pin 2) gets rejected by Ultiboard as an unconnected entitiy. Is there a way to define the second hole (pin 2) in such a way as to mitigate the problem?
Thanks, Tod
Solved!
Go to Solution.

 Hi
It is quite simple to do so:
when making the footprint, you just put your two TH pins where you need them. name them 1 and 2.
Then in Multisim, when making a new component with the component wizzard,in step 2 make a 1-pin component, and select your desired footprint(which has two pins).
thenin step 3, make/choose your 1-pin symbol.
In step 5 you can map the footprint to the symbol , just use both footprint pins for the same symbol pin.
When using it in your schematic, you'll see one pin, in the layout, there will be two pins connected together..
Good luck
stressed user..

Similar Messages

  • How do you create a form that has user permissions per form field for different user?

    I need to create a form that is used by multi people but each user needs to fill out different fields within the form. I need the first user to make selections from a list and save it to send to another (the selection fields then need to be locked). Then the other user checks one of the selections made by the first user and saves the document to send back to the first user. Not sure if this is possible. I would like the first form field selections not to even show as a highlighted field to the other user (like just be more like a text field). I want the document to be able to be used more than once. The list selections will change and need to be sent to the other user at least once a month or more. Has anyone done this?

    There's no built-in way to do that, but it's probably doable using a custom-made script to hide and/or lock the fields.

  • How do you create a shot that has several different video "layers"?

    I saw an episode of Workaholics where Adam stays up all night and there is a part where he is sitting on the kitchen floor but there is a "second" Adam running around the house at the same time. I would like to try and recreate this but I'm new to Premiere and I don't know the exact terminology that would explain this better. For reference, it is episode 12 "telamerican horror story" of season 3.
    Thanks!

    That scene could be a problem.
    The guy through the doorway is easy as is one of the two guys at the refridgerator.
    But as soon as one of those two guys crosses the other, a 30 minute edit just became an hour of pain and suffering, or more, to edit each and every frame individually. If you are practiced at it, then fine. Otherwise, plan to devote an hour per frame for the first few frames.
    Also, when you shoot the scene, you must, I repeat, MUST have your lighting under control. No sunshine, no stars, no Moon, nothing external coming in anywhere. Otherwise, if your lighting changes, you will spend a LOT of time fixing it, and it still won't be perfect.
    One other thing. Your tripod has to be very sturdy and locked down absolutely tight. The slightest movement will completely ruin the scene.
    However, with proper lighting, a steady tripod, and an actor/actress who hits their marks and never crosses over the boundaries between characters, it is a pretty easy job to get two, three, or even more instances done in just a few minutes.

  • How do You create menu buttons that move up and down with a remote?

    I have six menu items that are linked to their proper locations. When I simulated it a Hand moves over the proper choice then when I click there we go.
    But on the DVD simulator you can't navigate. I thought maybe I would bring in one of the templates to use their buttons I can't get my images to replace theirs. Any help appreciated.
    Jerome

    Take a look here to make sure buttons are being set properly
    http://dvdstepbystep.com/buttons07m.php
    And download the movie if you like
    I create a button, then set the text and include highlights
    I then create another button, then set the text and the include highlights
    I then click on the menu and go to the inspector to see colors
    RED Normal
    BLUE Selected
    YELLOW Activated
    In simulater I then use the remote control and CANNOT navigate through the buttons
    I stop Simulator and then use Auto Assign Buttons Now Command, then relaunch Simulator and get the remote control to work
    Make sure to link the button to the track you want to go to.
    I thought the issue is that you cannot navigate the buttons with the remote control? If you only have one button on the screen, it will always be selected (Yellow in your project as described)
    If it is flashing Megenta and nothing happens, it means a target has not been set (or somehow you are targeting the menu again)
    So the only two condiitions you will see is yellow or magenta.

  • How do you fix an ipod that has a black screen and it turns on but when it turns on the screen gets a lighter black but you still can't see the apps or anything?

    How do you fix an ipod that has a black screen and it turns on but when it turns on the screen gets a lighter black but you still can't see the apps or anything?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar              
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price                       
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the screen yourself if you are up to it
    iPod Touch Repair – iFixit

  • Can you create a template that has a header and footer to forms?

    Can you create a template that has a header and footer to forms?

    Yes but how are they going to create the Landscape versions?
    The problem with doing it in Pages '09 as rotated content is that the Headers and Footers are not rotated and there is inherent clumsiness in the rotated content usually being too large for the page when viewed at 90°.
    Best to make it in two or more separate documents.
    Peter

  • How do i create a report that has drill-down with class?

    How do I create a report that has drill-down levels so that I can have summary information at the top level but then view specific records at a more detailed level?

    can i know ur email address.
    this is my other one coding
    but problem is very very slow when i 1 see my output
    TABLES: proj, coep.
    *&            TYPES DECLARATION                                        *
    *TYPES: BEGIN OF tb_coep,
             wtgbtr TYPE coep-wtgbtr,
          END OF tb_coep.
    DATA : int_proj TYPE proj OCCURS 0 WITH HEADER LINE.
    DATA : int_coep TYPE coep OCCURS 0 WITH HEADER LINE.
    DATA : gd_date(10). " FIELD TO STORE OUTPUT DATE
    TYPES : BEGIN OF t_date,
              year(4)  TYPE n,
              month(2) TYPE n,
              day(2)   TYPE n,
           END OF t_date.
    *&            SELECTION-SCREEN                                         *
    SELECTION-SCREEN BEGIN OF BLOCK b01 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: so_pspnr FOR proj-pspnr OBLIGATORY.
    SELECTION-SCREEN ULINE.
    SELECTION-SCREEN END OF BLOCK b01.
    *&            TOP-OF-PAGE                                              *
    *&            fetch the data for the list                              *
    SELECT * INTO int_proj FROM proj where
             pspnr in so_pspnr.
    append int_proj.
    CLEAR int_proj.
    ENDSELECT.
    SELECT * into int_coep FROM coep WHERE
             wtgbtr in so_pspnr.
    append int_coep.
    CLEAR int_coep.
    ENDSELECT.
    LOOP at int_proj.
      write : / int_proj-pspnr, int_proj-post1.
    ENDLOOP.
    LOOP at int_coep.
      write : int_coep-wtgbtr.
    ENDLOOP.
    Edited by: Dickson on Jul 10, 2009 10:53 AM

  • How can you find an ipod that has been lost

    how can you find an ipod that has been lost and the icloud is not turned on

    lost/stolen                                      
    No app is required.                                               
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • How do you open a picture that has had text added using software such as Windows Photo Gallery?

    How do you open a picture that has had text added using software such as Windows Photo Gallery?

    In Editor, go to File menu>open, and point to where the photo file is on disk.

  • How do you create a 800 x 200 pixell slide show with Photoshop Elements 8?

    I have a banner for a web page that measures 800 x 200 pixels. I would like to create a slide show in the whole volume but I have been unable to discover where to change the standard size of the slide show window to 800x200 in Elements 8. Can anyone help?
    Al

    Many thanks for your reply. I edited a series of photographs to 800x200 as
    you described and then attempted to create a slideshow in Slideshow editor.
    I get a good horizontal fit in the slide frame but there are black bars top
    and bottom since the frame is more than 200 pix high. My question really is
    how do I create a 800x200 slide frame that the edited photographs will fit.
    Subject: How do you create a 800 x 200 pixell slide
    show with Photoshop Elements 8?
    In the slideshow editor interface click once on your image in the main
    window - you will see a bounding box appear together with editing options.
    Click on the More Editing button and when your image opens in full edit
    select the crop tool.
    Set width to 800 px and height to 200 px and resolution to 72
    Drag out your crop rectangle and move your image to the position you want -
    this avoids image distortion but you will sacrifice parts of the original to
    create a banner.
    Press Ctrl=S to save and check version set to save an edit without affecting
    the original.
    Press Ctrl+W to close and your cropped image should automatically pop up in
    the slideshow editor.

  • How do I create a form that is fillable and saveable with acrobat reader 9

    how do I create a form That is fillable and saveable with acrobat reader 9

    To create forms on your computer you need to purchase Acrobat Standard.
    Better yet, Acrobat Pro.
    To provide Extended form Rights you need to purchase Acrobat Professional.
    Or Standard, unless you need to enable digital signatures in Reader.

  • How do you create aligned interactive text boxs in a PDF with the same width and height?

    how do you create aligned interactive text boxs in a PDF with the same width and height?
    Without free hand creating the sizing?

    Assuming by "interactive text boxes" you mean form fields; in Acrobat, make a form field, then copy it and paste. (GIve the pasted copy a different name so they don't genetate the same field feedback.) Now you have two fields of the exact same size. Shift-click or marquee-drag to select both, then right-click and choose a command from the Align, Distribute or Center menu.

  • How do you get FaceTime to work between two Mac's with the same email address? Thanks, Mike

    How do you get FaceTime to work between two Mac's with the same email address?

    I would like to know the same thing.  How does facetime work between a MacBook Pro and an I Pad that run off the same email address/mac id

  • How Can You Track a Person That Has Your IPhone And You Want It Back

    How Can You Track a Person That Stole Your IPhone And You Want It Back

    Log into icloud.com with your Apple ID and use Find my iPhone to track it. If it can't be located that way, there is no way to track it.

  • How do you recover an app that has been downloaded already but got deleted by accident,but don't have a credit card

    HHow do you recover an app that has been deleted.?

    I've asked this thread be moved to the iPad forum.  iPads can't run Classic operating systems:
    Using iPad

Maybe you are looking for

  • How do I change font colors in the navigation bar

    I'm designing a new website for my son's high school lacrosse team. It looks great, and I hope to upload it in the next week. The one thing that I haven't been able to do is change the font colors and font type in the page navigation links a the top

  • File Open: Asks twice to open document in IE6.0(Weblogic server with JSPs deployed)

              HI,           This may not be appropriate question on this discussion forum. But in case if           somebody has answer for this, please let me know:           Problem:           I am trying to open some documents in my JSP(JSPs are deplo

  • Roll out of parent child hierarchy

    Hello There is a parent-child hierarchy of the structure below : A01    A11 A01    A21 A11    A111 A11    A112 A21    A121 A121  A1211 I need to convert it into hierarchy of the following structure 01              A01 0101          A11 0102         

  • InvocationTargetException at WebService-Call???

    Hi, i made a simple Webservice with Axis-support (and TomCat), that uses the Amazon-WebService (AWSECommerceService) to make a price-compare (Amazon us, uk, etc.) I made first a java-application and tested the code with Eclipse => No problem, it retu

  • After last kernel update OpenGL not working (radeonsi)

    uname -a Linux arch 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64 GNU/Linux Just updated the Kernel and Steam and the games are not loading and giving me opengl errors. This didn't happen just before I updated the kernel. When ope